Skip to content

Commit

Permalink
fix(deps): update angular monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent d15cb8e commit 3b41227
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 53 deletions.
106 changes: 64 additions & 42 deletions package-lock.json

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

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@
},
"private": true,
"dependencies": {
"@angular/animations": "12.2.11",
"@angular/common": "12.2.11",
"@angular/compiler": "12.2.11",
"@angular/core": "12.2.11",
"@angular/forms": "12.2.11",
"@angular/platform-browser": "12.2.11",
"@angular/platform-browser-dynamic": "12.2.11",
"@angular/router": "12.2.11",
"@angular/animations": "12.2.16",
"@angular/common": "12.2.16",
"@angular/compiler": "12.2.16",
"@angular/core": "12.2.16",
"@angular/forms": "12.2.16",
"@angular/platform-browser": "12.2.16",
"@angular/platform-browser-dynamic": "12.2.16",
"@angular/router": "12.2.16",
"rxjs": "6.6.7",
"tslib": "2.3.1",
"zone.js": "0.11.4"
"zone.js": "0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.2.12",
"@angular-devkit/core": "12.2.12",
"@angular/cli": "12.2.12",
"@angular/compiler-cli": "12.2.11",
"@angular/language-service": "12.2.11",
"@angular/compiler-cli": "12.2.16",
"@angular/language-service": "12.2.16",
"@types/jasmine": "3.10.1",
"@types/jasminewd2": "2.0.10",
"@types/node": "14.17.32",
Expand Down

0 comments on commit 3b41227

Please sign in to comment.