@xapp/chat-widget 1.76.0 → 1.77.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/dist/index.css +1 -1
- package/dist/index.es.js +30 -23
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +30 -23
- package/dist/index.js.map +1 -1
- package/dist/store/ChatStore.d.ts +0 -0
- package/dist/store/StaticStore.d.ts +0 -0
- package/dist/storybook/store.d.ts +3 -3
- package/dist/tests/store.d.ts +3 -3
- package/dist/xapp-chat-widget.css +1 -1
- package/dist/xapp-chat-widget.js +4 -4
- package/dist/xapp-chat-widget.js.map +1 -1
- package/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xapp/chat-widget",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.77.0",
|
|
4
4
|
"description": "XAPP Chat Widget",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf ./dist/*",
|
|
@@ -38,8 +38,9 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://github.com/XappMedia/chat-widget#readme",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@babel/core": "7.
|
|
42
|
-
"@
|
|
41
|
+
"@babel/core": "7.28.0",
|
|
42
|
+
"@cfaester/enzyme-adapter-react-18": "0.8.0",
|
|
43
|
+
"@reduxjs/toolkit": "2.8.2",
|
|
43
44
|
"@rollup/plugin-commonjs": "26.0.3",
|
|
44
45
|
"@rollup/plugin-json": "6.1.0",
|
|
45
46
|
"@rollup/plugin-node-resolve": "15.3.1",
|
|
@@ -49,16 +50,15 @@
|
|
|
49
50
|
"@storybook/addon-links": "7.6.20",
|
|
50
51
|
"@storybook/react": "7.6.20",
|
|
51
52
|
"@testing-library/jest-dom": "6.6.3",
|
|
52
|
-
"@types/enzyme": "3.10.
|
|
53
|
+
"@types/enzyme": "3.10.19",
|
|
53
54
|
"@types/jest": "27.5.2",
|
|
54
|
-
"@types/react": "18.3.
|
|
55
|
+
"@types/react": "18.3.23",
|
|
55
56
|
"@types/react-redux": "7.1.34",
|
|
56
57
|
"@types/react-transition-group": "4.4.12",
|
|
57
58
|
"@types/socket.io-client": "1.4.36",
|
|
58
59
|
"@types/store": "2.0.5",
|
|
59
60
|
"@typescript-eslint/eslint-plugin": "6.21.0",
|
|
60
61
|
"@typescript-eslint/parser": "6.21.0",
|
|
61
|
-
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
|
|
62
62
|
"babel-eslint": "10.1.0",
|
|
63
63
|
"babel-jest": "27.5.1",
|
|
64
64
|
"babel-loader": "8.4.1",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"eslint-plugin-flowtype": "8.0.3",
|
|
71
71
|
"eslint-plugin-import": "2.31.0",
|
|
72
72
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
73
|
-
"eslint-plugin-react": "7.
|
|
73
|
+
"eslint-plugin-react": "7.37.5",
|
|
74
74
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
75
75
|
"jest": "29.7.0",
|
|
76
76
|
"jest-environment-jsdom": "29.7.0",
|
|
@@ -78,38 +78,38 @@
|
|
|
78
78
|
"react": "18.3.1",
|
|
79
79
|
"react-dom": "18.3.1",
|
|
80
80
|
"react-redux": "7.2.9",
|
|
81
|
-
"rollup": "4.
|
|
81
|
+
"rollup": "4.43.0",
|
|
82
82
|
"rollup-plugin-inject-process-env": "1.3.1",
|
|
83
83
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
84
84
|
"rollup-plugin-scss": "4.0.1",
|
|
85
85
|
"rollup-plugin-terser": "7.0.2",
|
|
86
86
|
"rollup-plugin-typescript2": "0.36.0",
|
|
87
|
-
"sass": "1.
|
|
87
|
+
"sass": "1.89.2",
|
|
88
88
|
"sass-loader": "10.5.2",
|
|
89
|
-
"stentor-models": "1.60.
|
|
89
|
+
"stentor-models": "1.60.48",
|
|
90
90
|
"storybook": "7.6.20",
|
|
91
|
-
"ts-jest": "29.
|
|
92
|
-
"typescript": "5.8.
|
|
91
|
+
"ts-jest": "29.4.0",
|
|
92
|
+
"typescript": "5.8.3"
|
|
93
93
|
},
|
|
94
94
|
"files": [
|
|
95
95
|
"dist"
|
|
96
96
|
],
|
|
97
97
|
"peerDependencies": {
|
|
98
|
-
"react": "18.
|
|
99
|
-
"react-dom": "18.
|
|
100
|
-
"react-redux": "7.
|
|
101
|
-
"stentor-models": "1.
|
|
98
|
+
"react": "^18.0.0",
|
|
99
|
+
"react-dom": "^18.0.0",
|
|
100
|
+
"react-redux": "^7.0.0",
|
|
101
|
+
"stentor-models": "^1.0.0"
|
|
102
102
|
},
|
|
103
103
|
"dependencies": {
|
|
104
|
+
"@cfaester/enzyme-adapter-react-18": "0.8.0",
|
|
104
105
|
"@rollup/plugin-replace": "5.0.7",
|
|
105
|
-
"@
|
|
106
|
-
"@xapp/chat-widget
|
|
107
|
-
"@xapp/stentor-chat-widget": "1.76.0",
|
|
106
|
+
"@xapp/chat-widget-core": "1.77.0",
|
|
107
|
+
"@xapp/stentor-chat-widget": "1.77.0",
|
|
108
108
|
"date-fns": "2.30.0",
|
|
109
109
|
"react-transition-group": "4.4.5",
|
|
110
110
|
"socket.io-client": "4.8.1",
|
|
111
111
|
"store": "2.0.12",
|
|
112
112
|
"tslib": "2.8.1"
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "d78c2c34090fafcd921853ef7028c3111aca5f36"
|
|
115
115
|
}
|