Skip to content

Commit

Permalink
Update angular monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent 092a325 commit 162ac9f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.8",
"@angular/animations": "^19.0.0",
"@angular/cdk": "^18.2.9",
"@angular/common": "^18.2.8",
"@angular/compiler": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/forms": "^18.2.8",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/material": "^18.2.9",
"@angular/material-moment-adapter": "^18.2.9",
"@angular/platform-browser": "^18.2.8",
"@angular/platform-browser-dynamic": "^18.2.8",
"@angular/router": "^18.2.8",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@ngx-translate/core": "^16.0.0",
"@ngx-translate/http-loader": "^16.0.0",
"angular-oauth2-oidc": "^17.0.2",
Expand All @@ -45,7 +45,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.9",
"@angular/cli": "~18.2.9",
"@angular/compiler-cli": "^18.2.8",
"@angular/compiler-cli": "^19.0.0",
"@cypress/schematic": "^2.5.2",
"@cypress/skip-test": "^2.6.1",
"@types/jest": "^29.5.13",
Expand Down

0 comments on commit 162ac9f

Please sign in to comment.