@xapp/chat-widget 1.44.0 → 1.46.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/components/ChatFooter/ChatFooter.d.ts +1 -0
- package/dist/components/Input/Input.d.ts +1 -0
- package/dist/components/MessageList/MessageList.d.ts +1 -0
- package/dist/components/SendButton/SendButton.d.ts +1 -0
- package/dist/components/TypingStatus/TypingStatus.d.ts +1 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +28 -22
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +28 -22
- package/dist/index.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.46.2",
|
|
4
4
|
"description": "XAPP Chat Widget",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf ./lib/* && rm -rf ./dist/*",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"@rollup/plugin-commonjs": "21.1.0",
|
|
43
43
|
"@rollup/plugin-json": "4.1.0",
|
|
44
44
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
45
|
-
"@storybook/addon-actions": "6.
|
|
46
|
-
"@storybook/addon-essentials": "6.
|
|
47
|
-
"@storybook/addon-links": "6.
|
|
48
|
-
"@storybook/react": "6.
|
|
45
|
+
"@storybook/addon-actions": "6.5.9",
|
|
46
|
+
"@storybook/addon-essentials": "6.5.9",
|
|
47
|
+
"@storybook/addon-links": "6.5.9",
|
|
48
|
+
"@storybook/react": "6.5.9",
|
|
49
49
|
"@testing-library/jest-dom": "5.16.4",
|
|
50
50
|
"@types/enzyme": "3.10.12",
|
|
51
51
|
"@types/enzyme-adapter-react-16": "1.0.6",
|
|
@@ -55,39 +55,39 @@
|
|
|
55
55
|
"@types/react-transition-group": "4.4.5",
|
|
56
56
|
"@types/socket.io-client": "1.4.36",
|
|
57
57
|
"@types/store": "2.0.2",
|
|
58
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
59
|
-
"@typescript-eslint/parser": "5.
|
|
58
|
+
"@typescript-eslint/eslint-plugin": "5.30.5",
|
|
59
|
+
"@typescript-eslint/parser": "5.30.5",
|
|
60
60
|
"babel-eslint": "10.1.0",
|
|
61
61
|
"babel-jest": "27.5.1",
|
|
62
62
|
"babel-loader": "8.2.5",
|
|
63
63
|
"enzyme": "3.11.0",
|
|
64
64
|
"enzyme-adapter-react-16": "1.15.6",
|
|
65
|
-
"eslint": "8.
|
|
65
|
+
"eslint": "8.19.0",
|
|
66
66
|
"eslint-config-prettier": "7.2.0",
|
|
67
67
|
"eslint-config-react-app": "6.0.0",
|
|
68
68
|
"eslint-plugin-flowtype": "8.0.3",
|
|
69
69
|
"eslint-plugin-import": "2.26.0",
|
|
70
|
-
"eslint-plugin-jsx-a11y": "6.
|
|
70
|
+
"eslint-plugin-jsx-a11y": "6.6.0",
|
|
71
71
|
"eslint-plugin-react": "7.30.1",
|
|
72
|
-
"eslint-plugin-react-hooks": "4.
|
|
72
|
+
"eslint-plugin-react-hooks": "4.6.0",
|
|
73
73
|
"jest": "27.5.1",
|
|
74
|
-
"prettier": "2.
|
|
74
|
+
"prettier": "2.7.1",
|
|
75
75
|
"react": "17.0.2",
|
|
76
76
|
"react-dom": "17.0.2",
|
|
77
77
|
"react-redux": "7.2.8",
|
|
78
78
|
"redux": "4.2.0",
|
|
79
79
|
"redux-thunk": "2.4.1",
|
|
80
|
-
"rollup": "2.
|
|
80
|
+
"rollup": "2.76.0",
|
|
81
81
|
"rollup-plugin-inject-process-env": "1.3.1",
|
|
82
82
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
83
83
|
"rollup-plugin-scss": "3.0.0",
|
|
84
84
|
"rollup-plugin-terser": "7.0.2",
|
|
85
|
-
"rollup-plugin-typescript2": "0.
|
|
86
|
-
"sass": "1.
|
|
87
|
-
"sass-loader": "10.
|
|
88
|
-
"stentor-models": "1.56.
|
|
85
|
+
"rollup-plugin-typescript2": "0.32.1",
|
|
86
|
+
"sass": "1.53.0",
|
|
87
|
+
"sass-loader": "10.3.1",
|
|
88
|
+
"stentor-models": "1.56.28",
|
|
89
89
|
"ts-jest": "27.1.5",
|
|
90
|
-
"typescript": "4.
|
|
90
|
+
"typescript": "4.7.4"
|
|
91
91
|
},
|
|
92
92
|
"files": [
|
|
93
93
|
"dist"
|
|
@@ -102,13 +102,13 @@
|
|
|
102
102
|
},
|
|
103
103
|
"dependencies": {
|
|
104
104
|
"@rollup/plugin-replace": "^4.0.0",
|
|
105
|
-
"@xapp/chat-widget-core": "1.
|
|
106
|
-
"@xapp/stentor-chat-widget": "1.
|
|
105
|
+
"@xapp/chat-widget-core": "1.46.2",
|
|
106
|
+
"@xapp/stentor-chat-widget": "1.46.2",
|
|
107
107
|
"date-fns": "2.28.0",
|
|
108
108
|
"react-transition-group": "4.4.2",
|
|
109
109
|
"socket.io-client": "4.5.1",
|
|
110
110
|
"store": "2.0.12",
|
|
111
111
|
"tslib": "2.4.0"
|
|
112
112
|
},
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "1e52ade460b37e3a4786e3bcba0ca20b9b81fffc"
|
|
114
114
|
}
|