Skip to content

Commit 2c6ed4b

Browse files
committed
bump and add stream-chat to peerDependencies
1 parent fe28027 commit 2c6ed4b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@
102102
"react-native-actionsheet": "2.4.2",
103103
"react-native-image-zoom-viewer": "3.0.1",
104104
"seamless-immutable": "7.1.4",
105-
"stream-chat": "2.6.0",
106105
"styled-components": "5.2.0",
107106
"uuid": "8.3.1"
108107
},
109108
"peerDependencies": {
110109
"react": "^15.0.0 || ^16.0.0",
111110
"react-dom": "^15.0.0 || ^16.0.0",
112-
"react-native": "^0.60.0"
111+
"react-native": "^0.60.0",
112+
"stream-chat": "2.7.x"
113113
},
114114
"devDependencies": {
115115
"@babel/cli": "7.11.6",
@@ -164,6 +164,7 @@
164164
"react-native-web": "0.14.1",
165165
"react-styleguidist": "11.1.0",
166166
"react-test-renderer": "16.13.1",
167+
"stream-chat": "^2.7.0",
167168
"stylelint": "13.7.2",
168169
"stylelint-config-standard": "20.0.0",
169170
"stylelint-config-styled-components": "0.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11568,10 +11568,10 @@ stream-buffers@~2.2.0:
1156811568
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
1156911569
integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=
1157011570

11571-
stream-chat@2.6.0:
11572-
version "2.6.0"
11573-
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-2.6.0.tgz#2fae6e4c5a56a8f86dee0676654fe2511d751aab"
11574-
integrity sha512-hI1aIMCkcGektSOt7Gt2CrrKmHKn31ovbJ+IWz1rsgdZHiWLCG2QG7JgGUKeoJVD/Ix501CjnEugZHlFdbZLwg==
11571+
stream-chat@^2.7.0:
11572+
version "2.7.0"
11573+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-2.7.0.tgz#a1f9fe1474d270cee9e0e118953d7dcbbadd90ba"
11574+
integrity sha512-JRhw5JyIrS9bKVhLzEu57BxXTExMlxCJu0YXdMryJh9Wnl0XOzzjwCwYqZIFWFWH52RGyovQ+8VxkRzURStowg==
1157511575
dependencies:
1157611576
"@babel/runtime" "^7.11.2"
1157711577
"@types/jsonwebtoken" "^8.5.0"

0 commit comments

Comments
 (0)