Skip to content

Commit c52d828

Browse files
authored
Merge pull request #209 from CodyJasonBennett/patch-1
fix: unpin peer deps
2 parents 5fa5d60 + ee077b3 commit c52d828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@
9595
"peerDependencies": {
9696
"@react-three/fiber": ">=8.0",
9797
"react": ">=18.0",
98-
"three": ">= 0.138.0 < 0.152.0"
98+
"three": ">= 0.138.0"
9999
}
100100
}

0 commit comments

Comments
 (0)