Skip to content

Commit

Permalink
Added React 18 to peer dependencies (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
yura3d committed Apr 1, 2022
1 parent dcf306b commit 9c2b2e5
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 @@ -85,7 +85,7 @@
},
"peerDependencies": {
"final-form": "^4.20.4",
"react": "^16.8.0 || ^17.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"lint-staged": {
"*.{js*,ts*,json,md,css}": [
Expand Down

0 comments on commit 9c2b2e5

Please sign in to comment.