Skip to content

Commit

Permalink
fix(deps): update fundamental ngx and angular
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent 3c04be0 commit 5870bf8
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.0",
"@angular/cdk": "^17.0.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/elements": "^17.3.11",
"@angular/forms": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@angular/animations": "^19.0.0",
"@angular/cdk": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/elements": "^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",
"@apollo/client": "3.12.11",
"@fundamental-ngx/cdk": "0.50.0",
"@fundamental-ngx/core": "^0.50.0",
Expand All @@ -34,7 +34,7 @@
"@ui5/webcomponents-icons-business-suite": "2.0.1",
"@ui5/webcomponents-icons-tnt": "2.0.1",
"@ui5/webcomponents-ngx": "0.3.0",
"apollo-angular": "7.0.2",
"apollo-angular": "8.0.2",
"chart.js": "^4.4.4",
"deepmerge": "^4.3.1",
"fundamental-styles": "0.37.0",
Expand All @@ -46,9 +46,9 @@
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^17.3.0",
"@angular-devkit/build-angular": "^19.0.0",
"@angular/cli": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@types/jasmine": "~5.1.0",
"concurrently": "^9.1.0",
"jasmine-core": "~5.5.0",
Expand All @@ -57,7 +57,7 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ngx-build-plus": "^17.0.0",
"ngx-build-plus": "^19.0.0",
"typescript": "~5.4.2"
}
}

0 comments on commit 5870bf8

Please sign in to comment.