synos-helena 24.0.10-beta.1 → 24.0.10-beta.4

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.0.10-beta.1",
3
+ "version": "24.0.10-beta.4",
4
4
  "description": "A set of components of the helena project",
5
5
  "main": "lib/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -104,7 +104,7 @@
104
104
  "webpack-cli": "^4.2.0"
105
105
  },
106
106
  "dependencies": {
107
- "@ant-design/compatible": "^1.1.0",
107
+ "@ant-design/compatible": "^1.1.2",
108
108
  "@ant-design/icons": "^4.3.0",
109
109
  "@loadable/component": "^5.14.1",
110
110
  "@types/react-copy-to-clipboard": "^5.0.2",
@@ -150,5 +150,8 @@
150
150
  "cross-spawn": "^7.0.6",
151
151
  "node-fetch": "^3.3.2",
152
152
  "serialize-javascript": "^6.0.2"
153
+ },
154
+ "overrides": {
155
+ "node-fetch": "^3.3.2"
153
156
  }
154
157
  }