Skip to content

Commit 9614460

Browse files
committed
chore(examples): bump stream-chat to ^9.49.0 to match the SDK
The SDK now requires stream-chat ^9.49.0; leaving the examples at ^9.47.0 made yarn keep a second stream-chat copy, breaking the vite example build with duplicate-Thread type errors (subscribeRepliesUnread missing). Aligning the example deps dedupes to a single 9.49.0.
1 parent b97f92e commit 9614460

3 files changed

Lines changed: 4 additions & 26 deletions

File tree

examples/tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"emoji-mart": "^5.6.0",
1717
"react": "^19.2.6",
1818
"react-dom": "^19.2.6",
19-
"stream-chat": "^9.47.0",
19+
"stream-chat": "^9.49.0",
2020
"stream-chat-react": "workspace:^"
2121
},
2222
"devDependencies": {

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"modern-normalize": "^3.0.1",
1717
"react": "^19.2.6",
1818
"react-dom": "^19.2.6",
19-
"stream-chat": "^9.47.0",
19+
"stream-chat": "^9.49.0",
2020
"stream-chat-react": "workspace:^"
2121
},
2222
"devDependencies": {

yarn.lock

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2079,7 +2079,7 @@ __metadata:
20792079
emoji-mart: "npm:^5.6.0"
20802080
react: "npm:^19.2.6"
20812081
react-dom: "npm:^19.2.6"
2082-
stream-chat: "npm:^9.47.0"
2082+
stream-chat: "npm:^9.49.0"
20832083
stream-chat-react: "workspace:^"
20842084
typescript: "npm:^6.0.3"
20852085
vite: "npm:^8.0.14"
@@ -2105,7 +2105,7 @@ __metadata:
21052105
react: "npm:^19.2.6"
21062106
react-dom: "npm:^19.2.6"
21072107
sass: "npm:^1.100.0"
2108-
stream-chat: "npm:^9.47.0"
2108+
stream-chat: "npm:^9.49.0"
21092109
stream-chat-react: "workspace:^"
21102110
typescript: "npm:^6.0.3"
21112111
vite: "npm:^8.0.14"
@@ -10147,28 +10147,6 @@ __metadata:
1014710147
languageName: unknown
1014810148
linkType: soft
1014910149

10150-
"stream-chat@npm:^9.47.0":
10151-
version: 9.47.0
10152-
resolution: "stream-chat@npm:9.47.0"
10153-
dependencies:
10154-
"@types/jsonwebtoken": "npm:^9.0.8"
10155-
"@types/ws": "npm:^8.18.1"
10156-
axios: "npm:^1.16.1"
10157-
base64-js: "npm:^1.5.1"
10158-
form-data: "npm:^4.0.5"
10159-
isomorphic-ws: "npm:^5.0.0"
10160-
jsonwebtoken: "npm:^9.0.3"
10161-
linkifyjs: "npm:^4.3.3"
10162-
ws: "npm:^8.20.1"
10163-
dependenciesMeta:
10164-
esbuild:
10165-
built: true
10166-
husky:
10167-
built: true
10168-
checksum: 10c0/6f1a84f31047d0ccaf764ee106a276d7361b1582083c762cecd0e427d37ff6b9bfc69decaa856be0ab81d42f53beea12a231bc207d73dcbf28126abc9e28d9f3
10169-
languageName: node
10170-
linkType: hard
10171-
1017210150
"stream-chat@npm:^9.49.0":
1017310151
version: 9.49.0
1017410152
resolution: "stream-chat@npm:9.49.0"

0 commit comments

Comments
 (0)