Skip to content

Commit

Permalink
chore: support react 17 (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
hengkx authored Oct 21, 2020
1 parent 3254a08 commit 53a06a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"coverage": "father test --coverage"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "^7.10.1",
Expand Down

1 comment on commit 53a06a2

@vercel
Copy link

@vercel vercel bot commented on 53a06a2 Oct 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.