Skip to content

Commit

Permalink
chore: support react@17
Browse files Browse the repository at this point in the history
  • Loading branch information
qiqiboy committed Nov 10, 2020
1 parent ac16cb1 commit 91387f4
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
@@ -1,6 +1,6 @@
{
"name": "react-formutil",
"version": "1.0.18",
"version": "1.0.19",
"description": "Happy to build the forms in React ^_^",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"homepage": "https://github.com/qiqiboy/react-formutil#readme",
"peerDependencies": {
"react": "^16.3.0",
"react": "^16.3.0 || ^17.0.0",
"prop-types": "^15.0.0"
},
"types": "./index.d.ts",
Expand Down

0 comments on commit 91387f4

Please sign in to comment.