@kindly/react-chat 2.49.0 → 2.50.1
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 +29 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kindly/react-chat",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.50.1",
|
|
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,7 +27,9 @@
|
|
|
27
27
|
"last 4 years",
|
|
28
28
|
"not dead",
|
|
29
29
|
"not OperaMini all",
|
|
30
|
-
"not Edge < 20"
|
|
30
|
+
"not Edge < 20",
|
|
31
|
+
"not opera < 63",
|
|
32
|
+
"not safari < 13"
|
|
31
33
|
],
|
|
32
34
|
"dependencies": {
|
|
33
35
|
"dompurify": "^2.4.7",
|
|
@@ -48,58 +50,58 @@
|
|
|
48
50
|
"uuid": "^9.0.0"
|
|
49
51
|
},
|
|
50
52
|
"devDependencies": {
|
|
51
|
-
"@babel/core": "^7.22.
|
|
53
|
+
"@babel/core": "^7.22.9",
|
|
52
54
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
53
|
-
"@babel/plugin-transform-runtime": "^7.22.
|
|
54
|
-
"@babel/preset-env": "^7.22.
|
|
55
|
+
"@babel/plugin-transform-runtime": "^7.22.9",
|
|
56
|
+
"@babel/preset-env": "^7.22.9",
|
|
55
57
|
"@babel/preset-react": "^7.22.5",
|
|
56
|
-
"@storybook/addon-a11y": "^7.
|
|
57
|
-
"@storybook/addon-actions": "^7.
|
|
58
|
-
"@storybook/addon-essentials": "^7.
|
|
59
|
-
"@storybook/addon-interactions": "^7.
|
|
60
|
-
"@storybook/addon-links": "^7.
|
|
61
|
-
"@storybook/addon-mdx-gfm": "^7.
|
|
58
|
+
"@storybook/addon-a11y": "^7.2.1",
|
|
59
|
+
"@storybook/addon-actions": "^7.2.1",
|
|
60
|
+
"@storybook/addon-essentials": "^7.2.1",
|
|
61
|
+
"@storybook/addon-interactions": "^7.2.1",
|
|
62
|
+
"@storybook/addon-links": "^7.2.1",
|
|
63
|
+
"@storybook/addon-mdx-gfm": "^7.2.1",
|
|
62
64
|
"@storybook/jest": "^0.1.0",
|
|
63
|
-
"@storybook/react": "^7.
|
|
64
|
-
"@storybook/react-webpack5": "^7.
|
|
65
|
-
"@storybook/test-runner": "^0.
|
|
65
|
+
"@storybook/react": "^7.2.1",
|
|
66
|
+
"@storybook/react-webpack5": "^7.2.1",
|
|
67
|
+
"@storybook/test-runner": "^0.13.0",
|
|
66
68
|
"@storybook/testing-library": "^0.2.0",
|
|
67
|
-
"@testing-library/jest-dom": "^5.
|
|
69
|
+
"@testing-library/jest-dom": "^5.17.0",
|
|
68
70
|
"@testing-library/react": "^11.2.7",
|
|
69
|
-
"@types/react": "^18.2.
|
|
70
|
-
"@types/react-dom": "^18.2.
|
|
71
|
+
"@types/react": "^18.2.18",
|
|
72
|
+
"@types/react-dom": "^18.2.7",
|
|
71
73
|
"axe-playwright": "^1.2.3",
|
|
72
|
-
"babel-jest": "^29.6.
|
|
73
|
-
"babel-loader": "^9.1.
|
|
74
|
+
"babel-jest": "^29.6.2",
|
|
75
|
+
"babel-loader": "^9.1.3",
|
|
74
76
|
"babel-plugin-styled-components": "^1.13.3",
|
|
75
77
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
76
78
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
77
|
-
"browserslist": "^4.21.
|
|
78
|
-
"chromatic": "^6.
|
|
79
|
+
"browserslist": "^4.21.10",
|
|
80
|
+
"chromatic": "^6.20.0",
|
|
79
81
|
"clean-webpack-plugin": "^4.0.0",
|
|
80
82
|
"dotenv": "8.6.0",
|
|
81
83
|
"express": "^4.18.2",
|
|
82
84
|
"file-loader": "^6.2.0",
|
|
83
85
|
"html-webpack-plugin": "^5.5.3",
|
|
84
86
|
"husky": "3.1.0",
|
|
85
|
-
"jest": "^29.6.
|
|
86
|
-
"jest-environment-jsdom": "^29.6.
|
|
87
|
+
"jest": "^29.6.2",
|
|
88
|
+
"jest-environment-jsdom": "^29.6.2",
|
|
87
89
|
"jest-junit": "^15.0.0",
|
|
88
90
|
"jest-webpack-resolver": "^0.3.0",
|
|
89
91
|
"lodash.clonedeep": "^4.5.0",
|
|
90
92
|
"lodash.set": "^4.3.2",
|
|
91
93
|
"mockdate": "^3.0.5",
|
|
92
94
|
"process": "^0.11.10",
|
|
93
|
-
"pusher-js": "^8.
|
|
95
|
+
"pusher-js": "^8.3.0",
|
|
94
96
|
"pusher-redux": "^0.5.0",
|
|
95
97
|
"react": "^18.2.0",
|
|
96
98
|
"react-dom": "^18.2.0",
|
|
97
99
|
"react-test-renderer": "^18.2.0",
|
|
98
100
|
"resolve-url-loader": "^5.0.0",
|
|
99
|
-
"storybook": "^7.
|
|
101
|
+
"storybook": "^7.2.1",
|
|
100
102
|
"storybook-addon-mock": "^4.1.0",
|
|
101
103
|
"url-loader": "^4.1.1",
|
|
102
|
-
"webpack": "^5.88.
|
|
104
|
+
"webpack": "^5.88.2",
|
|
103
105
|
"webpack-bundle-analyzer": "^4.9.0",
|
|
104
106
|
"webpack-cli": "^5.1.4",
|
|
105
107
|
"webpack-dev-server": "^4.15.1",
|
|
@@ -140,5 +142,5 @@
|
|
|
140
142
|
"scriptsComments": {
|
|
141
143
|
"test-a11y": "Runs the storybook test-runner. Currently running only axe-core for a11y tests."
|
|
142
144
|
},
|
|
143
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "1baba9f30605636e48f90e0adac110e5b141d70a"
|
|
144
146
|
}
|