Skip to content

Commit

Permalink
fix: adjust versions of angular packages
Browse files Browse the repository at this point in the history
  • Loading branch information
reey committed Oct 15, 2024
1 parent 53f4a2e commit 7c074d7
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 134 deletions.
24 changes: 12 additions & 12 deletions cumulocity-node-red-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.11",
"@angular/cdk": "^17.3.0",
"@angular/common": "^17.3.11",
"@angular/compiler": "^17.3.11",
"@angular/core": "^17.3.11",
"@angular/forms": "^17.3.11",
"@angular/platform-browser": "^17.3.11",
"@angular/platform-browser-dynamic": "^17.3.11",
"@angular/router": "^17.3.11",
"@angular/animations": "^17.3.12",
"@angular/cdk": "^17.3.10",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/forms": "^17.3.12",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@c8y/bootstrap": "1020.26.2",
"@c8y/client": "1020.26.2",
"@c8y/ngx-components": "1020.26.2",
Expand All @@ -31,9 +31,9 @@
"zone.js": "~0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^17.3.11",
"@angular-devkit/build-angular": "^17.3.10",
"@angular/cli": "^17.3.10",
"@angular/compiler-cli": "^17.3.12",
"@c8y/devkit": "1020.26.2",
"@types/jasmine": "~4.3.0",
"jasmine-core": "~4.6.0",
Expand Down
Loading

0 comments on commit 7c074d7

Please sign in to comment.