@kindly/react-chat 2.72.3 → 2.72.5
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.map +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kindly/react-chat",
|
|
3
|
-
"version": "2.72.
|
|
3
|
+
"version": "2.72.5",
|
|
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",
|
|
@@ -33,19 +33,19 @@
|
|
|
33
33
|
"not ios_saf < 15.4"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@reduxjs/toolkit": "^2.
|
|
37
|
-
"dompurify": "^3.2.
|
|
36
|
+
"@reduxjs/toolkit": "^2.7.0",
|
|
37
|
+
"dompurify": "^3.2.5",
|
|
38
38
|
"lodash.merge": "^4.6.2",
|
|
39
39
|
"prop-types": "^15.8.1",
|
|
40
40
|
"react-children-utilities": "^2.10.0",
|
|
41
|
-
"react-hook-form": "^7.
|
|
41
|
+
"react-hook-form": "^7.56.0",
|
|
42
42
|
"react-idle-timer": "^5.7.2",
|
|
43
43
|
"react-redux": "^9.2.0",
|
|
44
|
-
"react-textarea-autosize": "^8.5.
|
|
44
|
+
"react-textarea-autosize": "^8.5.9",
|
|
45
45
|
"redux-localstorage": "^0.4.1",
|
|
46
46
|
"stream-browserify": "^3.0.0",
|
|
47
47
|
"styled-components": "^5.3.11",
|
|
48
|
-
"uuid": "^
|
|
48
|
+
"uuid": "^11.1.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@babel/core": "^7.25.8",
|
|
@@ -80,13 +80,13 @@
|
|
|
80
80
|
"chromatic": "^11.27.0",
|
|
81
81
|
"clean-webpack-plugin": "^4.0.0",
|
|
82
82
|
"dotenv": "16.4.7",
|
|
83
|
-
"express": "^
|
|
83
|
+
"express": "^5.1.0",
|
|
84
84
|
"file-loader": "^6.2.0",
|
|
85
85
|
"html-webpack-plugin": "^5.6.0",
|
|
86
86
|
"husky": "3.1.0",
|
|
87
87
|
"jest": "^29.7.0",
|
|
88
88
|
"jest-environment-jsdom": "^29.7.0",
|
|
89
|
-
"jest-junit": "^
|
|
89
|
+
"jest-junit": "^16.0.0",
|
|
90
90
|
"jest-webpack-resolver": "^0.3.0",
|
|
91
91
|
"lodash.clonedeep": "^4.5.0",
|
|
92
92
|
"lodash.set": "^4.3.2",
|
|
@@ -139,5 +139,5 @@
|
|
|
139
139
|
"scriptsComments": {
|
|
140
140
|
"test-a11y": "Runs the storybook test-runner. Currently running only axe-core for a11y tests."
|
|
141
141
|
},
|
|
142
|
-
"gitHead": "
|
|
142
|
+
"gitHead": "fca16b8ea65819214ff70dc1b0d2d947d3714f8d"
|
|
143
143
|
}
|