Skip to content

Commit

Permalink
fix: mark react-dom as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed Jan 31, 2024
1 parent 8f67987 commit 00a9139
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@
"typescript": "^5.2.2",
"vitest": "^0.32.2"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
}
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
Expand Down

0 comments on commit 00a9139

Please sign in to comment.