Skip to content

Commit

Permalink
Fix peer dependency version (jaredpalmer#2451)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-boris authored May 28, 2020
1 parent 30269b4 commit 918fa95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/formik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dist"
],
"peerDependencies": {
"react": ">=16.3.0"
"react": ">=16.8.0"
},
"scripts": {
"test": "tsdx test --env=jsdom",
Expand Down

0 comments on commit 918fa95

Please sign in to comment.