Skip to content

Commit 899592f

Browse files
committed
🆙 upgrade rc-util to 5.x
1 parent bca0ee9 commit 899592f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.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
@@ -37,7 +37,7 @@
3737
"start": "cross-env NODE_ENV=development father doc dev --storybook",
3838
"build": "father doc build --storybook",
3939
"compile": "father build && lessc assets/index.less assets/index.css",
40-
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
40+
"prepublishOnly": "npm run compile && np --yolo --no-publish",
4141
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
4242
"test": "father test",
4343
"now-build": "npm run build"
@@ -63,8 +63,9 @@
6363
"typescript": "^3.7.5"
6464
},
6565
"dependencies": {
66+
"@babel/runtime": "^7.10.1",
6667
"classnames": "2.x",
6768
"rc-animate": "3.x",
68-
"rc-util": "^4.0.4"
69+
"rc-util": "^5.0.1"
6970
}
7071
}

0 commit comments

Comments
 (0)