Skip to content

Commit

Permalink
chore: support react 17 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
hengkx committed Oct 21, 2020
1 parent 243d02e commit c5a4084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -35,8 +35,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 c5a4084

@vercel
Copy link

@vercel vercel bot commented on c5a4084 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.