Skip to content

Commit 87f415e

Browse files
committed
chore: resolve conflicts from base branch
2 parents 2181a6c + e324cb5 commit 87f415e

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

examples/SampleApp/yarn.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7595,6 +7595,21 @@ stream-chat@^9.0.0:
75957595
linkifyjs "^4.2.0"
75967596
ws "^8.18.1"
75977597

7598+
stream-chat@^8.57.6:
7599+
version "8.60.0"
7600+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.60.0.tgz#b67d4fbb185da53fb8ac5fc5759986d6ad7e19a3"
7601+
integrity sha512-7FpO7Wno++r+n+x9aFuXtGYtNO06CIMd2Bxe3doYZLhMfS0nuaXloeFlGcMT0r4U/6bnguz1qQdDJUPNQAS8bQ==
7602+
dependencies:
7603+
"@babel/runtime" "^7.27.0"
7604+
"@types/jsonwebtoken" "~9.0.0"
7605+
"@types/ws" "^7.4.0"
7606+
axios "^1.6.0"
7607+
base64-js "^1.5.1"
7608+
form-data "^4.0.0"
7609+
isomorphic-ws "^4.0.1"
7610+
jsonwebtoken "~9.0.0"
7611+
ws "^7.5.10"
7612+
75987613
strict-uri-encode@^2.0.0:
75997614
version "2.0.0"
76007615
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"

examples/TypeScriptMessaging/yarn.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6954,6 +6954,21 @@ stream-chat@^9.0.0:
69546954
linkifyjs "^4.2.0"
69556955
ws "^8.18.1"
69566956

6957+
stream-chat@^8.57.6:
6958+
version "8.60.0"
6959+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.60.0.tgz#b67d4fbb185da53fb8ac5fc5759986d6ad7e19a3"
6960+
integrity sha512-7FpO7Wno++r+n+x9aFuXtGYtNO06CIMd2Bxe3doYZLhMfS0nuaXloeFlGcMT0r4U/6bnguz1qQdDJUPNQAS8bQ==
6961+
dependencies:
6962+
"@babel/runtime" "^7.27.0"
6963+
"@types/jsonwebtoken" "~9.0.0"
6964+
"@types/ws" "^7.4.0"
6965+
axios "^1.6.0"
6966+
base64-js "^1.5.1"
6967+
form-data "^4.0.0"
6968+
isomorphic-ws "^4.0.1"
6969+
jsonwebtoken "~9.0.0"
6970+
ws "^7.5.10"
6971+
69576972
strict-uri-encode@^2.0.0:
69586973
version "2.0.0"
69596974
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"

package/src/components/Channel/Channel.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,6 @@ const ChannelWithContext = (props: PropsWithChildren<ChannelPropsWithContext>) =
487487
AutoCompleteSuggestionHeader = AutoCompleteSuggestionHeaderDefault,
488488
AutoCompleteSuggestionItem = AutoCompleteSuggestionItemDefault,
489489
AutoCompleteSuggestionList = AutoCompleteSuggestionListDefault,
490-
491490
Card = CardDefault,
492491
CardCover,
493492
CardFooter,

0 commit comments

Comments
 (0)