Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 22, 2024
1 parent 6bb85d7 commit bb7cd4e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions web-app-demo/Frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
},
"private": true,
"dependencies": {
"@angular/animations": "17.0.8",
"@angular/animations": "18.0.0",
"@angular/cdk": "17.0.4",
"@angular/cli": "17.0.8",
"@angular/common": "17.0.8",
"@angular/compiler": "17.0.8",
"@angular/core": "17.0.8",
"@angular/forms": "17.0.8",
"@angular/common": "18.0.0",
"@angular/compiler": "18.0.0",
"@angular/core": "18.0.0",
"@angular/forms": "18.0.0",
"@angular/material": "17.0.4",
"@angular/platform-browser": "17.0.8",
"@angular/platform-browser-dynamic": "17.0.8",
"@angular/router": "17.0.8",
"@angular/platform-browser": "18.0.0",
"@angular/platform-browser-dynamic": "18.0.0",
"@angular/router": "18.0.0",
"@types/node": "20.12.7",
"cors": "2.8.5",
"express": "4.19.2",
Expand All @@ -37,7 +37,7 @@
"@angular-eslint/schematics": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "17.0.8",
"@angular/compiler-cli": "17.0.8",
"@angular/compiler-cli": "18.0.0",
"@types/jasmine": "5.1.4",
"@types/node": "20.12.7",
"@types/webpack-env": "1.18.4",
Expand Down

0 comments on commit bb7cd4e

Please sign in to comment.