Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 5, 2021
1 parent 86b2126 commit e9abeb7
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 101 deletions.
154 changes: 63 additions & 91 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 @@ -18,14 +18,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "10.1.4",
"@angular/common": "10.1.4",
"@angular/compiler": "10.1.4",
"@angular/core": "10.1.4",
"@angular/forms": "10.1.4",
"@angular/platform-browser": "10.1.4",
"@angular/platform-browser-dynamic": "10.1.4",
"@angular/router": "10.1.4",
"@angular/animations": "11.0.5",
"@angular/common": "11.0.5",
"@angular/compiler": "11.0.5",
"@angular/core": "11.0.5",
"@angular/forms": "11.0.5",
"@angular/platform-browser": "11.0.5",
"@angular/platform-browser-dynamic": "11.0.5",
"@angular/router": "11.0.5",
"rxjs": "6.6.3",
"tslib": "2.0.0",
"zone.js": "0.10.3"
Expand All @@ -34,8 +34,8 @@
"@angular-devkit/build-angular": "0.1001.4",
"@angular-devkit/build-ng-packagr": "0.1001.4",
"@angular/cli": "10.1.4",
"@angular/compiler-cli": "10.1.4",
"@angular/language-service": "10.1.4",
"@angular/compiler-cli": "11.0.5",
"@angular/language-service": "11.0.5",
"@ngneat/spectator": "5.13.4",
"@nrwl/angular": "10.3.0",
"@nrwl/cli": "10.3.0",
Expand Down

0 comments on commit e9abeb7

Please sign in to comment.