synos-helena 24.1.0-beta.1 → 25.0.0-beta.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/lib/index.css.map +1 -1
- package/lib/index.css.map.gz +0 -0
- package/lib/index.js +1 -1
- package/lib/index.js.gz +0 -0
- package/lib/index.js.map +1 -1
- package/lib/index.js.map.gz +0 -0
- package/package.json +9 -6
package/lib/index.js.map.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "synos-helena",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "25.0.0-beta.0",
|
|
4
4
|
"description": "A set of components of the helena project",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "src/index.d.ts",
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
|
|
58
58
|
"@babel/plugin-proposal-pipeline-operator": "^7.8.3",
|
|
59
59
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
60
|
+
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
60
61
|
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
|
|
61
62
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
62
63
|
"@babel/plugin-syntax-import-meta": "^7.8.3",
|
|
@@ -91,24 +92,26 @@
|
|
|
91
92
|
"prettier": "^2.2.1",
|
|
92
93
|
"prettier-eslint": "^11.0.0",
|
|
93
94
|
"prettier-eslint-cli": "^5.0.0",
|
|
94
|
-
"react": "^
|
|
95
|
-
"react-dom": "^
|
|
95
|
+
"react": "^18.3.1",
|
|
96
|
+
"react-dom": "^18.3.1",
|
|
96
97
|
"standard-version": "^9.3.0",
|
|
97
98
|
"style-loader": "^2.0.0",
|
|
98
99
|
"terser-webpack-plugin": "^5.3.10",
|
|
99
100
|
"themes-switch": "^1.0.8",
|
|
100
|
-
"ts-loader": "^
|
|
101
|
+
"ts-loader": "^9",
|
|
101
102
|
"url-loader": "^4.1.1",
|
|
102
103
|
"webpack": "^5.93.0",
|
|
103
104
|
"webpack-cli": "^4.2.0"
|
|
104
105
|
},
|
|
105
106
|
"dependencies": {
|
|
107
|
+
"@types/react": "^18.3.1",
|
|
108
|
+
"@types/react-dom": "^18.3.1",
|
|
106
109
|
"@ant-design/compatible": "^1.1.0",
|
|
107
110
|
"@ant-design/icons": "^4.3.0",
|
|
108
111
|
"@loadable/component": "^5.14.1",
|
|
109
112
|
"@types/react-copy-to-clipboard": "^5.0.2",
|
|
110
113
|
"@types/react-syntax-highlighter": "^13.5.2",
|
|
111
|
-
"antd": "4.
|
|
114
|
+
"antd": "4.24.16",
|
|
112
115
|
"antd-mask-input": "^0.1.15",
|
|
113
116
|
"bigdecimal": "^0.6.1",
|
|
114
117
|
"cpf-cnpj-validator": "^1.0.3",
|
|
@@ -116,7 +119,7 @@
|
|
|
116
119
|
"dayjs": "^1.10.4",
|
|
117
120
|
"deepdash": "^5.3.2",
|
|
118
121
|
"enquire-js": "latest",
|
|
119
|
-
"export-to-csv": "
|
|
122
|
+
"export-to-csv": "1.4.0",
|
|
120
123
|
"json-loader": "^0.5.7",
|
|
121
124
|
"lodash": "^4.17.15",
|
|
122
125
|
"mobx": "^5.15.4",
|