stream-chat-react 12.8.1 → 12.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-react",
3
- "version": "12.8.1",
3
+ "version": "12.9.0",
4
4
  "description": "React components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",
@@ -132,7 +132,8 @@
132
132
  "textarea-caret": "^3.1.0",
133
133
  "tslib": "^2.6.2",
134
134
  "unist-builder": "^3.0.0",
135
- "unist-util-visit": "^5.0.0"
135
+ "unist-util-visit": "^5.0.0",
136
+ "use-sync-external-store": "^1.4.0"
136
137
  },
137
138
  "optionalDependencies": {
138
139
  "@stream-io/transliterate": "^1.5.5",
@@ -145,7 +146,7 @@
145
146
  "emoji-mart": "^5.4.0",
146
147
  "react": "^18.0.0 || ^17.0.0 || ^16.8.0",
147
148
  "react-dom": "^18.0.0 || ^17.0.0 || ^16.8.0",
148
- "stream-chat": "^8.46.1"
149
+ "stream-chat": "^8.50.0"
149
150
  },
150
151
  "peerDependenciesMeta": {
151
152
  "@breezystack/lamejs": {
@@ -207,6 +208,7 @@
207
208
  "@types/react-image-gallery": "^1.2.4",
208
209
  "@types/react-is": "^18.2.4",
209
210
  "@types/textarea-caret": "3.0.0",
211
+ "@types/use-sync-external-store": "^0.0.6",
210
212
  "@types/uuid": "^8.3.0",
211
213
  "@typescript-eslint/eslint-plugin": "5.62.0",
212
214
  "@typescript-eslint/parser": "5.62.0",
@@ -257,7 +259,7 @@
257
259
  "react-dom": "^18.1.0",
258
260
  "react-test-renderer": "^18.1.0",
259
261
  "semantic-release": "^19.0.5",
260
- "stream-chat": "^8.47.1",
262
+ "stream-chat": "^8.50.0",
261
263
  "ts-jest": "^29.1.4",
262
264
  "typescript": "^5.4.5"
263
265
  },