We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf715b commit 7639c2bCopy full SHA for 7639c2b
.fatherrc.js
@@ -5,4 +5,5 @@ export default {
5
eslint: true,
6
prettier: true,
7
},
8
+ runtimeHelpers: true,
9
};
HISTORY.md
@@ -2,6 +2,10 @@ History
2
3
---
4
+## 4.0.0
+
+- Upgrade `rc-util` to `5.x`.
## 3.2.0
10
11
- Remove `react-lifecycles-compat`.
package.json
@@ -68,7 +68,8 @@
68
"typescript": "^3.6.3"
69
70
"dependencies": {
71
+ "@babel/runtime": "^7.10.1",
72
"classnames": "^2.2.6",
- "rc-util": "^4.16.1"
73
+ "rc-util": "^5.0.0"
74
}
75
0 commit comments