@xapp/form-widget 1.74.6 → 1.75.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.es.js +33 -15
- package/dist/index.es.js.map +1 -1
- package/dist/xapp-form-widget.js +10 -10
- package/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xapp/form-widget",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.75.0",
|
|
4
4
|
"description": "Form Widget",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf ./lib/* && rm -rf ./dist/*",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
},
|
|
42
42
|
"homepage": "https://github.com/XappMedia/chat-widget#readme",
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@babel/core": "7.
|
|
45
|
-
"@chromatic-com/storybook": "1.
|
|
46
|
-
"@rollup/plugin-commonjs": "26.0.
|
|
47
|
-
"@rollup/plugin-node-resolve": "15.
|
|
44
|
+
"@babel/core": "7.26.9",
|
|
45
|
+
"@chromatic-com/storybook": "1.9.0",
|
|
46
|
+
"@rollup/plugin-commonjs": "26.0.3",
|
|
47
|
+
"@rollup/plugin-node-resolve": "15.3.1",
|
|
48
48
|
"@storybook/addon-actions": "7.6.20",
|
|
49
49
|
"@storybook/addon-essentials": "7.6.20",
|
|
50
50
|
"@storybook/addon-links": "7.6.20",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@types/enzyme": "3.10.18",
|
|
54
54
|
"@types/jest": "27.5.2",
|
|
55
55
|
"@types/lodash.template": "4.5.3",
|
|
56
|
-
"@types/react": "18.3.
|
|
56
|
+
"@types/react": "18.3.18",
|
|
57
57
|
"@types/socket.io-client": "1.4.36",
|
|
58
58
|
"@types/store": "2.0.5",
|
|
59
59
|
"@typescript-eslint/eslint-plugin": "6.21.0",
|
|
@@ -61,34 +61,34 @@
|
|
|
61
61
|
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
|
|
62
62
|
"babel-eslint": "10.1.0",
|
|
63
63
|
"babel-jest": "27.5.1",
|
|
64
|
-
"babel-loader": "8.
|
|
64
|
+
"babel-loader": "8.4.1",
|
|
65
65
|
"cross-env": "7.0.3",
|
|
66
66
|
"enzyme": "3.11.0",
|
|
67
|
-
"eslint": "8.57.
|
|
67
|
+
"eslint": "8.57.1",
|
|
68
68
|
"eslint-config-prettier": "9.1.0",
|
|
69
69
|
"eslint-config-react-app": "7.0.1",
|
|
70
70
|
"eslint-plugin-flowtype": "8.0.3",
|
|
71
|
-
"eslint-plugin-import": "2.
|
|
72
|
-
"eslint-plugin-jsx-a11y": "6.10.
|
|
71
|
+
"eslint-plugin-import": "2.31.0",
|
|
72
|
+
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
73
73
|
"eslint-plugin-react": "7.35.0",
|
|
74
74
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
75
75
|
"jest": "29.7.0",
|
|
76
76
|
"postcss-loader": "6.2.1",
|
|
77
|
-
"postcss-modules": "6.0.
|
|
77
|
+
"postcss-modules": "6.0.1",
|
|
78
78
|
"prettier": "2.8.8",
|
|
79
|
-
"rollup": "4.
|
|
79
|
+
"rollup": "4.34.8",
|
|
80
80
|
"rollup-plugin-filesize": "10.0.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-postcss": "4.0.2",
|
|
84
84
|
"rollup-plugin-replace": "^2.2.0",
|
|
85
|
-
"rollup-plugin-scss": "4.0.
|
|
85
|
+
"rollup-plugin-scss": "4.0.1",
|
|
86
86
|
"rollup-plugin-terser": "7.0.2",
|
|
87
87
|
"rollup-plugin-typescript2": "0.36.0",
|
|
88
88
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
89
|
-
"sass": "1.
|
|
89
|
+
"sass": "1.85.0",
|
|
90
90
|
"sass-loader": "10.5.2",
|
|
91
|
-
"stentor-models": "1.59.
|
|
91
|
+
"stentor-models": "1.59.144",
|
|
92
92
|
"storybook": "7.6.20",
|
|
93
93
|
"ts-jest": "29.2.5",
|
|
94
94
|
"typescript": "5.5.4"
|
|
@@ -103,17 +103,17 @@
|
|
|
103
103
|
"stentor-models": "1.X"
|
|
104
104
|
},
|
|
105
105
|
"dependencies": {
|
|
106
|
-
"@emotion/react": "11.
|
|
107
|
-
"@emotion/styled": "11.
|
|
108
|
-
"@mui/icons-material": "5.16.
|
|
109
|
-
"@mui/material": "5.16.
|
|
106
|
+
"@emotion/react": "11.14.0",
|
|
107
|
+
"@emotion/styled": "11.14.0",
|
|
108
|
+
"@mui/icons-material": "5.16.14",
|
|
109
|
+
"@mui/material": "5.16.14",
|
|
110
110
|
"@mui/x-date-pickers": "6.20.2",
|
|
111
|
-
"@xapp/stentor-form-widget-channel": "1.
|
|
111
|
+
"@xapp/stentor-form-widget-channel": "1.75.0",
|
|
112
112
|
"autosuggest-highlight": "3.3.4",
|
|
113
113
|
"dayjs": "1.11.13",
|
|
114
114
|
"lodash.template": "4.5.0",
|
|
115
|
-
"stentor-guards": "1.59.
|
|
115
|
+
"stentor-guards": "1.59.144",
|
|
116
116
|
"tslib": "2.7.0"
|
|
117
117
|
},
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "4289bb9b7f69c3ebf6976fd1138f0ff14da9efe6"
|
|
119
119
|
}
|