Skip to content

Commit 0f23d93

Browse files
fix: url param serialisation issue on iOS 17 (#2246)
1 parent ed2754f commit 0f23d93

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"path": "0.12.7",
8080
"react-native-markdown-package": "1.8.2",
8181
"react-native-url-polyfill": "^1.3.0",
82-
"stream-chat": "8.6.0"
82+
"stream-chat": "~8.12.2"
8383
},
8484
"peerDependencies": {
8585
"react-native-quick-sqlite": ">=5.1.0",

package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9499,10 +9499,10 @@ [email protected]:
94999499
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
95009500
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
95019501

9502-
stream-chat@8.6.0:
9503-
version "8.6.0"
9504-
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.6.0.tgz#a686a11337d7d0176f6881874cad73dac86de803"
9505-
integrity sha512-DsVN1D1nr5rLYMc1+LDJt2f+wUrqR0Nv9o71zrSvSQIVWaBtmq/nMqZXie2SV4ndT9sbWExXay5FVGxjOTtucQ==
9502+
stream-chat@~8.12.2:
9503+
version "8.12.2"
9504+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.12.2.tgz#c1906a15280ce8114639b0ee338d2e3722d1f572"
9505+
integrity sha512-Fn13nh1g2ZkW94tzH3BF0E87hS8cI6nBIH1UlgkUodRx4zmcNKH8L7dvuEFEWzsxb5ZBA4j3rwKCQfLynMuUsQ==
95069506
dependencies:
95079507
"@babel/runtime" "^7.16.3"
95089508
"@types/jsonwebtoken" "~9.0.0"

0 commit comments

Comments
 (0)