Skip to content

Commit

Permalink
feat(deps): add react-dom peer deps (#6611)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe authored Apr 29, 2024
1 parent 138b313 commit 027f680
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 @@ -172,7 +172,8 @@
"webpack-stream": "^7.0.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 027f680

Please sign in to comment.