Skip to content

Commit

Permalink
fix(deps): update angular monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 6, 2024
1 parent 9d5a5e5 commit 8782b00
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~17.2.1",
"@angular/animations": "~17.3.0",
"@angular/cdk": "^16.2.9",
"@angular/common": "~17.2.1",
"@angular/compiler": "~17.2.1",
"@angular/core": "~17.2.1",
"@angular/forms": "~17.2.1",
"@angular/common": "~17.3.0",
"@angular/compiler": "~17.3.0",
"@angular/core": "~17.3.0",
"@angular/forms": "~17.3.0",
"@angular/material": "^16.2.9",
"@angular/platform-browser": "~17.2.1",
"@angular/platform-browser-dynamic": "~17.2.1",
"@angular/router": "~17.2.1",
"@angular/platform-browser": "~17.3.0",
"@angular/platform-browser-dynamic": "~17.3.0",
"@angular/router": "~17.3.0",
"adjust-sourcemap-loader": "^5.0.0",
"babel-loader": "^9.1.3",
"jszip": "^3.10.1",
"loader-utils": "^3.2.1",
"rxjs": "~7.8.1",
"terser": "^5.22.0",
"tslib": "^2.6.2",
"zone.js": "~0.14.4"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.0",
"@angular/cli": "~16.2.6",
"@angular/compiler-cli": "~17.2.1",
"@angular/compiler-cli": "~17.3.0",
"@types/jasmine": "~5.1.1",
"@types/node": "^20.8.7",
"cypress": "^13.3.0",
Expand Down

0 comments on commit 8782b00

Please sign in to comment.