Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.

Commit ab3474b

Browse files
committed
fix(deps): update angular monorepo to v11
1 parent 152e433 commit ab3474b

File tree

2 files changed

+71
-44
lines changed

2 files changed

+71
-44
lines changed

package-lock.json

+61-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "9.1.13",
15-
"@angular/common": "9.1.13",
16-
"@angular/compiler": "9.1.13",
17-
"@angular/core": "9.1.13",
18-
"@angular/forms": "9.1.13",
19-
"@angular/platform-browser": "9.1.13",
20-
"@angular/platform-browser-dynamic": "9.1.13",
21-
"@angular/router": "9.1.13",
14+
"@angular/animations": "11.2.10",
15+
"@angular/common": "11.2.10",
16+
"@angular/compiler": "11.2.10",
17+
"@angular/core": "11.2.10",
18+
"@angular/forms": "11.2.10",
19+
"@angular/platform-browser": "11.2.10",
20+
"@angular/platform-browser-dynamic": "11.2.10",
21+
"@angular/router": "11.2.10",
2222
"@ngrx/effects": "9.2.1",
2323
"@ngrx/entity": "9.2.1",
2424
"@ngrx/store": "9.2.1",
@@ -31,8 +31,8 @@
3131
"devDependencies": {
3232
"@angular-devkit/build-angular": "0.901.9",
3333
"@angular/cli": "9.1.9",
34-
"@angular/compiler-cli": "9.1.13",
35-
"@angular/language-service": "9.1.13",
34+
"@angular/compiler-cli": "11.2.10",
35+
"@angular/language-service": "11.2.10",
3636
"@types/jasmine": "3.6.9",
3737
"@types/jasminewd2": "2.0.8",
3838
"@types/node": "12.20.8",

0 commit comments

Comments
 (0)