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 20, 2024
1 parent 987be1e commit 6245a36
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions chore-manager-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"@angular/animations": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.3",
"ngx-cookie-service": "^16.0.0",
Expand All @@ -27,7 +27,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/compiler-cli": "^19.0.0",
"typescript": "~5.0.0"
}
}

0 comments on commit 6245a36

Please sign in to comment.