Skip to content

Commit 070d0ad

Browse files
authored
chore(dev): lift peerDep react-dom from react-draggable (#246)
1 parent 54a8518 commit 070d0ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"react-draggable": "^4.0.3"
6868
},
6969
"peerDependencies": {
70-
"react": ">= 16.3"
70+
"react": ">= 16.3",
71+
"react-dom": ">= 16.3"
7172
},
7273
"publishConfig": {
7374
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)