chore: upgrade angular => 7.2.15 and ngrx => 7.4.0 (#956)

This commit is contained in:
Róbert Kiss
2019-05-29 20:28:29 +02:00
committed by László Monda
parent 4dd2400d36
commit 999feea488
2 changed files with 91 additions and 72 deletions
+16 -16
View File
@@ -19,27 +19,27 @@
},
"private": true,
"devDependencies": {
"@angular/animations": "7.2.6",
"@angular/animations": "7.2.15",
"@angular-builders/custom-webpack": "7.3.1",
"@angular/cli": "7.3.2",
"@angular/common": "7.2.6",
"@angular/compiler": "7.2.6",
"@angular/compiler-cli": "7.2.6",
"@angular/core": "7.2.6",
"@angular/common": "7.2.15",
"@angular/compiler": "7.2.15",
"@angular/compiler-cli": "7.2.15",
"@angular/core": "7.2.15",
"@angular-devkit/build-angular": "0.13.3",
"@angular-devkit/build-optimizer": "0.13.3",
"@angular-devkit/core": "7.3.2",
"@angular/forms": "7.2.6",
"@angular/http": "7.2.6",
"@angular/language-service": "7.2.6",
"@angular/platform-browser": "7.2.6",
"@angular/platform-browser-dynamic": "7.2.6",
"@angular/router": "7.2.6",
"@ngtools/webpack": "7.3.3",
"@ngrx/effects": "7.2.0",
"@ngrx/router-store": "7.2.0",
"@ngrx/store": "7.2.0",
"@ngrx/store-devtools": "7.2.0",
"@angular/forms": "7.2.15",
"@angular/http": "7.2.15",
"@angular/language-service": "7.2.15",
"@angular/platform-browser": "7.2.15",
"@angular/platform-browser-dynamic": "7.2.15",
"@angular/router": "7.2.15",
"@ngtools/webpack": "7.3.9",
"@ngrx/effects": "7.4.0",
"@ngrx/router-store": "7.4.0",
"@ngrx/store": "7.4.0",
"@ngrx/store-devtools": "7.4.0",
"@ngrx/store-log-monitor": "3.0.2",
"@types/electron-settings": "3.0.0",
"@types/file-saver": "0.0.1",