@kindly/react-chat 2.43.0 → 2.44.0
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/.storybook/main.js +1 -30
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +28 -13
- package/dist/index.js.map +1 -1
- package/package.json +37 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kindly/react-chat",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.44.0",
|
|
4
4
|
"description": "Kindly Chat react component",
|
|
5
5
|
"repository": "https://github.com/kindly-ai/kindly-chat/tree/main/packages/react-chat",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -25,30 +25,26 @@
|
|
|
25
25
|
"test-a11y": "Runs the storybook test-runner. Currently running only axe-core for a11y tests."
|
|
26
26
|
},
|
|
27
27
|
"browserslist": [
|
|
28
|
-
">
|
|
29
|
-
"
|
|
30
|
-
"
|
|
28
|
+
">0.2% in alt-eu",
|
|
29
|
+
">0.2% in US",
|
|
30
|
+
"last 4 years",
|
|
31
|
+
"not dead",
|
|
32
|
+
"not OperaMini all",
|
|
33
|
+
"not Edge < 20"
|
|
31
34
|
],
|
|
32
35
|
"dependencies": {
|
|
33
|
-
"@babel/runtime-corejs3": "^7.15.4",
|
|
34
|
-
"axios": "^0.21.1",
|
|
35
36
|
"classnames": "^2.2.6",
|
|
36
37
|
"dompurify": "^2.0.7",
|
|
37
|
-
"file-saver": "2.0.2",
|
|
38
|
-
"framer-motion": "^1.11.1",
|
|
39
|
-
"imagesloaded": "^4.1.4",
|
|
40
38
|
"lodash.debounce": "4.0.8",
|
|
41
39
|
"lodash.merge": "^4.6.2",
|
|
42
40
|
"lodash.pick": "^4.4.0",
|
|
43
41
|
"phoenix-socket": "^1.2.3",
|
|
44
|
-
"polished": "^3.4.3",
|
|
45
42
|
"prop-types": "^15.7.2",
|
|
46
43
|
"react-children-utilities": "^2.8.0",
|
|
47
44
|
"react-hook-form": "^7.43.1",
|
|
48
|
-
"react-idle-timer": "^
|
|
49
|
-
"react-redux": "^
|
|
50
|
-
"react-
|
|
51
|
-
"react-textarea-autosize": "^8.3.2",
|
|
45
|
+
"react-idle-timer": "^5.5.3",
|
|
46
|
+
"react-redux": "^8.0.5",
|
|
47
|
+
"react-textarea-autosize": "^8.4.0",
|
|
52
48
|
"redux": "^4.0.4",
|
|
53
49
|
"redux-localstorage": "^0.4.1",
|
|
54
50
|
"redux-logger": "^3.0.6",
|
|
@@ -60,8 +56,8 @@
|
|
|
60
56
|
"peerDependencies": {
|
|
61
57
|
"pusher-js": ">=8.0.0",
|
|
62
58
|
"pusher-redux": ">=0.5.0",
|
|
63
|
-
"react": ">=
|
|
64
|
-
"react-dom": ">=
|
|
59
|
+
"react": ">=18.2.0",
|
|
60
|
+
"react-dom": ">=18.2.0"
|
|
65
61
|
},
|
|
66
62
|
"devDependencies": {
|
|
67
63
|
"@babel/core": "^7.21.3",
|
|
@@ -82,8 +78,8 @@
|
|
|
82
78
|
"@storybook/testing-library": "^0.1.0",
|
|
83
79
|
"@testing-library/jest-dom": "^5.16.5",
|
|
84
80
|
"@testing-library/react": "^11.2.7",
|
|
85
|
-
"@types/react": "^
|
|
86
|
-
"@types/react-dom": "^
|
|
81
|
+
"@types/react": "^18.0.28",
|
|
82
|
+
"@types/react-dom": "^18.0.11",
|
|
87
83
|
"axe-playwright": "^1.2.3",
|
|
88
84
|
"babel-jest": "^29.5.0",
|
|
89
85
|
"babel-loader": "^9.1.2",
|
|
@@ -102,20 +98,19 @@
|
|
|
102
98
|
"jest-each": "^29.5.0",
|
|
103
99
|
"jest-environment-jsdom": "^29.5.0",
|
|
104
100
|
"jest-junit": "^15.0.0",
|
|
101
|
+
"jest-webpack-resolver": "^0.3.0",
|
|
105
102
|
"lodash.clonedeep": "^4.5.0",
|
|
106
103
|
"lodash.set": "^4.3.2",
|
|
107
104
|
"process": "^0.11.10",
|
|
108
105
|
"pusher-js": "^8.0.1",
|
|
109
106
|
"pusher-redux": "^0.5.0",
|
|
110
|
-
"react": "^
|
|
111
|
-
"react-dom": "^
|
|
112
|
-
"react-
|
|
113
|
-
"react-test-renderer": "16.14.0",
|
|
107
|
+
"react": "^18.2.0",
|
|
108
|
+
"react-dom": "^18.2.0",
|
|
109
|
+
"react-test-renderer": "18.2.0",
|
|
114
110
|
"resolve-url-loader": "^5.0.0",
|
|
115
111
|
"storybook": "^7.0.11",
|
|
116
112
|
"storybook-addon-mock": "^4.0.0",
|
|
117
113
|
"url-loader": "^4.1.1",
|
|
118
|
-
"wait-on": "^6.0.1",
|
|
119
114
|
"webpack": "^5.76.1",
|
|
120
115
|
"webpack-bundle-analyzer": "^4.8.0",
|
|
121
116
|
"webpack-cli": "^5.0.1",
|
|
@@ -128,7 +123,25 @@
|
|
|
128
123
|
"overrides": {
|
|
129
124
|
"pusher-redux": {
|
|
130
125
|
"pusher-js": "8.0.1"
|
|
126
|
+
},
|
|
127
|
+
"@storybook/react": {
|
|
128
|
+
"react-element-to-jsx-string": {
|
|
129
|
+
"react": "18.2.0",
|
|
130
|
+
"react-dom": "18.2.0"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"@storybook/addon-docs": {
|
|
134
|
+
"@mdx-js/react": {
|
|
135
|
+
"react": "18.2.0",
|
|
136
|
+
"react-dom": "18.2.0"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"@storybook/addon-actions": {
|
|
140
|
+
"react-inspector": {
|
|
141
|
+
"react": "18.2.0",
|
|
142
|
+
"react-dom": "18.2.0"
|
|
143
|
+
}
|
|
131
144
|
}
|
|
132
145
|
},
|
|
133
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "20fdb46b7c44dd032e74a65f39a1cdfa25ac8236"
|
|
134
147
|
}
|