Skip to content

Commit bcc20dc

Browse files
Fixing type and dependency version
1 parent c4b0c36 commit bcc20dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"react-native-actionsheet": "2.4.2",
104104
"react-native-image-zoom-viewer": "3.0.1",
105105
"seamless-immutable": "7.1.4",
106-
"stream-chat": "^2.9.0",
106+
"stream-chat": "2.9.0",
107107
"styled-components": "5.2.0",
108108
"uuid": "8.3.1"
109109
},

src/components/ChannelList/ChannelListMessenger.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export type ChannelListMessengerProps<
7171
* Function to refresh the channel list that is similar to `reloadList`, but it doesn't wipe out existing channels
7272
* from UI before loading the new ones
7373
*/
74-
refreshList?: () => undefined | Promise<void>;
74+
refreshList?: () => void | Promise<void>;
7575

7676
/**
7777
* Removes all the existing channels from UI and loads fresh channels

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11570,7 +11570,7 @@ stream-buffers@~2.2.0:
1157011570
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
1157111571
integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=
1157211572

11573-
stream-chat@^2.9.0:
11573+
1157411574
version "2.9.0"
1157511575
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-2.9.0.tgz#3f0a593ae7dea9f1e2ecf406c72c8d0c60705be4"
1157611576
integrity sha512-Se2lpquvfh1oK6c+M73esYvN3eTtTqKdrMMUCzKz7deMWXOlqYdNtweW/a9raU90QUcOSp756JEXYQ5zSsND5A==

0 commit comments

Comments
 (0)