Skip to content

Commit

Permalink
feat: revert multi version functionality (#303)
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 Jul 2, 2024
1 parent 47ee1c9 commit 6f677bd
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 41 deletions.
14 changes: 7 additions & 7 deletions libs/angular-accelerator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "@onecx/angular-accelerator",
"version": "4.37.1",
"peerDependencies": {
"@angular/common": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/core": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/cdk": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/forms": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/platform-browser": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/router": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/common": "^15.2.7",
"@angular/core": "^15.2.7",
"@angular/cdk": "^15.2.7",
"@angular/forms": "^15.2.7",
"@angular/platform-browser": "^15.2.7",
"@angular/router": "^15.2.7",
"@ngx-translate/core": "^14.0.0",
"@ngneat/until-destroy": "^9.2.2",
"@onecx/integration-interface": "^4",
"@onecx/angular-integration-interface": "^4",
"chart.js": "^4.4.0",
"d3-scale-chromatic": "^3.0.0",
"rxjs": "~7.8.0",
"primeng": "^15.0.0 || ^16.0.0 || ^17.0.0"
"primeng": "^15.0.0"
},
"dependencies": {},
"exports": {
Expand Down
8 changes: 4 additions & 4 deletions libs/angular-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@onecx/angular-auth",
"version": "4.37.1",
"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 || ^16.0.0 || ^17.0.0",
"@angular/common": "^15.2.7",
"@angular/core": "^15.2.7",
"@angular-architects/module-federation": "^15.0.0",
"@onecx/angular-integration-interface": "^4",
"@onecx/integration-interface": "^4",
"keycloak-angular": "^13.0.0 || ^14.0.0 || ^15.0.0",
"keycloak-angular": "^13.0.0",
"keycloak-js": "^18.0.0",
"rxjs": "~7.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-integration-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@onecx/angular-integration-interface",
"version": "4.37.1",
"peerDependencies": {
"@angular/core": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/core": "^15.2.7",
"@onecx/integration-interface": "~4",
"rxjs": "~7.8.0"
},
Expand Down
6 changes: 3 additions & 3 deletions libs/angular-remote-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@onecx/angular-remote-components",
"version": "4.37.1",
"peerDependencies": {
"@angular/common": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/core": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/common": "^15.2.7",
"@angular/core": "^15.2.7",
"@onecx/angular-accelerator": "^4",
"@onecx/integration-interface": "^4",
"@ngx-translate/core": "^14.0.0",
"rxjs": "~7.8.0",
"@angular-architects/module-federation": "^15.0.0 || ^16.0.0 || ^17.0.0"
"@angular-architects/module-federation": "^15.0.0"
},
"dependencies": {},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions libs/angular-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@onecx/angular-testing",
"version": "4.37.1",
"peerDependencies": {
"@angular/cdk": "^15.2.7 || ^16.0.0 || ^17.0.0",
"primeng": "^15.0.0 || ^16.0.0 || ^17.0.0"
"@angular/cdk": "^15.2.7",
"primeng": "^15.0.0"
},
"dependencies": {},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions libs/angular-webcomponents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@onecx/angular-webcomponents",
"version": "4.37.1",
"peerDependencies": {
"@angular/core": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/platform-browser": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/elements": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/router": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/core": "^15.2.7",
"@angular/platform-browser": "^15.2.7",
"@angular/elements": "^15.2.7",
"@angular/router": "^15.2.7",
"@onecx/accelerator": "^4",
"@onecx/portal-integration-angular": "^4",
"rxjs": "~7.8.0"
Expand Down
6 changes: 3 additions & 3 deletions libs/keycloak-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@onecx/keycloak-auth",
"version": "4.37.1",
"peerDependencies": {
"@angular/common": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/core": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/common": "^15.2.7",
"@angular/core": "^15.2.7",
"@onecx/angular-integration-interface": "^4",
"@onecx/integration-interface": "^4",
"keycloak-angular": "^13.0.0 || ^14.0.0 || ^15.0.0",
"keycloak-angular": "^13.0.0",
"keycloak-js": "^18.0.0",
"rxjs": "~7.8.0"
},
Expand Down
24 changes: 12 additions & 12 deletions libs/portal-integration-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "@onecx/portal-integration-angular",
"version": "4.37.1",
"peerDependencies": {
"@angular/common": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/core": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/cdk": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/forms": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/platform-browser": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/router": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/common": "^15.2.7",
"@angular/core": "^15.2.7",
"@angular/cdk": "^15.2.7",
"@angular/forms": "^15.2.7",
"@angular/platform-browser": "^15.2.7",
"@angular/router": "^15.2.7",
"@ngx-translate/core": "^14.0.0",
"@angular/animations": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@ngrx/effects": "^15.0.0 || ^16.0.0 || ^17.0.0",
"@ngrx/router-store": "^15.0.0 || ^16.0.0 || ^17.0.0",
"@ngrx/store": "^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/animations": "^15.2.7",
"@ngrx/effects": "^15.0.0",
"@ngrx/router-store": "^15.0.0",
"@ngrx/store": "^15.0.0",
"@ngneat/until-destroy": "^9.2.2",
"@onecx/angular-accelerator": "^4",
"@onecx/integration-interface": "^4",
Expand All @@ -21,10 +21,10 @@
"fast-deep-equal": "^3.1.3",
"msw": "^1.3.2",
"rxjs": "~7.8.0",
"primeng": "^15.0.0 || ^16.0.0 || ^17.0.0",
"primeng": "^15.0.0",
"zod": "^3.22.1",
"@ngx-translate/http-loader": "^7.0.0",
"@angular-architects/module-federation": "^15.0.0 || ^16.0.0 || ^17.0.0"
"@angular-architects/module-federation": "^15.0.0"
},
"dependencies": {},
"exports": {
Expand Down
10 changes: 5 additions & 5 deletions libs/shell-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"version": "4.37.1",
"peerDependencies": {
"rxjs": "7.8.1",
"@angular/animations": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/common": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/core": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/router": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/animations": "^15.2.7",
"@angular/common": "^15.2.7",
"@angular/core": "^15.2.7",
"@angular/router": "^15.2.7",
"@onecx/angular-accelerator": "^4",
"@onecx/angular-integration-interface": "^4",
"@onecx/angular-remote-components": "^4",
"@onecx/portal-integration-angular": "^4",
"@ngneat/until-destroy": "^9.2.2",
"primeng": "^15.0.0 || ^16.0.0 || ^17.0.0"
"primeng": "^15.0.0"
},
"dependencies": {},
"type": "commonjs",
Expand Down

0 comments on commit 6f677bd

Please sign in to comment.