Skip to content

Commit 8020c40

Browse files
committed
fix: move unnecessairy peer dependencies to dependencies
1 parent 68e5b74 commit 8020c40

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

projects/stream-chat-angular/ng-package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"@stream-io/transliterate",
1111
"uuid",
1212
"pretty-bytes",
13-
"emoji-regex"
13+
"emoji-regex",
14+
"@floating-ui/dom",
15+
"angular-mentions",
16+
"ngx-float-ui"
1417
]
1518
}

projects/stream-chat-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"peerDependencies": {
2020
"@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
2121
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
22-
"@floating-ui/dom": "^1.6.3",
2322
"@ngx-translate/core": "^14.0.0 || ^15.0.0",
24-
"angular-mentions": "^1.4.0",
25-
"ngx-float-ui": "^15.0.0|| ^16.0.0 || ^17.0.0 || ^18.0.0 || ^18.0.1-rc.0",
2623
"rxjs": "^7.4.0",
2724
"stream-chat": "^8.26.0"
2825
},
2926
"dependencies": {
27+
"@floating-ui/dom": "^1.6.3",
3028
"@stream-io/transliterate": "^1.5.2",
29+
"angular-mentions": "^1.4.0",
3130
"dayjs": "^1.11.10",
3231
"emoji-regex": "^10.3.0",
32+
"ngx-float-ui": "^15.0.0|| ^16.0.0 || ^17.0.0 || ^18.0.0 || ^18.0.1-rc.0",
3333
"pretty-bytes": "^6.1.1",
3434
"tslib": "^2.3.0",
3535
"uuid": "^9.0.1"

0 commit comments

Comments
 (0)