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 Feb 6, 2025
1 parent 265fa70 commit 9a5a123
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 113 deletions.
160 changes: 56 additions & 104 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.13",
"@angular/common": "18.2.13",
"@angular/compiler": "18.2.13",
"@angular/core": "18.2.13",
"@angular/forms": "18.2.13",
"@angular/platform-browser": "18.2.13",
"@angular/platform-browser-dynamic": "18.2.13",
"@angular/router": "18.2.13",
"@angular/animations": "19.1.5",
"@angular/common": "19.1.5",
"@angular/compiler": "19.1.5",
"@angular/core": "19.1.5",
"@angular/forms": "19.1.5",
"@angular/platform-browser": "19.1.5",
"@angular/platform-browser-dynamic": "19.1.5",
"@angular/router": "19.1.5",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"zone.js": "0.15.0"
Expand All @@ -25,7 +25,7 @@
"@angular-builders/jest": "19.0.0",
"@angular-devkit/build-angular": "19.1.6",
"@angular/cli": "19.1.6",
"@angular/compiler-cli": "18.2.13",
"@angular/compiler-cli": "19.1.5",
"@types/jest": "29.5.14",
"jest": "29.7.0",
"jest-preset-angular": "14.5.1",
Expand Down

0 comments on commit 9a5a123

Please sign in to comment.