Skip to content

Commit

Permalink
fix: 📦 update angular monorepo to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent c136576 commit be030a6
Show file tree
Hide file tree
Showing 2 changed files with 360 additions and 89 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^11.0.1",
"@angular/animations": "^14.0.0",
"@angular/cdk": "^11.0.0",
"@angular/common": "^11.0.1",
"@angular/compiler": "^11.0.1",
"@angular/core": "^11.0.1",
"@angular/common": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/flex-layout": "^9.0.0-beta.31",
"@angular/forms": "^11.0.1",
"@angular/forms": "^14.0.0",
"@angular/material": "^11.0.0",
"@angular/platform-browser": "^11.0.1",
"@angular/platform-browser-dynamic": "^11.0.1",
"@angular/router": "^11.0.1",
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0",
"@angular/router": "^14.0.0",
"@nrwl/angular": "^11.0.0",
"body-parser": "^1.19.0",
"core-js": "^3.6.4",
Expand All @@ -60,8 +60,8 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.0",
"@angular/cli": "11.2.15",
"@angular/compiler-cli": "^11.0.1",
"@angular/language-service": "^11.0.1",
"@angular/compiler-cli": "^14.0.0",
"@angular/language-service": "^14.0.0",
"@commitlint/cli": "12.1.4",
"@commitlint/config-angular": "^12.0.0",
"@commitlint/config-conventional": "^12.0.0",
Expand Down
Loading

0 comments on commit be030a6

Please sign in to comment.