Skip to content

Commit

Permalink
feat: add react-dom as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed Jan 31, 2024
1 parent af78a9a commit 8f67987
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 @@ -119,7 +119,8 @@
}
],
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^8.2.4",
Expand Down

0 comments on commit 8f67987

Please sign in to comment.