Skip to content

Commit

Permalink
Update angular monorepo to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 9, 2023
1 parent 8a52d1e commit 77f380a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"pre-commit": [],
"private": true,
"dependencies": {
"@angular/animations": "^14.2.12",
"@angular/animations": "^17.0.0",
"@angular/cdk": "^14.2.7",
"@angular/common": "^14.2.12",
"@angular/compiler": "^14.2.12",
"@angular/core": "^14.2.12",
"@angular/forms": "^14.2.12",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"@angular/platform-server": "^14.2.12",
"@angular/router": "^14.2.12",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/platform-server": "^17.0.0",
"@angular/router": "^17.0.0",
"@nguniversal/express-engine": "^14.2.3",
"core-js": "^3.26.0",
"express": "^4.18.2",
Expand All @@ -52,8 +52,8 @@
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.10",
"@angular/cli": "^14.2.10",
"@angular/compiler-cli": "^14.2.12",
"@angular/language-service": "^14.2.12",
"@angular/compiler-cli": "^17.0.0",
"@angular/language-service": "^17.0.0",
"@types/express": "^4.17.14",
"@types/jasmine": "~4.0.3",
"@types/jasminewd2": "^2.0.10",
Expand Down

0 comments on commit 77f380a

Please sign in to comment.