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 23, 2025
1 parent e1c561f commit 5ffc73f
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 12 deletions.
43 changes: 36 additions & 7 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.137.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 5ffc73f

Please sign in to comment.