Skip to content

Commit efc06db

Browse files
committed
🆙 upgrade rc-util to 5.x
1 parent dc7850d commit efc06db

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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: 3 additions & 2 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
"now-build": "npm run build"
@@ -43,10 +43,11 @@
4343
"react-dom": "*"
4444
},
4545
"dependencies": {
46+
"@babel/runtime": "^7.10.1",
4647
"classnames": "2.x",
4748
"rc-animate": "^3.0.0",
4849
"rc-trigger": "^4.0.0",
49-
"rc-util": "^4.20.6",
50+
"rc-util": "^5.0.1",
5051
"rc-virtual-list": "^1.1.2",
5152
"warning": "^4.0.3"
5253
},

0 commit comments

Comments
 (0)