Skip to content

Commit

Permalink
Update angular monorepo to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 10, 2021
1 parent c04d5d1 commit 81a7e9e
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 132 deletions.
270 changes: 148 additions & 122 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
},
"private": true,
"dependencies": {
"@angular/animations": "9.1.12",
"@angular/animations": "11.0.7",
"@angular/cdk": "9.2.4",
"@angular/common": "9.1.12",
"@angular/compiler": "9.1.12",
"@angular/core": "9.1.12",
"@angular/forms": "9.1.12",
"@angular/common": "11.0.7",
"@angular/compiler": "11.0.7",
"@angular/core": "11.0.7",
"@angular/forms": "11.0.7",
"@angular/material": "9.2.4",
"@angular/platform-browser": "9.1.12",
"@angular/platform-browser-dynamic": "9.1.12",
"@angular/router": "9.1.12",
"@angular/platform-browser": "11.0.7",
"@angular/platform-browser-dynamic": "11.0.7",
"@angular/router": "11.0.7",
"@nrwl/angular": "9.5.1",
"core-js": "2.6.11",
"rxjs": "6.6.2",
Expand All @@ -53,8 +53,8 @@
"devDependencies": {
"@angular-devkit/build-angular": "0.1000.7",
"@angular/cli": "9.1.12",
"@angular/compiler-cli": "9.1.12",
"@angular/language-service": "9.1.12",
"@angular/compiler-cli": "11.0.7",
"@angular/language-service": "11.0.7",
"@ngrx/schematics": "10.0.0",
"@ngrx/store-devtools": "10.0.0",
"@nrwl/cypress": "9.5.1",
Expand Down

0 comments on commit 81a7e9e

Please sign in to comment.