Skip to content

Commit

Permalink
narrowing react peerDep
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Dec 6, 2024
1 parent 75260b8 commit 6fb7e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
},
"peerDependencies": {
"@react-three/fiber": ">=8.0",
"react": ">=18.0",
"react-dom": ">=18.0",
"react": "^18",
"react-dom": "^18",
"three": ">=0.137"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 6fb7e4c

Please sign in to comment.