Skip to content

Commit 07856aa

Browse files
committed
chore: bump sdk
1 parent eeb738d commit 07856aa

File tree

8 files changed

+35
-35
lines changed

8 files changed

+35
-35
lines changed

gaming-livestream/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^18.2.0",
1313
"react-scripts": "^5.0.1",
1414
"sass": "^1.56.1",
15-
"stream-chat": "^8.18.2",
16-
"stream-chat-react": "^11.10.0"
15+
"stream-chat": "^8.24.0",
16+
"stream-chat-react": "^11.12.1"
1717
},
1818
"devDependencies": {
1919
"@types/react": "^18.2.37",

gaming-livestream/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -9489,10 +9489,10 @@ statuses@2.0.1:
94899489
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
94909490
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
94919491

9492-
stream-chat-react@^11.10.0:
9493-
version "11.10.0"
9494-
resolved "https://registry.yarnpkg.com/stream-chat-react/-/stream-chat-react-11.10.0.tgz#be7adf5db37935e8937a290ad2729fd0ac8cb21d"
9495-
integrity sha512-liBDLM6njree4fgCRUOjWCpjRx059/md4NW7kRxaCT8iFVjPPpbfjMt0IrMlHx7kLe+8S+F0m5R8fRS+sXvLtw==
9492+
stream-chat-react@^11.12.1:
9493+
version "11.12.1"
9494+
resolved "https://registry.yarnpkg.com/stream-chat-react/-/stream-chat-react-11.12.1.tgz#c5e520347a6846becb488480504fa59f32b7a21e"
9495+
integrity sha512-nsV5LE2HXrgMxzNj1E0dcYMEvQBY+TDmYTdCi9lkWKz6Av+gDJL5yCWlgMswGUZdZAxwGcQ3OJcJWzN+nBRm7g==
94969496
dependencies:
94979497
"@babel/runtime" "^7.23.6"
94989498
"@braintree/sanitize-url" "^6.0.4"
@@ -9530,10 +9530,10 @@ stream-chat-react@^11.10.0:
95309530
"@stream-io/transliterate" "^1.5.5"
95319531
mml-react "^0.4.7"
95329532

9533-
stream-chat@^8.18.2:
9534-
version "8.18.2"
9535-
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.18.2.tgz#643b337a349ea07f8e55f450cf6f428d0ca75fde"
9536-
integrity sha512-eld8wcTQvuXavWYCuwL+gTeiy7ebVQ0PBo8f0iqZsxLu99BitkLWBnG0lIzfQm69c5b74R4ObPEhHuooq02naw==
9533+
stream-chat@^8.24.0:
9534+
version "8.24.0"
9535+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.24.0.tgz#704e6d227fcf618cf2694103ffd7a913003ab885"
9536+
integrity sha512-D0UDUeR6ozovxPqwBn2N4kv/iGL8MQhM8bb0e+3JPAC+Xq3NhFtIcNT5KiFZ+b+yhqey2T+XqdCshYQ8sGFUjg==
95379537
dependencies:
95389538
"@babel/runtime" "^7.16.3"
95399539
"@types/jsonwebtoken" "~9.0.0"

social-messenger-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",
1414
"react-file-utils": "^1.2.0",
15-
"stream-chat": "^8.16.0",
15+
"stream-chat": "^8.24.0",
1616
"stream-chat-react": "^11.12.1"
1717
},
1818
"devDependencies": {

social-messenger-ts/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -9564,10 +9564,10 @@ stream-chat-react@^11.12.1:
95649564
"@stream-io/transliterate" "^1.5.5"
95659565
mml-react "^0.4.7"
95669566

9567-
stream-chat@^8.16.0:
9568-
version "8.16.0"
9569-
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.16.0.tgz#3718812815251315b28f75c4002f0a0d62f73bb8"
9570-
integrity sha512-j5GDgCmae4k59titjzePvihfVoVSlRW8NvP7uXfxbfMlsmGfcbYl08IaAwSsW6NC44doZyIjOt7v/v2QyCcP4A==
9567+
stream-chat@^8.24.0:
9568+
version "8.24.0"
9569+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.24.0.tgz#704e6d227fcf618cf2694103ffd7a913003ab885"
9570+
integrity sha512-D0UDUeR6ozovxPqwBn2N4kv/iGL8MQhM8bb0e+3JPAC+Xq3NhFtIcNT5KiFZ+b+yhqey2T+XqdCshYQ8sGFUjg==
95719571
dependencies:
95729572
"@babel/runtime" "^7.16.3"
95739573
"@types/jsonwebtoken" "~9.0.0"

team-ts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"react-popper": "^2.3.0",
2424
"react-scripts": "^5.0.1",
2525
"sass": "^1.55.0",
26-
"stream-chat": "^8.16.0",
27-
"stream-chat-react": "^11.10.0"
26+
"stream-chat": "^8.24.0",
27+
"stream-chat-react": "^11.12.1"
2828
},
2929
"devDependencies": {
3030
"@types/emoji-mart": "^3.0.9",

team-ts/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -9627,10 +9627,10 @@ statuses@2.0.1:
96279627
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
96289628
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
96299629

9630-
stream-chat-react@^11.10.0:
9631-
version "11.10.0"
9632-
resolved "https://registry.yarnpkg.com/stream-chat-react/-/stream-chat-react-11.10.0.tgz#be7adf5db37935e8937a290ad2729fd0ac8cb21d"
9633-
integrity sha512-liBDLM6njree4fgCRUOjWCpjRx059/md4NW7kRxaCT8iFVjPPpbfjMt0IrMlHx7kLe+8S+F0m5R8fRS+sXvLtw==
9630+
stream-chat-react@^11.12.1:
9631+
version "11.12.1"
9632+
resolved "https://registry.yarnpkg.com/stream-chat-react/-/stream-chat-react-11.12.1.tgz#c5e520347a6846becb488480504fa59f32b7a21e"
9633+
integrity sha512-nsV5LE2HXrgMxzNj1E0dcYMEvQBY+TDmYTdCi9lkWKz6Av+gDJL5yCWlgMswGUZdZAxwGcQ3OJcJWzN+nBRm7g==
96349634
dependencies:
96359635
"@babel/runtime" "^7.23.6"
96369636
"@braintree/sanitize-url" "^6.0.4"
@@ -9668,10 +9668,10 @@ stream-chat-react@^11.10.0:
96689668
"@stream-io/transliterate" "^1.5.5"
96699669
mml-react "^0.4.7"
96709670

9671-
stream-chat@^8.16.0:
9672-
version "8.16.0"
9673-
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.16.0.tgz#3718812815251315b28f75c4002f0a0d62f73bb8"
9674-
integrity sha512-j5GDgCmae4k59titjzePvihfVoVSlRW8NvP7uXfxbfMlsmGfcbYl08IaAwSsW6NC44doZyIjOt7v/v2QyCcP4A==
9671+
stream-chat@^8.24.0:
9672+
version "8.24.0"
9673+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.24.0.tgz#704e6d227fcf618cf2694103ffd7a913003ab885"
9674+
integrity sha512-D0UDUeR6ozovxPqwBn2N4kv/iGL8MQhM8bb0e+3JPAC+Xq3NhFtIcNT5KiFZ+b+yhqey2T+XqdCshYQ8sGFUjg==
96759675
dependencies:
96769676
"@babel/runtime" "^7.16.3"
96779677
"@types/jsonwebtoken" "~9.0.0"

virtual-event/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",
1616
"sass": "^1.55.0",
17-
"stream-chat": "^8.18.2",
18-
"stream-chat-react": "^11.10.0"
17+
"stream-chat": "^8.24.0",
18+
"stream-chat-react": "^11.12.1"
1919
},
2020
"devDependencies": {
2121
"@types/emoji-mart": "^3.0.8",

virtual-event/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -9212,10 +9212,10 @@ statuses@2.0.1:
92129212
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
92139213
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
92149214

9215-
stream-chat-react@^11.10.0:
9216-
version "11.10.0"
9217-
resolved "https://registry.yarnpkg.com/stream-chat-react/-/stream-chat-react-11.10.0.tgz#be7adf5db37935e8937a290ad2729fd0ac8cb21d"
9218-
integrity sha512-liBDLM6njree4fgCRUOjWCpjRx059/md4NW7kRxaCT8iFVjPPpbfjMt0IrMlHx7kLe+8S+F0m5R8fRS+sXvLtw==
9215+
stream-chat-react@^11.12.1:
9216+
version "11.12.1"
9217+
resolved "https://registry.yarnpkg.com/stream-chat-react/-/stream-chat-react-11.12.1.tgz#c5e520347a6846becb488480504fa59f32b7a21e"
9218+
integrity sha512-nsV5LE2HXrgMxzNj1E0dcYMEvQBY+TDmYTdCi9lkWKz6Av+gDJL5yCWlgMswGUZdZAxwGcQ3OJcJWzN+nBRm7g==
92199219
dependencies:
92209220
"@babel/runtime" "^7.23.6"
92219221
"@braintree/sanitize-url" "^6.0.4"
@@ -9253,10 +9253,10 @@ stream-chat-react@^11.10.0:
92539253
"@stream-io/transliterate" "^1.5.5"
92549254
mml-react "^0.4.7"
92559255

9256-
stream-chat@^8.18.2:
9257-
version "8.18.2"
9258-
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.18.2.tgz#643b337a349ea07f8e55f450cf6f428d0ca75fde"
9259-
integrity sha512-eld8wcTQvuXavWYCuwL+gTeiy7ebVQ0PBo8f0iqZsxLu99BitkLWBnG0lIzfQm69c5b74R4ObPEhHuooq02naw==
9256+
stream-chat@^8.24.0:
9257+
version "8.24.0"
9258+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.24.0.tgz#704e6d227fcf618cf2694103ffd7a913003ab885"
9259+
integrity sha512-D0UDUeR6ozovxPqwBn2N4kv/iGL8MQhM8bb0e+3JPAC+Xq3NhFtIcNT5KiFZ+b+yhqey2T+XqdCshYQ8sGFUjg==
92609260
dependencies:
92619261
"@babel/runtime" "^7.16.3"
92629262
"@types/jsonwebtoken" "~9.0.0"

0 commit comments

Comments
 (0)