Skip to content

Commit cfabdbe

Browse files
committed
fix(deps): update angular monorepo
1 parent f5a2865 commit cfabdbe

File tree

2 files changed

+199
-60
lines changed

2 files changed

+199
-60
lines changed

package-lock.json

Lines changed: 187 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
},
2121
"private": true,
2222
"dependencies": {
23-
"@angular/animations": "9.0.2",
23+
"@angular/animations": "9.1.0",
2424
"@angular/cdk": "9.1.3",
25-
"@angular/common": "9.0.2",
26-
"@angular/compiler": "9.0.2",
27-
"@angular/core": "9.0.2",
25+
"@angular/common": "9.1.0",
26+
"@angular/compiler": "9.1.0",
27+
"@angular/core": "9.1.0",
2828
"@angular/flex-layout": "8.0.0-beta.27",
29-
"@angular/forms": "9.0.2",
29+
"@angular/forms": "9.1.0",
3030
"@angular/http": "7.2.16",
3131
"@angular/material": "9.1.3",
32-
"@angular/platform-browser": "9.0.2",
33-
"@angular/platform-browser-dynamic": "9.0.2",
34-
"@angular/router": "9.0.2",
35-
"@angular/service-worker": "9.0.2",
32+
"@angular/platform-browser": "9.1.0",
33+
"@angular/platform-browser-dynamic": "9.1.0",
34+
"@angular/router": "9.1.0",
35+
"@angular/service-worker": "9.1.0",
3636
"@ngrx/effects": "9.0.0",
3737
"@ngrx/router-store": "9.0.0",
3838
"@ngrx/store": "9.0.0",
@@ -55,13 +55,13 @@
5555
"rxjs-compat": "6.5.4",
5656
"tslib": "1.11.1",
5757
"yargs": "15.3.1",
58-
"zone.js": "0.10.2"
58+
"zone.js": "0.10.3"
5959
},
6060
"devDependencies": {
6161
"@angular-devkit/build-angular": "0.901.0",
6262
"@angular/cli": "9.1.0",
63-
"@angular/compiler-cli": "9.0.2",
64-
"@angular/language-service": "9.0.2",
63+
"@angular/compiler-cli": "9.1.0",
64+
"@angular/language-service": "9.1.0",
6565
"@types/jasmine": "3.5.10",
6666
"@types/jasminewd2": "2.0.8",
6767
"@types/lodash": "4.14.149",

0 commit comments

Comments
 (0)