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 Jan 15, 2025
1 parent bf236bf commit 2fe7dbb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@apollo/client": "3.12.6",
"@fundamental-ngx/cdk": "0.50.0",
"@fundamental-ngx/core": "^0.50.0",
"@fundamental-ngx/i18n": "0.50.0",
"@fundamental-ngx/cdk": "0.54.1",
"@fundamental-ngx/core": "^0.54.0",
"@fundamental-ngx/i18n": "0.54.1",
"@luigi-project/client": "^2.14.2",
"@luigi-project/client-support-angular": "^2.13.0",
"@sap-theming/theming-base-content": "^11.15.0",
"@ui5/webcomponents-icons": "2.0.1",
"@ui5/webcomponents-icons-business-suite": "2.0.1",
"@ui5/webcomponents-icons-tnt": "2.0.1",
"@ui5/webcomponents-icons": "2.6.2",
"@ui5/webcomponents-icons-business-suite": "2.6.2",
"@ui5/webcomponents-icons-tnt": "2.6.2",
"@ui5/webcomponents-ngx": "0.3.0",
"apollo-angular": "7.0.2",
"apollo-angular": "7.2.1",
"chart.js": "^4.4.4",
"deepmerge": "^4.3.1",
"fundamental-styles": "0.37.0",
"fundamental-styles": "0.38.0",
"graphql": "16.10.0",
"graphql-sse": "^2.5.2",
"minifaker": "^1.34.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
Expand All @@ -58,6 +58,6 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ngx-build-plus": "^17.0.0",
"typescript": "~5.4.2"
"typescript": "~5.7.0"
}
}

0 comments on commit 2fe7dbb

Please sign in to comment.