Skip to content

Commit

Permalink
feat(peer-deps): add react and react-dom v18.0.0
Browse files Browse the repository at this point in the history
This will allow @react-forked/dnd to be installed using react v18

fix #319
  • Loading branch information
100terres committed Apr 11, 2022
1 parent 9874f2d commit ef68846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -200,8 +200,8 @@
"webpack": "5.72.0"
},
"peerDependencies": {
"react": "^16.8.5 || ^17.0.0",
"react-dom": "^16.8.5 || ^17.0.0"
"react": "^16.8.5 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.5 || ^17.0.0 || ^18.0.0"
},
"license": "Apache-2.0",
"jest-junit": {
Expand Down

0 comments on commit ef68846

Please sign in to comment.