Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent 0af97da commit c9ff964
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions webapp/cas-mgmt-webapp-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~13.3.0",
"@angular/animations": "~17.3.0",
"@angular/cdk": "~13.3.0",
"@angular/common": "~13.3.0",
"@angular/compiler": "~13.3.0",
"@angular/core": "13.3.0",
"@angular/common": "~17.3.0",
"@angular/compiler": "~17.3.0",
"@angular/core": "17.3.1",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "~13.3.0",
"@angular/localize": "^13.3.0",
"@angular/forms": "~17.3.0",
"@angular/localize": "^17.0.0",
"@angular/material": "^13.3.0",
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@angular/platform-browser": "~17.3.0",
"@angular/platform-browser-dynamic": "~17.3.0",
"@angular/router": "~17.3.0",
"ace-builds": "^1.4.14",
"ace-diff": "^3.0.3",
"lodash": "~4.17.21",
Expand All @@ -44,8 +44,8 @@
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.0",
"@angular/cli": "~13.3.0",
"@angular/compiler-cli": "~13.3.0",
"@angular/language-service": "~13.3.0",
"@angular/compiler-cli": "~17.3.0",
"@angular/language-service": "~17.3.0",
"@types/jasmine": "~4.0.0",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^16.11.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"url": "git://github.com/apereo/cas-management.git"
},
"peerDependencies": {
"@angular/common": "^13.3.0",
"@angular/core": "^13.3.0"
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0"
},
"dependencies": {
"tslib": "^2.3.1"
Expand Down

0 comments on commit c9ff964

Please sign in to comment.