Skip to content

Commit b7f56df

Browse files
Add React 19 to peer dependencies (#1046)
1 parent 43952cb commit b7f56df

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
@@ -85,7 +85,7 @@
8585
},
8686
"peerDependencies": {
8787
"final-form": "^4.20.4",
88-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
88+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
8989
},
9090
"lint-staged": {
9191
"*.{js*,ts*,json,md,css}": [

0 commit comments

Comments
 (0)