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

Commit dd90895

Browse files
committed
fix(deps): update angular monorepo to v12
1 parent c9841a3 commit dd90895

File tree

2 files changed

+76
-67
lines changed

2 files changed

+76
-67
lines changed

package-lock.json

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

package.json

Lines changed: 10 additions & 10 deletions
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": "12.0.5",
15+
"@angular/common": "12.0.5",
16+
"@angular/compiler": "12.0.5",
17+
"@angular/core": "12.0.5",
18+
"@angular/forms": "12.0.5",
19+
"@angular/platform-browser": "12.0.5",
20+
"@angular/platform-browser-dynamic": "12.0.5",
21+
"@angular/router": "12.0.5",
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": "12.0.5",
35+
"@angular/language-service": "12.0.5",
3636
"@types/jasmine": "3.6.11",
3737
"@types/jasminewd2": "2.0.8",
3838
"@types/node": "14.17.1",

0 commit comments

Comments
 (0)