Skip to content

Commit

Permalink
fix: move unnecessairy peer dependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Sep 3, 2024
1 parent 68e5b74 commit 8020c40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion projects/stream-chat-angular/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"@stream-io/transliterate",
"uuid",
"pretty-bytes",
"emoji-regex"
"emoji-regex",
"@floating-ui/dom",
"angular-mentions",
"ngx-float-ui"
]
}
6 changes: 3 additions & 3 deletions projects/stream-chat-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"peerDependencies": {
"@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@floating-ui/dom": "^1.6.3",
"@ngx-translate/core": "^14.0.0 || ^15.0.0",
"angular-mentions": "^1.4.0",
"ngx-float-ui": "^15.0.0|| ^16.0.0 || ^17.0.0 || ^18.0.0 || ^18.0.1-rc.0",
"rxjs": "^7.4.0",
"stream-chat": "^8.26.0"
},
"dependencies": {
"@floating-ui/dom": "^1.6.3",
"@stream-io/transliterate": "^1.5.2",
"angular-mentions": "^1.4.0",
"dayjs": "^1.11.10",
"emoji-regex": "^10.3.0",
"ngx-float-ui": "^15.0.0|| ^16.0.0 || ^17.0.0 || ^18.0.0 || ^18.0.1-rc.0",
"pretty-bytes": "^6.1.1",
"tslib": "^2.3.0",
"uuid": "^9.0.1"
Expand Down

0 comments on commit 8020c40

Please sign in to comment.