Add correct deps to compat fixtures

This commit is contained in:
Aria Minaei 2023-07-30 21:03:55 +02:00 committed by Aria
parent b443d9a92b
commit b646bb81e5
5 changed files with 14 additions and 4 deletions

View file

@ -10,7 +10,9 @@
"serve": "serve -s build"
},
"dependencies": {
"@react-three/drei": ">7.2.2",
"@react-three/drei": "^9.11.3",
"@react-three/fiber": "^8.0.19",
"three": "^0.141.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
@ -22,7 +24,6 @@
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"react-scripts": "^5.0.1",
"three": "0.133.0",
"typescript": "^3.2.1",
"serve": "14.2.0",
"web-vitals": "^1.0.1"