Skip to content

Commit

Permalink
fix: ensure types are in peer deps too
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Nov 8, 2023
1 parent 0471606 commit 7d6ea7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@
"vitest": "^0.34.6"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14"
},
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit 7d6ea7e

Please sign in to comment.