Skip to content

Commit b2bd03d

Browse files
brentvatnestaylor
authored andcommitted
fix: remove react-dom from peerDependencies
1 parent 6a37f73 commit b2bd03d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
"vitest": "0.34.6"
4747
},
4848
"peerDependencies": {
49-
"react": "^16.6.0 || ^17.0.0 || ^18.0.0",
50-
"react-dom": "^16.6.0 || ^17.0.0 || ^18.0.0"
49+
"react": "^16.6.0 || ^17.0.0 || ^18.0.0"
5150
},
5251
"scripts": {
5352
"clean": "rimraf lib",

0 commit comments

Comments
 (0)