File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
projects/stream-chat-angular Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 10
10
" @stream-io/transliterate" ,
11
11
" uuid" ,
12
12
" pretty-bytes" ,
13
- " emoji-regex"
13
+ " emoji-regex" ,
14
+ " @floating-ui/dom" ,
15
+ " angular-mentions" ,
16
+ " ngx-float-ui"
14
17
]
15
18
}
Original file line number Diff line number Diff line change 19
19
"peerDependencies" : {
20
20
"@angular/common" : " ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" ,
21
21
"@angular/core" : " ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" ,
22
- "@floating-ui/dom" : " ^1.6.3" ,
23
22
"@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" ,
26
23
"rxjs" : " ^7.4.0" ,
27
24
"stream-chat" : " ^8.26.0"
28
25
},
29
26
"dependencies" : {
27
+ "@floating-ui/dom" : " ^1.6.3" ,
30
28
"@stream-io/transliterate" : " ^1.5.2" ,
29
+ "angular-mentions" : " ^1.4.0" ,
31
30
"dayjs" : " ^1.11.10" ,
32
31
"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" ,
33
33
"pretty-bytes" : " ^6.1.1" ,
34
34
"tslib" : " ^2.3.0" ,
35
35
"uuid" : " ^9.0.1"
You can’t perform that action at this time.
0 commit comments