Skip to content

Commit

Permalink
Update angular monorepo to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 6, 2021
1 parent c47ed94 commit 48c9cb8
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 75 deletions.
114 changes: 48 additions & 66 deletions quiz-app-mean/package-lock.json

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

18 changes: 9 additions & 9 deletions quiz-app-mean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
},
"private": true,
"dependencies": {
"@angular/animations": "11.2.11",
"@angular/animations": "12.2.4",
"@angular/cdk": "11.2.13",
"@angular/common": "11.2.11",
"@angular/compiler": "11.2.11",
"@angular/core": "11.2.11",
"@angular/forms": "11.2.11",
"@angular/common": "12.2.4",
"@angular/compiler": "12.2.4",
"@angular/core": "12.2.4",
"@angular/forms": "12.2.4",
"@angular/material": "11.2.13",
"@angular/platform-browser": "11.2.11",
"@angular/platform-browser-dynamic": "11.2.11",
"@angular/router": "11.2.11",
"@angular/platform-browser": "12.2.4",
"@angular/platform-browser-dynamic": "12.2.4",
"@angular/router": "12.2.4",
"@fortawesome/fontawesome-free": "^5.15.3",
"@types/chart.js": "2.9.34",
"angular-bootstrap-md": "11.0.0",
Expand All @@ -35,7 +35,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "12.2.2",
"@angular/cli": "12.2.2",
"@angular/compiler-cli": "11.2.11",
"@angular/compiler-cli": "12.2.4",
"@types/jasmine": "3.6.9",
"@types/node": "14.17.14",
"codelyzer": "6.0.1",
Expand Down

0 comments on commit 48c9cb8

Please sign in to comment.