@kindly/react-chat 2.48.4 → 2.48.6

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": "@kindly/react-chat",
3
- "version": "2.48.4",
3
+ "version": "2.48.6",
4
4
  "description": "Kindly Chat react component",
5
5
  "repository": "https://github.com/kindly-ai/kindly-chat/tree/main/packages/react-chat",
6
6
  "license": "MIT",
@@ -112,8 +112,8 @@
112
112
  "peerDependencies": {
113
113
  "pusher-js": ">=8.0.0",
114
114
  "pusher-redux": ">=0.5.0",
115
- "react": ">16 || >17 || >18",
116
- "react-dom": ">16 || >17 || >18"
115
+ "react": "^16 || ^17 || ^18",
116
+ "react-dom": "^16 || ^17 || ^18"
117
117
  },
118
118
  "engines": {
119
119
  "npm": ">=8.3.0"
@@ -144,5 +144,5 @@
144
144
  "scriptsComments": {
145
145
  "test-a11y": "Runs the storybook test-runner. Currently running only axe-core for a11y tests."
146
146
  },
147
- "gitHead": "4749160d666a79be9ab9b2afedaa5204d77394f2"
147
+ "gitHead": "b3f1c870bc8ddb40b9f3a77148207f4dce24d224"
148
148
  }