stream-chat-react 12.15.8 → 12.16.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.15.8",
3
+ "version": "12.16.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/",
@@ -113,7 +113,6 @@
113
113
  "i18next": "^21.6.14",
114
114
  "linkifyjs": "^4.1.0",
115
115
  "lodash.debounce": "^4.0.8",
116
- "lodash.defaultsdeep": "^4.6.1",
117
116
  "lodash.mergewith": "^4.6.2",
118
117
  "lodash.throttle": "^4.1.1",
119
118
  "lodash.uniqby": "^4.7.0",
@@ -238,8 +237,8 @@
238
237
  "prettier": "^3.5.3",
239
238
  "react": "^19.0.0",
240
239
  "react-dom": "^19.0.0",
241
- "semantic-release": "^24.2.3",
242
- "stream-chat": "^8.55.0",
240
+ "semantic-release": "^25.0.3",
241
+ "stream-chat": "^8.60.0",
243
242
  "ts-jest": "^29.2.5",
244
243
  "typescript": "^5.4.5",
245
244
  "typescript-eslint": "^8.17.0"
@@ -260,7 +259,7 @@
260
259
  "prepare": "husky install",
261
260
  "preversion": "yarn install",
262
261
  "test": "jest",
263
- "types": "tsc --noEmit --skipLibCheck false",
262
+ "types": "tsc --noEmit --skipLibCheck true",
264
263
  "validate-translations": "node scripts/validate-translations.js",
265
264
  "validate-cjs": "concurrently 'node scripts/validate-cjs-node-bundle.cjs' 'node scripts/validate-cjs-browser-bundle.cjs'",
266
265
  "semantic-release": "semantic-release",