Skip to content

Commit

Permalink
fix: narrow React peer deps (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett authored Jan 16, 2025
1 parent 0f4acdb commit 88abb38
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 @@ -89,8 +89,8 @@
"vitest": "^2.1.8"
},
"peerDependencies": {
"@react-three/fiber": ">=8.0",
"react": ">=18.0",
"@react-three/fiber": "^8.0",
"react": "^18.0",
"three": ">= 0.138.0"
}
}

0 comments on commit 88abb38

Please sign in to comment.