Skip to content

Commit

Permalink
chore(lint): update portal integration angular dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Oct 17, 2023
1 parent ef3ef91 commit 4f05bd7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion libs/portal-integration-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@onecx/portal-integration-angular",
"version": "3.0.0",
"peerDependencies": {
"@angular-architects/module-federation": "15.0.0",
"@angular/common": "^15.2.7",
"@angular/core": "^15.2.7",
"rxjs": "~7.8.0",
Expand All @@ -11,8 +12,12 @@
"@angular/router": "^15.2.7",
"@ngx-translate/core": "^14.0.0",
"@angular/animations": "^15.2.7",
"@ngrx/effects": "^15.4.0",
"@ngrx/router-store": "^15.4.0",
"@ngrx/store": "^15.4.0",
"@ngx-translate/http-loader": "^7.0.0",
"fast-deep-equal": "^3.1.3"
"fast-deep-equal": "^3.1.3",
"zod": "^3.22.1"
},
"dependencies": {},
"exports": {
Expand Down

0 comments on commit 4f05bd7

Please sign in to comment.