@kindly/react-chat 2.48.6 → 2.49.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/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kindly/react-chat",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.49.0",
|
|
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",
|
|
@@ -30,18 +30,15 @@
|
|
|
30
30
|
"not Edge < 20"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"
|
|
34
|
-
"dompurify": "^2.4.5",
|
|
35
|
-
"lodash.debounce": "4.0.8",
|
|
33
|
+
"dompurify": "^2.4.7",
|
|
36
34
|
"lodash.merge": "^4.6.2",
|
|
37
|
-
"lodash.pick": "^4.4.0",
|
|
38
35
|
"phoenix-socket": "^1.2.3",
|
|
39
36
|
"prop-types": "^15.8.1",
|
|
40
37
|
"react-children-utilities": "^2.9.0",
|
|
41
|
-
"react-hook-form": "^7.45.
|
|
38
|
+
"react-hook-form": "^7.45.1",
|
|
42
39
|
"react-idle-timer": "^5.7.2",
|
|
43
40
|
"react-redux": "^8.1.1",
|
|
44
|
-
"react-textarea-autosize": "^8.5.
|
|
41
|
+
"react-textarea-autosize": "^8.5.2",
|
|
45
42
|
"redux": "^4.2.1",
|
|
46
43
|
"redux-localstorage": "^0.4.1",
|
|
47
44
|
"redux-logger": "^3.0.6",
|
|
@@ -86,7 +83,6 @@
|
|
|
86
83
|
"html-webpack-plugin": "^5.5.3",
|
|
87
84
|
"husky": "3.1.0",
|
|
88
85
|
"jest": "^29.6.1",
|
|
89
|
-
"jest-each": "^29.6.1",
|
|
90
86
|
"jest-environment-jsdom": "^29.6.1",
|
|
91
87
|
"jest-junit": "^15.0.0",
|
|
92
88
|
"jest-webpack-resolver": "^0.3.0",
|
|
@@ -144,5 +140,5 @@
|
|
|
144
140
|
"scriptsComments": {
|
|
145
141
|
"test-a11y": "Runs the storybook test-runner. Currently running only axe-core for a11y tests."
|
|
146
142
|
},
|
|
147
|
-
"gitHead": "
|
|
143
|
+
"gitHead": "93194f2bd75ce9c6becaf9e852851822d971ef3e"
|
|
148
144
|
}
|