Skip to content

Commit

Permalink
chore(dev): lift peerDep react-dom from react-draggable (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
slydor authored Sep 25, 2024
1 parent 54a8518 commit 070d0ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"react-draggable": "^4.0.3"
},
"peerDependencies": {
"react": ">= 16.3"
"react": ">= 16.3",
"react-dom": ">= 16.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 070d0ad

Please sign in to comment.