@kindly/react-chat 2.57.1 → 2.57.2
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/README.md +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kindly/react-chat",
|
|
3
|
-
"version": "2.57.
|
|
3
|
+
"version": "2.57.2",
|
|
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",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"not safari < 13"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"dompurify": "^3.0.
|
|
35
|
+
"dompurify": "^3.0.11",
|
|
36
36
|
"lodash.merge": "^4.6.2",
|
|
37
37
|
"phoenix-socket": "^1.2.3",
|
|
38
38
|
"prop-types": "^15.8.1",
|
|
39
39
|
"react-children-utilities": "^2.10.0",
|
|
40
|
-
"react-hook-form": "^7.
|
|
40
|
+
"react-hook-form": "^7.51.1",
|
|
41
41
|
"react-idle-timer": "^5.7.2",
|
|
42
42
|
"react-redux": "^8.1.3",
|
|
43
43
|
"react-textarea-autosize": "^8.5.3",
|
|
@@ -93,7 +93,6 @@
|
|
|
93
93
|
"mockdate": "^3.0.5",
|
|
94
94
|
"process": "^0.11.10",
|
|
95
95
|
"pusher-js": "^8.3.0",
|
|
96
|
-
"pusher-redux": "^0.5.0",
|
|
97
96
|
"react": "^18.2.0",
|
|
98
97
|
"react-dom": "^18.2.0",
|
|
99
98
|
"react-test-renderer": "^18.2.0",
|
|
@@ -110,7 +109,6 @@
|
|
|
110
109
|
},
|
|
111
110
|
"peerDependencies": {
|
|
112
111
|
"pusher-js": ">=8.0.0",
|
|
113
|
-
"pusher-redux": ">=0.5.0",
|
|
114
112
|
"react": "^16 || ^17 || ^18",
|
|
115
113
|
"react-dom": "^16 || ^17 || ^18"
|
|
116
114
|
},
|
|
@@ -118,9 +116,6 @@
|
|
|
118
116
|
"npm": ">=9"
|
|
119
117
|
},
|
|
120
118
|
"overrides": {
|
|
121
|
-
"pusher-redux": {
|
|
122
|
-
"pusher-js": "8.0.1"
|
|
123
|
-
},
|
|
124
119
|
"@storybook/react": {
|
|
125
120
|
"react-element-to-jsx-string": {
|
|
126
121
|
"react": "18.2.0",
|
|
@@ -143,5 +138,5 @@
|
|
|
143
138
|
"scriptsComments": {
|
|
144
139
|
"test-a11y": "Runs the storybook test-runner. Currently running only axe-core for a11y tests."
|
|
145
140
|
},
|
|
146
|
-
"gitHead": "
|
|
141
|
+
"gitHead": "c710aba2f28d5fb609c1ca028bc099ee7a5114e9"
|
|
147
142
|
}
|