@zat-design/sisyphus-react 3.13.15-beta.6 → 3.13.16-beta.1
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/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@zat-design/sisyphus-react",
|
3
|
-
"version": "3.13.
|
3
|
+
"version": "3.13.16-beta.1",
|
4
4
|
"license": "MIT",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"module": "es/index.js",
|
@@ -28,7 +28,7 @@
|
|
28
28
|
"postpublish": "git clean -fd",
|
29
29
|
"release": "yarn build && npm publish",
|
30
30
|
"release:beta": "yarn build && npm publish --tag=beta",
|
31
|
-
"start": "dumi dev",
|
31
|
+
"start": "export NODE_OPTIONS=--openssl-legacy-provider && dumi dev",
|
32
32
|
"test": "umi-test",
|
33
33
|
"test:coverage": "umi-test --coverage",
|
34
34
|
"tsc": "tsc --noEmit"
|
@@ -67,7 +67,7 @@
|
|
67
67
|
"@dnd-kit/sortable": "^7.0.2",
|
68
68
|
"@dnd-kit/utilities": "^3.2.1",
|
69
69
|
"@pansy/react-watermark": "^3.1.13",
|
70
|
-
"@zat-design/utils": "1.1.
|
70
|
+
"@zat-design/utils": "1.1.41",
|
71
71
|
"ahooks": "3.8.4",
|
72
72
|
"antd": "4.24.16",
|
73
73
|
"big.js": "^6.2.1",
|