@kindly/react-chat 2.90.0 → 2.91.4
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 +24 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kindly/react-chat",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.91.4",
|
|
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",
|
|
@@ -27,45 +27,49 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@reduxjs/toolkit": "^2.12.0",
|
|
30
|
-
"dompurify": "^3.4.
|
|
30
|
+
"dompurify": "^3.4.13",
|
|
31
|
+
"intl-messageformat": "^11.2.14",
|
|
31
32
|
"lodash.merge": "^4.6.2",
|
|
32
33
|
"matcher": "^6.0.0",
|
|
33
34
|
"prop-types": "^15.8.1",
|
|
34
35
|
"react-children-utilities": "^2.10.0",
|
|
35
|
-
"react-hook-form": "^7.
|
|
36
|
+
"react-hook-form": "^7.85.0",
|
|
36
37
|
"react-idle-timer": "^5.7.3",
|
|
37
38
|
"react-redux": "^9.3.0",
|
|
38
39
|
"react-textarea-autosize": "^8.5.9",
|
|
39
40
|
"redux-localstorage": "^0.4.1",
|
|
40
41
|
"stream-browserify": "^3.0.0",
|
|
41
|
-
"styled-components": "^6.
|
|
42
|
+
"styled-components": "^6.5.1",
|
|
42
43
|
"ua-parser-js": "^2.0.10",
|
|
43
|
-
"uuid": "^14.0.
|
|
44
|
+
"uuid": "^14.0.2"
|
|
44
45
|
},
|
|
45
46
|
"devDependencies": {
|
|
46
|
-
"@babel/core": "^
|
|
47
|
-
"@babel/plugin-
|
|
48
|
-
"@babel/plugin-transform-
|
|
49
|
-
"@babel/
|
|
50
|
-
"@babel/preset-
|
|
51
|
-
"@babel/
|
|
52
|
-
"@
|
|
53
|
-
"@storybook/addon-
|
|
54
|
-
"@storybook/addon-
|
|
47
|
+
"@babel/core": "^8.0.1",
|
|
48
|
+
"@babel/plugin-transform-class-properties": "^8.0.1",
|
|
49
|
+
"@babel/plugin-transform-class-static-block": "^8.0.1",
|
|
50
|
+
"@babel/plugin-transform-runtime": "^8.0.1",
|
|
51
|
+
"@babel/preset-env": "^8.0.2",
|
|
52
|
+
"@babel/preset-react": "^8.0.1",
|
|
53
|
+
"@babel/runtime-corejs3": "^8.0.0",
|
|
54
|
+
"@storybook/addon-a11y": "10.5.5",
|
|
55
|
+
"@storybook/addon-docs": "10.5.5",
|
|
56
|
+
"@storybook/addon-links": "10.5.5",
|
|
55
57
|
"@storybook/addon-webpack5-compiler-babel": "^4.0.1",
|
|
56
58
|
"@storybook/jest": "^0.2.3",
|
|
57
|
-
"@storybook/react-webpack5": "10.
|
|
59
|
+
"@storybook/react-webpack5": "10.5.5",
|
|
58
60
|
"@storybook/test-runner": "^0.24.4",
|
|
59
61
|
"@storybook/testing-library": "^0.2.2",
|
|
60
62
|
"@swc/core": "^1.15.43",
|
|
61
63
|
"@testing-library/dom": "^10.4.1",
|
|
62
|
-
"@testing-library/jest-dom": "^
|
|
64
|
+
"@testing-library/jest-dom": "^7.0.0",
|
|
63
65
|
"@testing-library/react": "^16.3.2",
|
|
64
66
|
"@types/react": "^19.2.17",
|
|
65
67
|
"@types/react-dom": "^19.2.3",
|
|
66
68
|
"axe-playwright": "^2.2.2",
|
|
67
69
|
"babel-jest": "^30.4.1",
|
|
68
70
|
"babel-loader": "^10.1.1",
|
|
71
|
+
"babel-plugin-polyfill-corejs3": "^1.0.0",
|
|
72
|
+
"babel-plugin-styled-components": "^2.3.0",
|
|
69
73
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
70
74
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
71
75
|
"chromatic": "^18.0.1",
|
|
@@ -89,7 +93,7 @@
|
|
|
89
93
|
"react-dom": "^19.2.7",
|
|
90
94
|
"react-test-renderer": "^19.2.7",
|
|
91
95
|
"resolve-url-loader": "^5.0.0",
|
|
92
|
-
"storybook": "
|
|
96
|
+
"storybook": "10.5.5",
|
|
93
97
|
"type-fest": "^5.7.0",
|
|
94
98
|
"url-loader": "^4.1.1",
|
|
95
99
|
"webpack": "5.105.2",
|
|
@@ -105,9 +109,9 @@
|
|
|
105
109
|
"react-dom": "^18 || ^19"
|
|
106
110
|
},
|
|
107
111
|
"optionalDependencies": {
|
|
108
|
-
"@swc/core-darwin-arm64": "1.15.
|
|
109
|
-
"@swc/core-darwin-x64": "1.15.
|
|
110
|
-
"@swc/core-linux-x64-gnu": "1.15.
|
|
112
|
+
"@swc/core-darwin-arm64": "1.15.47",
|
|
113
|
+
"@swc/core-darwin-x64": "1.15.47",
|
|
114
|
+
"@swc/core-linux-x64-gnu": "1.15.47"
|
|
111
115
|
},
|
|
112
116
|
"engines": {
|
|
113
117
|
"npm": ">=10"
|