fix three and rapier warning dependencies

This commit is contained in:
Tom Boullay
2026-05-02 11:01:50 +02:00
parent 04ece5b1d2
commit 5bd0680b64
2 changed files with 19 additions and 16 deletions
+5 -2
View File
@@ -18,7 +18,7 @@
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.0",
"@react-three/fiber": "^9.6.1",
"@react-three/rapier": "^2.2.0",
"@tanstack/react-router": "^1.168.25",
"gsap": "^3.15.0",
@@ -29,7 +29,7 @@
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"three": "^0.183.2",
"three": "0.182.0",
"zustand": "^5.0.12"
},
"devDependencies": {
@@ -50,6 +50,9 @@
"vite": "^8.0.4"
},
"overrides": {
"@react-three/rapier": {
"@dimforge/rapier3d-compat": "0.19.1"
},
"r3f-perf": {
"@react-three/drei": "$@react-three/drei"
}