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 Dec 17, 2024
1 parent ac3d615 commit 99f7c69
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 @@ -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.0",
"@fundamental-ngx/core": "0.54.0",
"@fundamental-ngx/i18n": "0.54.0",
"@luigi-project/core": "^2.18.1",
"@luigi-project/plugin-auth-oauth2": "^2.18.1",
"@openmfp/portal-ui-lib": "^0.83.0",
Expand All @@ -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",
Expand All @@ -44,6 +44,6 @@
"@openmfp/eslint-config-typescript": "^0.19.0",
"@types/jest": "^29.5.1",
"jest": "29.7.0",
"typescript": "~5.5.4"
"typescript": "~5.7.0"
}
}

0 comments on commit 99f7c69

Please sign in to comment.