Skip to content

Commit f067d7d

Browse files
committed
add react-dom as peerdep
1 parent d563fa2 commit f067d7d

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
@@ -23,7 +23,8 @@
2323
"np": "np --any-branch"
2424
},
2525
"peerDependencies": {
26-
"react": ">=16"
26+
"react": ">=16",
27+
"react-dom": ">=16"
2728
},
2829
"husky": {
2930
"hooks": {

0 commit comments

Comments
 (0)