@kindly/react-chat 2.81.13 → 2.81.15
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 +22 -22
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kindly/react-chat",
|
|
3
|
-
"version": "2.81.
|
|
3
|
+
"version": "2.81.15",
|
|
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",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"build": "webpack --env envConfig=production --config=webpack.prod.js",
|
|
10
|
-
"build-storybook": "storybook build",
|
|
11
10
|
"build:dev": "webpack --env envConfig=development --config=webpack.prod.js",
|
|
12
11
|
"build:local": "webpack",
|
|
13
12
|
"build:staging": "webpack --env envConfig=staging --config=webpack.prod.js",
|
|
13
|
+
"build-storybook": "storybook build",
|
|
14
14
|
"prepublishOnly": "npm run build",
|
|
15
15
|
"start": "webpack-dev-server",
|
|
16
16
|
"start:dev": "webpack-dev-server --env envConfig=development",
|
|
@@ -20,6 +20,11 @@
|
|
|
20
20
|
"test": "jest src",
|
|
21
21
|
"test:storybook": "test-storybook"
|
|
22
22
|
},
|
|
23
|
+
"overrides": {
|
|
24
|
+
"jest-playwright-preset": {
|
|
25
|
+
"jest": "^30"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
23
28
|
"dependencies": {
|
|
24
29
|
"@reduxjs/toolkit": "^2.11.2",
|
|
25
30
|
"dompurify": "^3.3.1",
|
|
@@ -27,14 +32,14 @@
|
|
|
27
32
|
"matcher": "^6.0.0",
|
|
28
33
|
"prop-types": "^15.8.1",
|
|
29
34
|
"react-children-utilities": "^2.10.0",
|
|
30
|
-
"react-hook-form": "^7.
|
|
35
|
+
"react-hook-form": "^7.71.1",
|
|
31
36
|
"react-idle-timer": "^5.7.2",
|
|
32
37
|
"react-redux": "^9.2.0",
|
|
33
38
|
"react-textarea-autosize": "^8.5.9",
|
|
34
39
|
"redux-localstorage": "^0.4.1",
|
|
35
40
|
"stream-browserify": "^3.0.0",
|
|
36
|
-
"styled-components": "^6.
|
|
37
|
-
"ua-parser-js": "^2.0.
|
|
41
|
+
"styled-components": "^6.3.9",
|
|
42
|
+
"ua-parser-js": "^2.0.9",
|
|
38
43
|
"uuid": "^13.0.0"
|
|
39
44
|
},
|
|
40
45
|
"devDependencies": {
|
|
@@ -44,12 +49,12 @@
|
|
|
44
49
|
"@babel/preset-env": "^7.28.3",
|
|
45
50
|
"@babel/preset-react": "^7.27.1",
|
|
46
51
|
"@babel/runtime-corejs3": "^7.28.4",
|
|
47
|
-
"@storybook/addon-a11y": "10.
|
|
48
|
-
"@storybook/addon-docs": "10.
|
|
49
|
-
"@storybook/addon-links": "10.
|
|
52
|
+
"@storybook/addon-a11y": "10.2.7",
|
|
53
|
+
"@storybook/addon-docs": "10.2.7",
|
|
54
|
+
"@storybook/addon-links": "10.2.7",
|
|
50
55
|
"@storybook/addon-webpack5-compiler-babel": "^4.0.0",
|
|
51
56
|
"@storybook/jest": "^0.2.3",
|
|
52
|
-
"@storybook/react-webpack5": "10.
|
|
57
|
+
"@storybook/react-webpack5": "10.2.7",
|
|
53
58
|
"@storybook/test-runner": "^0.24.2",
|
|
54
59
|
"@storybook/testing-library": "^0.2.2",
|
|
55
60
|
"@swc/core": "^1.15.1",
|
|
@@ -63,7 +68,7 @@
|
|
|
63
68
|
"babel-loader": "^10.0.0",
|
|
64
69
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
65
70
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
66
|
-
"chromatic": "^
|
|
71
|
+
"chromatic": "^15.0.0",
|
|
67
72
|
"clean-webpack-plugin": "^4.0.0",
|
|
68
73
|
"dotenv": "17.2.3",
|
|
69
74
|
"express": "^5.1.0",
|
|
@@ -84,11 +89,11 @@
|
|
|
84
89
|
"react-dom": "^19.2.0",
|
|
85
90
|
"react-test-renderer": "^19.2.0",
|
|
86
91
|
"resolve-url-loader": "^5.0.0",
|
|
87
|
-
"storybook": "10.
|
|
88
|
-
"type-fest": "^4.
|
|
92
|
+
"storybook": "10.2.7",
|
|
93
|
+
"type-fest": "^5.4.1",
|
|
89
94
|
"url-loader": "^4.1.1",
|
|
90
|
-
"webpack": "^5.
|
|
91
|
-
"webpack-bundle-analyzer": "^
|
|
95
|
+
"webpack": "^5.105.2",
|
|
96
|
+
"webpack-bundle-analyzer": "^5.2.0",
|
|
92
97
|
"webpack-cli": "^6.0.1",
|
|
93
98
|
"webpack-dev-server": "^5.2.2",
|
|
94
99
|
"webpack-merge": "^6.0.1",
|
|
@@ -102,17 +107,12 @@
|
|
|
102
107
|
"engines": {
|
|
103
108
|
"npm": ">=10"
|
|
104
109
|
},
|
|
105
|
-
"overrides": {
|
|
106
|
-
"jest-playwright-preset": {
|
|
107
|
-
"jest": "^30"
|
|
108
|
-
}
|
|
109
|
-
},
|
|
110
|
-
"scriptsComments": {
|
|
111
|
-
"test-a11y": "Runs the storybook test-runner. Currently running only axe-core for a11y tests."
|
|
112
|
-
},
|
|
113
110
|
"msw": {
|
|
114
111
|
"workerDirectory": [
|
|
115
112
|
"public"
|
|
116
113
|
]
|
|
114
|
+
},
|
|
115
|
+
"scriptsComments": {
|
|
116
|
+
"test-a11y": "Runs the storybook test-runner. Currently running only axe-core for a11y tests."
|
|
117
117
|
}
|
|
118
118
|
}
|