Skip to content

Commit

Permalink
feat(peer-deps): add react 18 (#321)
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 Aug 21, 2022
1 parent a892bba commit 0439bd4
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 0439bd4

Please sign in to comment.