Skip to content

Commit

Permalink
fix: set onecx lib version to 5.20.1 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG authored Oct 25, 2024
1 parent 66fb8c2 commit 5938bca
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 57 deletions.
90 changes: 45 additions & 45 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.13.0",
"@onecx/angular-accelerator": "5.13.0",
"@onecx/angular-auth": "5.13.0",
"@onecx/angular-integration-interface": "5.13.0",
"@onecx/angular-remote-components": "5.13.0",
"@onecx/angular-testing": "5.13.0",
"@onecx/angular-webcomponents": "5.13.0",
"@onecx/integration-interface": "5.13.0",
"@onecx/keycloak-auth": "5.13.0",
"@onecx/portal-integration-angular": "5.13.0",
"@onecx/portal-layout-styles": "5.13.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",
"@webcomponents/webcomponentsjs": "^2.8.0",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ import {
ocxRemoteWebcomponent,
provideTranslateServiceForRoot
} from '@onecx/angular-remote-components'
import { AppConfigService, UserService, createRemoteComponentTranslateLoader } from '@onecx/portal-integration-angular'
import {
AppConfigService,
PortalCoreModule,
UserService,
createRemoteComponentTranslateLoader
} from '@onecx/portal-integration-angular'
import {
Announcement,
AnnouncementAbstract,
Expand All @@ -32,6 +37,7 @@ import { environment } from 'src/environments/environment'
imports: [
AngularRemoteComponentsModule,
CommonModule,
PortalCoreModule,
TranslateModule,
SharedModule,
CarouselModule,
Expand Down

0 comments on commit 5938bca

Please sign in to comment.