Skip to content

Commit

Permalink
Fixed final-form version restriction in peerDeps (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
yura3d authored Jan 31, 2022
1 parent 6587cc6 commit b4156f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"typescript": "^4.4.3"
},
"peerDependencies": {
"final-form": "4.20.4",
"final-form": "^4.20.4",
"react": "^16.8.0 || ^17.0.0"
},
"lint-staged": {
Expand Down

0 comments on commit b4156f5

Please sign in to comment.