Skip to content

Commit

Permalink
fix: r3f ^9.0.0-0 peerDep, pre-releases included (#2259)
Browse files Browse the repository at this point in the history
* chore: add ^9.0.0-0 to R3F peer dependency

* chore: update yarn.lock
  • Loading branch information
verekia authored Dec 9, 2024
1 parent 039798c commit 7b0b4b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"vite-plugin-glslify": "^2.1.0"
},
"peerDependencies": {
"@react-three/fiber": "^8",
"@react-three/fiber": "^8 || ^9.0.0-0",
"react": "^18",
"react-dom": "^18",
"three": ">=0.137"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2907,7 +2907,7 @@ __metadata:
vite-plugin-glslify: "npm:^2.1.0"
zustand: "npm:^5.0.1"
peerDependencies:
"@react-three/fiber": ^8
"@react-three/fiber": ^8 || ^9.0.0-0
react: ^18
react-dom: ^18
three: ">=0.137"
Expand Down

0 comments on commit 7b0b4b8

Please sign in to comment.