Skip to content

Commit e38f2d5

Browse files
Updating stream-chat version to 1.11.1
1 parent dcc6ae0 commit e38f2d5

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

expo-package/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -911,10 +911,10 @@
911911
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
912912
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
913913

914-
"@stream-io/react-native-simple-markdown@^1.1.1":
915-
version "1.1.2"
916-
resolved "https://registry.yarnpkg.com/@stream-io/react-native-simple-markdown/-/react-native-simple-markdown-1.1.2.tgz#d058646654f5c45455550c7f01cc9e52ba5ad969"
917-
integrity sha512-n85MfsMoaPchxUFCas+48h5DxBffLRQreZZL2uawMFdf7SaBgzTmtrmLuIJOBnKI9jpsqv8GhFrl2v+lIQFnhg==
914+
"@stream-io/react-native-simple-markdown@^1.1.3":
915+
version "1.1.3"
916+
resolved "https://registry.yarnpkg.com/@stream-io/react-native-simple-markdown/-/react-native-simple-markdown-1.1.3.tgz#690cac9236d28eab3b0e4b896714c81254258c2d"
917+
integrity sha512-O0/v3mlTaD9+eAVxThreC0sX1eOgcJRR7N1FOZ9zpf3IFYVr4VU+S7tYZHqmNzyh1N3VUi4+Fao+ZxEb/YToXw==
918918
dependencies:
919919
lodash "^4.15.0"
920920
prop-types "^15.6.0"
@@ -8827,13 +8827,13 @@ stream-buffers@~2.2.0:
88278827
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
88288828
integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=
88298829

8830-
8831-
version "0.10.2"
8832-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.10.2.tgz#0283b4980a45dc05dc3f796e852159453460aa9d"
8833-
integrity sha512-yW3RIjQr/6wIttgu3WGbtwtAB0l/6S0LHx15UueBhQ79Do+Jp44Cus3A17RkZdGsC/sKC9d9CCGTvEjXeNCKNw==
8830+
8831+
version "0.10.3"
8832+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.10.3.tgz#f58816eb6e4de54a6576217397b390cfc87f2d8e"
8833+
integrity sha512-hW8h2sHhz0cSbWeuRqH5l1o8eRDhoIzAIUnne8Q5kyTvOBi+PYyixXDLZGakdVjUwfLE6UhiLgpL+ByWrZjyrA==
88348834
dependencies:
88358835
"@babel/runtime" "^7.1.2"
8836-
"@stream-io/react-native-simple-markdown" "^1.1.1"
8836+
"@stream-io/react-native-simple-markdown" "^1.1.3"
88378837
"@stream-io/styled-components" "^4.2.1"
88388838
anchorme "^1.1.2"
88398839
babel-plugin-macros "^2.5.1"
@@ -8850,13 +8850,13 @@ [email protected]:
88508850
react-native-actionsheet "^2.4.2"
88518851
react-native-image-zoom-viewer "^2.2.25"
88528852
seamless-immutable "^7.1.4"
8853-
stream-chat "^1.7.3"
8853+
stream-chat "^1.10.1"
88548854
uuid "^3.3.2"
88558855

8856-
stream-chat@^1.7.3:
8857-
version "1.8.0"
8858-
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-1.8.0.tgz#e03330ffb464ae70878608e73f244da1c7904659"
8859-
integrity sha512-n2ot4Skcaz/RZQOTYwduC87llBdjomhHXn4fAgpXaH9TUzIYBXE+iyfddPj7Wda5tdhg8frq3nWXYLHq45qjyQ==
8856+
stream-chat@^1.10.1:
8857+
version "1.11.1"
8858+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-1.11.1.tgz#1dc6934786d872c63c57ae602ff9ab0c112592d9"
8859+
integrity sha512-feJyPp7BFRsR6tPMNPoo82xIh1m3ilu5wBEyE9G6wWYKG21ja2Mpoh9MH3S7nyjwgvI0GAVrKoHOGSIOFSwjnQ==
88608860
dependencies:
88618861
"@babel/runtime" "^7.3.1"
88628862
"@types/seamless-immutable" "7.1.10"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"react-native-actionsheet": "^2.4.2",
8686
"react-native-image-zoom-viewer": "^2.2.25",
8787
"seamless-immutable": "^7.1.4",
88-
"stream-chat": "^1.10.1",
88+
"stream-chat": "^1.11.1",
8989
"uuid": "^3.3.2"
9090
},
9191
"peerDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9366,10 +9366,10 @@ stream-browserify@^2.0.1:
93669366
inherits "~2.0.1"
93679367
readable-stream "^2.0.2"
93689368

9369-
stream-chat@^1.10.1:
9370-
version "1.10.1"
9371-
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-1.10.1.tgz#fccb70f0f585265faa57219fa1c048a8cb79b02f"
9372-
integrity sha512-WiDFypmv8GEMlIjuwEmf98yDEwbSoEhVfJp5ZBB4iGod313dNJ4LiQONq0JgMT5bGyxGYTq80Xlv5uRnNVY5Lg==
9369+
stream-chat@^1.11.1:
9370+
version "1.11.1"
9371+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-1.11.1.tgz#1dc6934786d872c63c57ae602ff9ab0c112592d9"
9372+
integrity sha512-feJyPp7BFRsR6tPMNPoo82xIh1m3ilu5wBEyE9G6wWYKG21ja2Mpoh9MH3S7nyjwgvI0GAVrKoHOGSIOFSwjnQ==
93739373
dependencies:
93749374
"@babel/runtime" "^7.3.1"
93759375
"@types/seamless-immutable" "7.1.10"

0 commit comments

Comments
 (0)