Skip to content

Commit

Permalink
fix: fix for angular 17 (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
anninowak authored May 17, 2024
1 parent 9132624 commit c5ecc21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/angular-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"peerDependencies": {
"@angular/common": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/core": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular-architects/module-federation": "15.0.0",
"@angular-architects/module-federation": "^15.0.0 || ^16.0.0 || ^17.0.0",
"@onecx/angular-integration-interface": "^4",
"@onecx/integration-interface": "^4",
"keycloak-angular": "^13.0.0 || ^14.0.0 || ^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-remote-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@onecx/integration-interface": "^4",
"@ngx-translate/core": "^14.0.0",
"rxjs": "~7.8.0",
"@angular-architects/module-federation": "15.0.0"
"@angular-architects/module-federation": "^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion libs/portal-integration-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"primeng": "^15.0.0 || ^16.0.0 || ^17.0.0",
"zod": "^3.22.1",
"@ngx-translate/http-loader": "^7.0.0",
"@angular-architects/module-federation": "15.0.0"
"@angular-architects/module-federation": "^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/onecx-portal-ui-libs",
"version": "4.25.0",
"version": "4.25.2",
"license": "Apache-2.0",
"scripts": {
"sass": "npx sass libs/portal-integration-angular/assets/styles.scss libs/portal-integration-angular/assets/output.css",
Expand Down

0 comments on commit c5ecc21

Please sign in to comment.