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 17, 2025
1 parent 53f8e0f commit d2898d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/router": "^18.0.0",
"@fundamental-ngx/cdk": "0.53.2",
"@fundamental-ngx/core": "0.53.2",
"@fundamental-ngx/i18n": "0.53.2",
"@fundamental-ngx/cdk": "0.54.2",
"@fundamental-ngx/core": "0.54.2",
"@fundamental-ngx/i18n": "0.54.2",
"@luigi-project/core": "^2.19.2",
"@luigi-project/plugin-auth-oauth2": "^2.19.2",
"@openmfp/portal-ui-lib": "0.131.0",
Expand All @@ -37,7 +37,7 @@
"lodash": "4.17.21",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-builders/jest": "^18.0.0",
Expand All @@ -51,6 +51,6 @@
"jest": "29.7.0",
"nodemon": "^3.1.9",
"rimraf": "6.0.1",
"typescript": "~5.5.4"
"typescript": "~5.7.0"
}
}

0 comments on commit d2898d3

Please sign in to comment.