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 19, 2024
1 parent 94fe667 commit 9875c60
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions cosky-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.3",
"@angular/common": "^17.0.3",
"@angular/compiler": "^17.0.3",
"@angular/core": "^17.0.3",
"@angular/forms": "^17.0.3",
"@angular/platform-browser": "^17.0.3",
"@angular/platform-browser-dynamic": "^17.0.3",
"@angular/router": "^17.0.3",
"@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",
"echarts": "^5.4.2",
"file-saver": "^2.0.5",
"monaco-editor": "^0.50.0",
Expand All @@ -29,7 +29,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.1",
"@angular/cli": "~17.3.0",
"@angular/compiler-cli": "^17.0.3",
"@angular/compiler-cli": "^19.0.0",
"@types/file-saver": "^2.0.5",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.3.0",
Expand Down

0 comments on commit 9875c60

Please sign in to comment.