Skip to content

Commit 0e1a730

Browse files
committed
🆙 upgrade rc-util to 5.x
1 parent 240f5a5 commit 0e1a730

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.fatherrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ export default {
55
eslint: true,
66
prettier: true,
77
},
8+
runtimeHelpers: true,
89
};

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"start": "cross-env NODE_ENV=development father doc dev --storybook",
3434
"build": "father doc build --storybook",
3535
"compile": "father build",
36-
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
36+
"prepublishOnly": "npm run compile && np --yolo --no-publish",
3737
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
3838
"test": "father test",
3939
"coverage": "father test --coverage",
@@ -55,10 +55,11 @@
5555
"typescript": "^3.5.2"
5656
},
5757
"dependencies": {
58+
"@babel/runtime": "^7.10.1",
5859
"classnames": "^2.2.6",
5960
"raf": "^3.4.1",
60-
"rc-align": "^3.0.0",
61+
"rc-align": "^4.0.0",
6162
"rc-animate": "^3.0.0",
62-
"rc-util": "^4.20.0"
63+
"rc-util": "^5.0.1"
6364
}
6465
}

0 commit comments

Comments
 (0)