Skip to content

Commit e7617c1

Browse files
committed
🆙 upgrade rc-util to 5.x
1 parent c4b4b15 commit e7617c1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@
3838
"now-build": "npm run build"
3939
},
4040
"dependencies": {
41+
"@babel/runtime": "^7.10.1",
4142
"classnames": "^2.2.1",
4243
"moment": "^2.24.0",
4344
"rc-trigger": "^4.0.0",
44-
"rc-util": "^4.17.0",
45+
"rc-util": "^5.0.1",
4546
"shallowequal": "^1.1.0"
4647
},
4748
"engines": {

0 commit comments

Comments
 (0)