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 Jan 29, 2025
1 parent 734df1e commit b74ba6c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
20 changes: 17 additions & 3 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 @@ -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.19.2",
"@luigi-project/plugin-auth-oauth2": "^2.19.2",
"@openmfp/portal-ui-lib": "0.113.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 @@ -46,6 +46,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 b74ba6c

Please sign in to comment.