Skip to content

Commit

Permalink
fix: narrow React peer dep range (#3427)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett authored Jan 9, 2025
1 parent 8d45cf0 commit 1614cbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/fiber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"expo-asset": ">=8.4",
"expo-gl": ">=11.0",
"expo-file-system": ">=11.0",
"react": ">=18.0",
"react-dom": ">=18.0",
"react": ">=18 <19",
"react-dom": ">=18 <19",
"react-native": ">=0.64",
"three": ">=0.133"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/test-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
]
},
"peerDependencies": {
"react": ">=17.0",
"@react-three/fiber": ">=8.0.0",
"three": ">=0.126"
"react": ">=18 <19",
"@react-three/fiber": ">=8 < 9",
"three": ">=0.133"
}
}

0 comments on commit 1614cbe

Please sign in to comment.