@kindly/react-chat 2.77.3 → 2.77.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.LICENSE.txt +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kindly/react-chat",
|
|
3
|
-
"version": "2.77.
|
|
3
|
+
"version": "2.77.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",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"test:storybook": "test-storybook"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@reduxjs/toolkit": "^2.
|
|
25
|
-
"dompurify": "^3.2.
|
|
24
|
+
"@reduxjs/toolkit": "^2.9.0",
|
|
25
|
+
"dompurify": "^3.2.7",
|
|
26
26
|
"lodash.merge": "^4.6.2",
|
|
27
27
|
"prop-types": "^15.8.1",
|
|
28
28
|
"react-children-utilities": "^2.10.0",
|
|
@@ -33,48 +33,48 @@
|
|
|
33
33
|
"redux-localstorage": "^0.4.1",
|
|
34
34
|
"stream-browserify": "^3.0.0",
|
|
35
35
|
"styled-components": "^6.1.19",
|
|
36
|
-
"ua-parser-js": "^2.0.
|
|
36
|
+
"ua-parser-js": "^2.0.5",
|
|
37
37
|
"uuid": "^13.0.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@babel/core": "^7.28.
|
|
40
|
+
"@babel/core": "^7.28.4",
|
|
41
41
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
42
42
|
"@babel/plugin-transform-runtime": "^7.28.3",
|
|
43
43
|
"@babel/preset-env": "^7.28.3",
|
|
44
44
|
"@babel/preset-react": "^7.27.1",
|
|
45
|
-
"@babel/runtime-corejs3": "^7.28.
|
|
46
|
-
"@storybook/addon-a11y": "9.1.
|
|
47
|
-
"@storybook/addon-docs": "9.1.
|
|
48
|
-
"@storybook/addon-links": "9.1.
|
|
45
|
+
"@babel/runtime-corejs3": "^7.28.4",
|
|
46
|
+
"@storybook/addon-a11y": "9.1.9",
|
|
47
|
+
"@storybook/addon-docs": "9.1.9",
|
|
48
|
+
"@storybook/addon-links": "9.1.9",
|
|
49
49
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
|
|
50
50
|
"@storybook/jest": "^0.2.3",
|
|
51
|
-
"@storybook/react-webpack5": "9.1.
|
|
51
|
+
"@storybook/react-webpack5": "9.1.9",
|
|
52
52
|
"@storybook/test-runner": "^0.23.0",
|
|
53
53
|
"@storybook/testing-library": "^0.2.2",
|
|
54
54
|
"@testing-library/dom": "^10.4.1",
|
|
55
|
-
"@testing-library/jest-dom": "^6.
|
|
55
|
+
"@testing-library/jest-dom": "^6.9.0",
|
|
56
56
|
"@testing-library/react": "^16.3.0",
|
|
57
|
-
"@types/react": "^18.3.
|
|
57
|
+
"@types/react": "^18.3.25",
|
|
58
58
|
"@types/react-dom": "^18.3.7",
|
|
59
|
-
"axe-playwright": "^2.
|
|
60
|
-
"babel-jest": "^30.
|
|
59
|
+
"axe-playwright": "^2.2.2",
|
|
60
|
+
"babel-jest": "^30.2.0",
|
|
61
61
|
"babel-loader": "^10.0.0",
|
|
62
62
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
63
63
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
64
|
-
"chromatic": "^13.
|
|
64
|
+
"chromatic": "^13.3.0",
|
|
65
65
|
"clean-webpack-plugin": "^4.0.0",
|
|
66
|
-
"dotenv": "17.2.
|
|
66
|
+
"dotenv": "17.2.3",
|
|
67
67
|
"express": "^5.1.0",
|
|
68
68
|
"file-loader": "^6.2.0",
|
|
69
69
|
"html-webpack-plugin": "^5.6.4",
|
|
70
|
-
"jest": "^30.
|
|
71
|
-
"jest-environment-jsdom": "^30.
|
|
70
|
+
"jest": "^30.2.0",
|
|
71
|
+
"jest-environment-jsdom": "^30.2.0",
|
|
72
72
|
"jest-junit": "^16.0.0",
|
|
73
73
|
"jest-webpack-resolver": "^0.3.0",
|
|
74
74
|
"lodash.clonedeep": "^4.5.0",
|
|
75
75
|
"lodash.set": "^4.3.2",
|
|
76
76
|
"mockdate": "^3.0.5",
|
|
77
|
-
"msw": "^2.11.
|
|
77
|
+
"msw": "^2.11.3",
|
|
78
78
|
"msw-storybook-addon": "^2.0.5",
|
|
79
79
|
"process": "^0.11.10",
|
|
80
80
|
"pusher-js": "^8.4.0",
|
|
@@ -82,10 +82,10 @@
|
|
|
82
82
|
"react-dom": "^18.3.1",
|
|
83
83
|
"react-test-renderer": "^18.3.1",
|
|
84
84
|
"resolve-url-loader": "^5.0.0",
|
|
85
|
-
"storybook": "9.1.
|
|
85
|
+
"storybook": "9.1.9",
|
|
86
86
|
"type-fest": "^4.41.0",
|
|
87
87
|
"url-loader": "^4.1.1",
|
|
88
|
-
"webpack": "^5.
|
|
88
|
+
"webpack": "^5.102.0",
|
|
89
89
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
90
90
|
"webpack-cli": "^6.0.1",
|
|
91
91
|
"webpack-dev-server": "^5.2.2",
|