Skip to content

Commit 7639c2b

Browse files
committed
🆙 upgrade rc-util to 5.x
1 parent ebf715b commit 7639c2b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-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
};

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ History
22

33
---
44

5+
## 4.0.0
6+
7+
- Upgrade `rc-util` to `5.x`.
8+
59
## 3.2.0
610

711
- Remove `react-lifecycles-compat`.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
"typescript": "^3.6.3"
6969
},
7070
"dependencies": {
71+
"@babel/runtime": "^7.10.1",
7172
"classnames": "^2.2.6",
72-
"rc-util": "^4.16.1"
73+
"rc-util": "^5.0.0"
7374
}
7475
}

0 commit comments

Comments
 (0)