Skip to content

Commit b4156f5

Browse files
authored
Fixed final-form version restriction in peerDeps (#967)
1 parent 6587cc6 commit b4156f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"typescript": "^4.4.3"
8585
},
8686
"peerDependencies": {
87-
"final-form": "4.20.4",
87+
"final-form": "^4.20.4",
8888
"react": "^16.8.0 || ^17.0.0"
8989
},
9090
"lint-staged": {

0 commit comments

Comments
 (0)