Skip to content

Commit

Permalink
fix: remove react-dom from peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne authored and staylor committed May 7, 2024
1 parent 6a37f73 commit b2bd03d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
"vitest": "0.34.6"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.6.0 || ^17.0.0 || ^18.0.0"
"react": "^16.6.0 || ^17.0.0 || ^18.0.0"
},
"scripts": {
"clean": "rimraf lib",
Expand Down

0 comments on commit b2bd03d

Please sign in to comment.