Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent b1025b7 commit 4d9f46c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.2.1",
"@angular/animations": "^19.0.0",
"@angular/cdk": "~17.3.0",
"@angular/common": "^17.2.1",
"@angular/compiler": "^17.2.1",
"@angular/core": "^17.2.1",
"@angular/forms": "^17.2.1",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/material": "~17.3.0",
"@angular/platform-browser": "^17.2.1",
"@angular/platform-browser-dynamic": "^17.2.1",
"@angular/router": "^17.2.1",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.0",
"@angular/cli": "~17.3.0",
"@angular/compiler-cli": "^17.2.1",
"@angular/compiler-cli": "^19.0.0",
"@qiwi/semantic-release-gh-pages-plugin": "^5.2.12",
"@types/jasmine": "~5.1.4",
"jasmine-core": "~5.4.0",
Expand Down

0 comments on commit 4d9f46c

Please sign in to comment.