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