registry / systems / renderer

This commit is contained in:
wass08
2026-01-15 10:43:32 +09:00
parent 7a4d6e397d
commit 0c07c482a5
93 changed files with 440 additions and 75 deletions
+5 -3
View File
@@ -14,14 +14,16 @@
"peerDependencies": {
"@react-three/drei": "^10",
"@react-three/fiber": "^9",
"three": "^0.176"
"three": "^0.182"
},
"devDependencies": {
"@react-three/drei": "^10",
"@react-three/fiber": "^9",
"@repo/typescript-config": "*",
"three": "^0.176",
"typescript": "5.9.2"
"@types/react": "^19.2.2",
"three": "^0.182",
"typescript": "5.9.2",
"@types/three": "^0.182.0"
},
"dependencies": {
"dedent": "^1.7.1",