Skip to content

Commit

Permalink
🆙 upgrade rc-util to 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed May 29, 2020
1 parent b86b268 commit 8baa2ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .fatherrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export default {
eslint: true,
prettier: true,
},
runtimeHelpers: true,
};
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ History

---

## 4.0.0

- Upgrade `rc-util` to `5.x`.

## 3.2.0

- Remove `react-lifecycles-compat`.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"typescript": "^3.6.3"
},
"dependencies": {
"@babel/runtime": "^7.10.1",

This comment has been minimized.

Copy link
@avindra

avindra Jun 1, 2020

Contributor

@afc163 why is this needed?

"classnames": "^2.2.6",
"rc-util": "^4.16.1"
"rc-util": "^5.0.1"
}
}

0 comments on commit 8baa2ec

Please sign in to comment.