Skip to content

Commit 995506e

Browse files
nartcclaude
andcommitted
feat(cannon): downgrade three.js peer dep upper bound to <0.183.0
- r183 breaks PCSS soft shadows due to TEXTURE_COMPARE_MODE change Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d28d7ce commit 995506e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/cannon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@pmndrs/cannon-worker-api": "^2.0.0",
2929
"cannon-es": ">=0.20.0 <0.21.0",
3030
"cannon-es-debugger": "^1.0.0",
31-
"three": ">=0.157.0 <0.184.0"
31+
"three": ">=0.157.0 <0.183.0"
3232
},
3333
"peerDependenciesMeta": {
3434
"cannon-es-debugger": {

0 commit comments

Comments
 (0)