@kindly/react-chat 2.88.1 → 2.88.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/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kindly/react-chat",
|
|
3
|
-
"version": "2.88.
|
|
3
|
+
"version": "2.88.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",
|
|
@@ -40,35 +40,35 @@
|
|
|
40
40
|
"stream-browserify": "^3.0.0",
|
|
41
41
|
"styled-components": "^6.4.2",
|
|
42
42
|
"ua-parser-js": "^2.0.10",
|
|
43
|
-
"uuid": "^14.0.
|
|
43
|
+
"uuid": "^14.0.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@babel/core": "^7.29.
|
|
46
|
+
"@babel/core": "^7.29.7",
|
|
47
47
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
48
|
-
"@babel/plugin-transform-runtime": "^7.29.
|
|
49
|
-
"@babel/preset-env": "^7.29.
|
|
50
|
-
"@babel/preset-react": "^7.
|
|
51
|
-
"@babel/runtime-corejs3": "^7.29.
|
|
52
|
-
"@storybook/addon-a11y": "10.4.
|
|
53
|
-
"@storybook/addon-docs": "10.4.
|
|
54
|
-
"@storybook/addon-links": "10.4.
|
|
48
|
+
"@babel/plugin-transform-runtime": "^7.29.7",
|
|
49
|
+
"@babel/preset-env": "^7.29.7",
|
|
50
|
+
"@babel/preset-react": "^7.29.7",
|
|
51
|
+
"@babel/runtime-corejs3": "^7.29.7",
|
|
52
|
+
"@storybook/addon-a11y": "10.4.6",
|
|
53
|
+
"@storybook/addon-docs": "10.4.6",
|
|
54
|
+
"@storybook/addon-links": "10.4.6",
|
|
55
55
|
"@storybook/addon-webpack5-compiler-babel": "^4.0.1",
|
|
56
56
|
"@storybook/jest": "^0.2.3",
|
|
57
|
-
"@storybook/react-webpack5": "10.4.
|
|
57
|
+
"@storybook/react-webpack5": "10.4.6",
|
|
58
58
|
"@storybook/test-runner": "^0.24.4",
|
|
59
59
|
"@storybook/testing-library": "^0.2.2",
|
|
60
|
-
"@swc/core": "^1.15.
|
|
60
|
+
"@swc/core": "^1.15.43",
|
|
61
61
|
"@testing-library/dom": "^10.4.1",
|
|
62
62
|
"@testing-library/jest-dom": "^6.9.1",
|
|
63
63
|
"@testing-library/react": "^16.3.2",
|
|
64
|
-
"@types/react": "^19.2.
|
|
64
|
+
"@types/react": "^19.2.17",
|
|
65
65
|
"@types/react-dom": "^19.2.3",
|
|
66
66
|
"axe-playwright": "^2.2.2",
|
|
67
67
|
"babel-jest": "^30.4.1",
|
|
68
68
|
"babel-loader": "^10.1.1",
|
|
69
69
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
70
70
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
71
|
-
"chromatic": "^17.
|
|
71
|
+
"chromatic": "^17.5.0",
|
|
72
72
|
"clean-webpack-plugin": "^4.0.0",
|
|
73
73
|
"dotenv": "17.4.2",
|
|
74
74
|
"express": "^5.2.1",
|
|
@@ -85,17 +85,17 @@
|
|
|
85
85
|
"msw-storybook-addon": "^2.0.7",
|
|
86
86
|
"process": "^0.11.10",
|
|
87
87
|
"pusher-js": "^8.5.0",
|
|
88
|
-
"react": "^19.2.
|
|
89
|
-
"react-dom": "^19.2.
|
|
90
|
-
"react-test-renderer": "^19.2.
|
|
88
|
+
"react": "^19.2.7",
|
|
89
|
+
"react-dom": "^19.2.7",
|
|
90
|
+
"react-test-renderer": "^19.2.7",
|
|
91
91
|
"resolve-url-loader": "^5.0.0",
|
|
92
|
-
"storybook": "^10.4.
|
|
93
|
-
"type-fest": "^5.
|
|
92
|
+
"storybook": "^10.4.6",
|
|
93
|
+
"type-fest": "^5.7.0",
|
|
94
94
|
"url-loader": "^4.1.1",
|
|
95
|
-
"webpack": "
|
|
95
|
+
"webpack": "5.105.2",
|
|
96
96
|
"webpack-bundle-analyzer": "^5.3.0",
|
|
97
|
-
"webpack-cli": "^
|
|
98
|
-
"webpack-dev-server": "^5.2.
|
|
97
|
+
"webpack-cli": "^7.1.0",
|
|
98
|
+
"webpack-dev-server": "^5.2.5",
|
|
99
99
|
"webpack-merge": "^6.0.1",
|
|
100
100
|
"webpack-retry-chunk-load-plugin": "^3.1.1"
|
|
101
101
|
},
|