Skip to content

Commit

Permalink
chore: restrict version 1 to formik 1
Browse files Browse the repository at this point in the history
  • Loading branch information
cliedeman committed Jan 19, 2020
1 parent 59acc1f commit 57aec98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"typings": "dist/main.d.ts",
"peerDependencies": {
"@material-ui/core": ">=4.0.0",
"formik": ">=1.0.0",
"formik": "<2.0.0",
"react": "^16.8.0"
},
"keywords": [
Expand Down

0 comments on commit 57aec98

Please sign in to comment.