Skip to content

Commit

Permalink
Update React peerDependencies
Browse files Browse the repository at this point in the history
Description:
- Update react and react-dom peerDependencies, since new major
React version has been released.
  • Loading branch information
akuzko committed Apr 9, 2022
1 parent e508ecc commit 2e2115c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"repository": "https://github.com/akuzko/re-use-form.git",
"license": "MIT",
"peerDependencies": {
"react": "^16.8.6 || ^17.0.1",
"react-dom": "^16.8.6 || ^17.0.1"
"react": "^16.8.6 || ^17.0.1 || ^18.0.0",
"react-dom": "^16.8.6 || ^17.0.1 || ^18.0.0"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
Expand Down

0 comments on commit 2e2115c

Please sign in to comment.