Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v19 (major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 5494b1a commit b188a8f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^18.0.0",
"@angular/animations": "^19.0.0",
"@angular/cdk": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/material": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/router": "^18.0.0",
"@angular/service-worker": "^18.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@angular/service-worker": "^19.0.0",
"marked": "^14.0.0",
"marked-mangle": "^1.1.7",
"prismjs": "^1.29.0",
Expand All @@ -35,7 +35,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "18.2.12",
"@angular/cli": "18.2.12",
"@angular/compiler-cli": "18.2.13",
"@angular/compiler-cli": "19.0.5",
"@cypress/schematic": "2.5.2",
"@types/jasmine": "5.1.5",
"angular-eslint": "18.4.3",
Expand Down

0 comments on commit b188a8f

Please sign in to comment.