Skip to content

Commit

Permalink
Merge pull request #1 from RoystonS/pr/allow-react-18-peer-dependency
Browse files Browse the repository at this point in the history
Allow installation with React 18
  • Loading branch information
jedwards1211 committed Jun 26, 2023
2 parents dbd382b + 18bd767 commit d54f6df
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 @@ -145,7 +145,7 @@
"peerDependencies": {
"final-form": "^4.20.0",
"final-form-set-field-data": "^1.0.2",
"react": "^15.0.0 || ^16.0.0 || ^17.0.0",
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-final-form": "^6.5.0"
}
}

0 comments on commit d54f6df

Please sign in to comment.