Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Apr 5, 2019
1 parent 2cf88ea commit a245520
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 252 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,27 +123,27 @@
"valid-url": "1.0.9"
},
"devDependencies": {
"@angular-devkit/build-optimizer": "0.13.7",
"@angular/animations": "7.2.11",
"@angular/common": "7.2.11",
"@angular/compiler": "7.2.11",
"@angular/compiler-cli": "7.2.11",
"@angular/core": "7.2.11",
"@angular/forms": "7.2.11",
"@angular/http": "7.2.11",
"@angular/language-service": "7.2.11",
"@angular/platform-browser": "7.2.11",
"@angular/platform-browser-dynamic": "7.2.11",
"@angular/router": "7.2.11",
"@angular-devkit/build-optimizer": "0.13.8",
"@angular/animations": "7.2.12",
"@angular/common": "7.2.12",
"@angular/compiler": "7.2.12",
"@angular/compiler-cli": "7.2.12",
"@angular/core": "7.2.12",
"@angular/forms": "7.2.12",
"@angular/http": "7.2.12",
"@angular/language-service": "7.2.12",
"@angular/platform-browser": "7.2.12",
"@angular/platform-browser-dynamic": "7.2.12",
"@angular/router": "7.2.12",
"@angularclass/hmr": "2.1.3",
"@email-securely-app/import-sort-style": "0.1.0",
"@expo/spawn-async": "1.4.0",
"@ng-select/ng-select": "2.16.4",
"@ngrx/effects": "7.4.0",
"@ngrx/router-store": "7.4.0",
"@ngrx/store": "7.4.0",
"@ngtools/webpack": "7.3.7",
"@octokit/rest": "16.23.1",
"@ngtools/webpack": "7.3.8",
"@octokit/rest": "16.23.2",
"@types/angular": "1.6.54",
"@types/byline": "4.2.31",
"@types/chalk": "2.2.0",
Expand All @@ -160,13 +160,13 @@
"@types/mkdirp": "0.5.2",
"@types/msgpack-lite": "0.1.6",
"@types/node": "10.12.24",
"@types/node-fetch": "2.1.7",
"@types/node-fetch": "2.3.0",
"@types/oboe": "2.0.28",
"@types/p-queue": "3.2.1",
"@types/path-is-inside": "1.0.0",
"@types/postcss-url": "8.0.1",
"@types/ps-tree": "1.1.0",
"@types/ramda": "0.26.5",
"@types/ramda": "0.26.6",
"@types/randomstring": "1.1.6",
"@types/rimraf": "2.0.2",
"@types/rolling-rate-limiter": "0.1.0",
Expand All @@ -180,7 +180,7 @@
"@types/uuid": "3.4.4",
"@types/valid-url": "1.0.2",
"@types/webdriverio": "4.13.3",
"@types/webpack": "4.4.26",
"@types/webpack": "4.4.27",
"@types/webpack-dev-server": "3.1.5",
"@types/webpack-env": "1.13.9",
"@types/webpack-merge": "4.1.3",
Expand All @@ -201,7 +201,7 @@
"css-loader": "2.1.1",
"cssnano": "4.1.10",
"dugite": "1.88.0-beta.0",
"electron": "4.1.3",
"electron": "4.1.4",
"electron-builder": "20.39.0",
"exports-loader": "0.7.0",
"fast-glob": "2.2.6",
Expand All @@ -211,10 +211,10 @@
"html-loader": "0.5.5",
"html-webpack-plugin": "4.0.0-beta.2",
"husky": "1.3.1",
"immer": "2.1.4",
"immer": "2.1.5",
"import-sort-cli": "6.0.0",
"import-sort-parser-typescript": "6.0.0",
"jasmine": "3.3.1",
"jasmine": "3.4.0",
"karma": "4.0.1",
"karma-chrome-launcher": "2.2.0",
"karma-firefox-launcher": "1.1.0",
Expand All @@ -230,20 +230,20 @@
"ndx-utils": "1.0.0-beta.0",
"ng2-dragula": "2.1.1",
"ngx-bootstrap": "4.0.0",
"ngx-color-picker": "7.4.0",
"ngx-color-picker": "7.5.0",
"node-fetch": "2.3.0",
"node-sass": "4.11.0",
"npm-run-all": "4.1.5",
"null-loader": "0.1.1",
"otplib": "11.0.0",
"postcss-custom-properties": "8.0.9",
"postcss-custom-properties": "8.0.10",
"postcss-loader": "3.0.0",
"postcss-url": "8.0.0",
"ps-node": "0.1.6",
"ps-tree": "1.2.0",
"randomstring": "1.1.5",
"raw-loader": "1.0.0",
"resolve-url-loader": "3.0.1",
"resolve-url-loader": "3.1.0",
"rewiremock": "3.13.3",
"sass-lint": "1.12.1",
"sass-loader": "7.1.0",
Expand Down Expand Up @@ -272,7 +272,7 @@
"webpack-dev-server": "3.2.1",
"webpack-merge": "4.2.1",
"webpack-node-externals": "1.7.2",
"zone.js": "0.8.29"
"zone.js": "0.9.0"
},
"resolutions": {
"karma/**/braces": "^2.3.2",
Expand Down
Loading

0 comments on commit a245520

Please sign in to comment.