File tree 3 files changed +7
-8
lines changed
projects/stream-chat-angular
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 59
59
"@angular-eslint/template/no-interpolation-in-attributes" : " off" ,
60
60
"@angular-eslint/template/button-has-type" : " off" ,
61
61
"@angular-eslint/template/no-inline-styles" : " off" ,
62
- "@angular-eslint/template/accessibility-interactive-supports-focus" : " off"
62
+ "@angular-eslint/template/accessibility-interactive-supports-focus" : " off" ,
63
+ "@angular-eslint/template/attributes-order" : " off"
63
64
}
64
65
}
65
66
]
Original file line number Diff line number Diff line change 6
6
"entryFile" : " src/public-api.ts"
7
7
},
8
8
"allowedNonPeerDependencies" : [
9
- " angular-mentions" ,
10
9
" dayjs" ,
11
10
" @stream-io/transliterate" ,
12
- " @popperjs/core" ,
13
11
" uuidv4" ,
14
12
" pretty-bytes" ,
15
- " emoji-regex" ,
16
- " ngx-popperjs"
13
+ " emoji-regex"
17
14
]
18
15
}
Original file line number Diff line number Diff line change 11
11
"peerDependencies" : {
12
12
"@angular/common" : " ^15.0.0 || ^16.0.0 || ^17.0.0" ,
13
13
"@angular/core" : " ^15.0.0 || ^16.0.0 || ^17.0.0" ,
14
+ "@floating-ui/dom" : " ^1.6.3" ,
14
15
"@ngx-translate/core" : " ^14.0.0 || ^15.0.0" ,
16
+ "angular-mentions" : " ^1.4.0" ,
17
+ "ngx-float-ui" : " ^15.0.0|| ^16.0.0 || ^17.0.0" ,
18
+ "rxjs" : " ^7.4.0" ,
15
19
"stream-chat" : " ^8.24.0"
16
20
},
17
21
"dependencies" : {
18
- "angular-mentions" : " ^1.4.0" ,
19
22
"@stream-io/transliterate" : " ^1.5.2" ,
20
- "@popperjs/core" : " ^2.11.5" ,
21
23
"dayjs" : " ^1.11.10" ,
22
24
"emoji-regex" : " ^10.3.0" ,
23
- "ngx-popperjs" : " ^15.2.4 || ^16.0.7 || ^17.0.0" ,
24
25
"pretty-bytes" : " ^6.1.1" ,
25
26
"tslib" : " ^2.3.0" ,
26
27
"uuidv4" : " ^6.2.13"
You can’t perform that action at this time.
0 commit comments