create-umi 4.0.44 → 4.0.45
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-umi",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.45",
|
|
4
4
|
"description": "create-umi",
|
|
5
5
|
"homepage": "https://github.com/umijs/umi/tree/master/packages/create-umi#readme",
|
|
6
6
|
"bugs": "https://github.com/umijs/umi/issues",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"test": "umi-scripts jest-turbo"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@umijs/utils": "4.0.
|
|
28
|
+
"@umijs/utils": "4.0.45"
|
|
29
29
|
},
|
|
30
30
|
"publishConfig": {
|
|
31
31
|
"access": "public"
|
|
@@ -36,7 +36,7 @@ const UpdateForm: React.FC<UpdateFormProps> = (props) => (
|
|
|
36
36
|
bodyStyle={{ padding: '32px 40px 48px' }}
|
|
37
37
|
destroyOnClose
|
|
38
38
|
title="规则配置"
|
|
39
|
-
|
|
39
|
+
open={props.updateModalVisible}
|
|
40
40
|
footer={submitter}
|
|
41
41
|
onCancel={() => props.onCancel()}
|
|
42
42
|
>
|