From a9345e69ad4855b85a21c513f3274f2f0b325ca3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 09:00:46 +0000 Subject: [PATCH] fix(deps): update fundamental ngx and angular --- frontend/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 205f9fbf..f26f3235 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,9 +21,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.1", + "@fundamental-ngx/core": "0.54.1", + "@fundamental-ngx/i18n": "0.54.1", "@luigi-project/core": "^2.18.1", "@luigi-project/plugin-auth-oauth2": "^2.18.1", "@openmfp/portal-ui-lib": "^0.86.0", @@ -32,7 +32,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", @@ -46,6 +46,6 @@ "nodemon": "^3.1.9", "jest": "29.7.0", "rimraf": "6.0.1", - "typescript": "~5.5.4" + "typescript": "~5.7.0" } }