Skip to content

Commit

Permalink
fix: update onecx version (#294)
Browse files Browse the repository at this point in the history
Co-authored-by: kim.tran <[email protected]>
  • Loading branch information
KimFFVII and kim.tran authored Nov 8, 2024
1 parent 63feec1 commit 3d5b743
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 55 deletions.
88 changes: 44 additions & 44 deletions package-lock.json

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

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
"@ngrx/router-store": "^18.0.1",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@onecx/accelerator": "^5.20.1",
"@onecx/angular-accelerator": "^5.20.1",
"@onecx/angular-auth": "^5.20.1",
"@onecx/angular-integration-interface": "^5.20.1",
"@onecx/angular-remote-components": "^5.20.1",
"@onecx/angular-testing": "^5.20.1",
"@onecx/angular-webcomponents": "^5.20.1",
"@onecx/integration-interface": "^5.20.1",
"@onecx/keycloak-auth": "^5.20.1",
"@onecx/portal-integration-angular": "^5.20.1",
"@onecx/portal-layout-styles": "^5.20.1",
"@onecx/accelerator": "^5.23.2",
"@onecx/angular-accelerator": "^5.23.2",
"@onecx/angular-auth": "^5.23.2",
"@onecx/angular-integration-interface": "^5.23.2",
"@onecx/angular-remote-components": "^5.23.2",
"@onecx/angular-testing": "^5.23.2",
"@onecx/angular-webcomponents": "^5.23.2",
"@onecx/integration-interface": "^5.23.2",
"@onecx/keycloak-auth": "^5.23.2",
"@onecx/portal-integration-angular": "^5.23.2",
"@onecx/portal-layout-styles": "^5.23.2",
"@webcomponents/webcomponentsjs": "^2.8.0",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const config = withModuleFederationPlugin({
'@onecx/angular-auth': { requiredVersion: 'auto', includeSecondaries: true },
'@onecx/angular-integration-interface': { requiredVersion: 'auto', includeSecondaries: true },
'@onecx/angular-remote-components': { requiredVersion: 'auto', includeSecondaries: true },
'@onecx/angular-testing': { requiredVersion: 'auto', includeSecondaries: true },
'@onecx/angular-webcomponents': { requiredVersion: 'auto', includeSecondaries: true },
'@onecx/integration-interface': { requiredVersion: 'auto', includeSecondaries: true },
'@onecx/keycloak-auth': { requiredVersion: 'auto', includeSecondaries: true },
Expand Down

0 comments on commit 3d5b743

Please sign in to comment.