Skip to content

Commit 9ab351d

Browse files
committed
chore: update deps
1 parent b28252b commit 9ab351d

File tree

4 files changed

+29
-9
lines changed

4 files changed

+29
-9
lines changed

package/expo-package/yarn.lock

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4782,9 +4782,19 @@ [email protected], stream-buffers@~2.2.0:
47824782
version "0.0.0"
47834783
uid ""
47844784

4785-
"stream-chat@link:../../../stream-chat-js":
4786-
version "0.0.0"
4787-
uid ""
4785+
"stream-chat@https://github.com/GetStream/stream-chat-js.git#6d936386dbf69e33b8e146e5e48c20a74482eb50":
4786+
version "0.0.0-development"
4787+
resolved "https://github.com/GetStream/stream-chat-js.git#6d936386dbf69e33b8e146e5e48c20a74482eb50"
4788+
dependencies:
4789+
"@types/jsonwebtoken" "^9.0.8"
4790+
"@types/ws" "^8.5.14"
4791+
axios "^1.6.0"
4792+
base64-js "^1.5.1"
4793+
form-data "^4.0.0"
4794+
isomorphic-ws "^5.0.0"
4795+
jsonwebtoken "^9.0.2"
4796+
linkifyjs "^4.2.0"
4797+
ws "^8.18.1"
47884798

47894799
"string-width-cjs@npm:string-width@^4.2.0":
47904800
version "4.2.3"

package/native-package/yarn.lock

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3498,9 +3498,19 @@ statuses@~1.5.0:
34983498
version "0.0.0"
34993499
uid ""
35003500

3501-
"stream-chat@link:../../../stream-chat-js":
3502-
version "0.0.0"
3503-
uid ""
3501+
"stream-chat@https://github.com/GetStream/stream-chat-js.git#6d936386dbf69e33b8e146e5e48c20a74482eb50":
3502+
version "0.0.0-development"
3503+
resolved "https://github.com/GetStream/stream-chat-js.git#6d936386dbf69e33b8e146e5e48c20a74482eb50"
3504+
dependencies:
3505+
"@types/jsonwebtoken" "^9.0.8"
3506+
"@types/ws" "^8.5.14"
3507+
axios "^1.6.0"
3508+
base64-js "^1.5.1"
3509+
form-data "^4.0.0"
3510+
isomorphic-ws "^5.0.0"
3511+
jsonwebtoken "^9.0.2"
3512+
linkifyjs "^4.2.0"
3513+
ws "^8.18.1"
35043514

35053515
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
35063516
version "4.2.3"

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"path": "0.12.7",
7878
"react-native-markdown-package": "1.8.2",
7979
"react-native-url-polyfill": "^1.3.0",
80-
"stream-chat": "https://github.com/GetStream/stream-chat-js.git#9bc79358e9d0a23e0ff7e2a056711289e5bdf917",
80+
"stream-chat": "https://github.com/GetStream/stream-chat-js.git#6d936386dbf69e33b8e146e5e48c20a74482eb50",
8181
"use-sync-external-store": "^1.4.0"
8282
},
8383
"peerDependencies": {

package/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7772,9 +7772,9 @@ statuses@~1.5.0:
77727772
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
77737773
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
77747774

7775-
"stream-chat@https://github.com/GetStream/stream-chat-js.git#9bc79358e9d0a23e0ff7e2a056711289e5bdf917":
7775+
"stream-chat@https://github.com/GetStream/stream-chat-js.git#6d936386dbf69e33b8e146e5e48c20a74482eb50":
77767776
version "0.0.0-development"
7777-
resolved "https://github.com/GetStream/stream-chat-js.git#9bc79358e9d0a23e0ff7e2a056711289e5bdf917"
7777+
resolved "https://github.com/GetStream/stream-chat-js.git#6d936386dbf69e33b8e146e5e48c20a74482eb50"
77787778
dependencies:
77797779
"@types/jsonwebtoken" "^9.0.8"
77807780
"@types/ws" "^8.5.14"

0 commit comments

Comments
 (0)