diff --git a/frontend/package.json b/frontend/package.json index f1fe12f..4a1d2cf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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", @@ -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", @@ -51,6 +51,6 @@ "jest": "29.7.0", "nodemon": "^3.1.9", "rimraf": "6.0.1", - "typescript": "~5.5.4" + "typescript": "~5.7.0" } }