File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 239239 "react" : " ^19.0.0" ,
240240 "react-dom" : " ^19.0.0" ,
241241 "semantic-release" : " ^24.2.3" ,
242- "stream-chat" : " ^9.0.0-rc.8 " ,
242+ "stream-chat" : " https://github.com/GetStream/stream-chat-js.git#feat/message-composer " ,
243243 "ts-jest" : " ^29.2.5" ,
244244 "typescript" : " ^5.4.5" ,
245245 "typescript-eslint" : " ^8.17.0"
Original file line number Diff line number Diff line change @@ -8597,6 +8597,11 @@ linkifyjs@^4.1.0:
85978597 resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-4.1.0.tgz#0460bfcc37d3348fa80e078d92e7bbc82588db15"
85988598 integrity sha512-Ffv8VoY3+ixI1b3aZ3O+jM6x17cOsgwfB1Wq7pkytbo1WlyRp6ZO0YDMqiWT/gQPY/CmtiGuKfzDIVqxh1aCTA==
85998599
8600+ linkifyjs@^4.2.0:
8601+ version "4.2.0"
8602+ resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-4.2.0.tgz#9dd30222b9cbabec9c950e725ec00031c7fa3f08"
8603+ integrity sha512-pCj3PrQyATaoTYKHrgWRF3SJwsm61udVh+vuls/Rl6SptiDhgE7ziUIudAedRY9QEfynmM7/RmLEfPUyw1HPCw==
8604+
86008605lint-staged@^15.2.1:
86018606 version "15.2.1"
86028607 resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.1.tgz#25beb6e587f54245b20163f5efede073f12c4d1b"
@@ -12164,6 +12169,20 @@ stream-chat@^9.0.0-rc.8:
1216412169 jsonwebtoken "^9.0.2"
1216512170 ws "^8.18.1"
1216612171
12172+ "stream-chat@https://github.com/GetStream/stream-chat-js.git#feat/message-composer":
12173+ version "0.0.0-development"
12174+ resolved "https://github.com/GetStream/stream-chat-js.git#c82934d9c535b8e3f5df1fb073b40e6062be8bc7"
12175+ dependencies:
12176+ "@types/jsonwebtoken" "^9.0.8"
12177+ "@types/ws" "^8.5.14"
12178+ axios "^1.6.0"
12179+ base64-js "^1.5.1"
12180+ form-data "^4.0.0"
12181+ isomorphic-ws "^5.0.0"
12182+ jsonwebtoken "^9.0.2"
12183+ linkifyjs "^4.2.0"
12184+ ws "^8.18.1"
12185+
1216712186stream-combiner2@~1.1.1:
1216812187 version "1.1.1"
1216912188 resolved "https://registry.yarnpkg.com/stream-combiner2/-/stream-combiner2-1.1.1.tgz#fb4d8a1420ea362764e21ad4780397bebcb41cbe"
You can’t perform that action at this time.
0 commit comments