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" "serve": "serve -s build"
}, },
"dependencies": { "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/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0", "@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10", "@testing-library/user-event": "^12.1.10",
@ -22,7 +24,6 @@
"@types/react": "^18.2.17", "@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7", "@types/react-dom": "^18.2.7",
"react-scripts": "^5.0.1", "react-scripts": "^5.0.1",
"three": "0.133.0",
"typescript": "^3.2.1", "typescript": "^3.2.1",
"serve": "14.2.0", "serve": "14.2.0",
"web-vitals": "^1.0.1" "web-vitals": "^1.0.1"

View file

@ -6,6 +6,9 @@
"start": "next start" "start": "next start"
}, },
"dependencies": { "dependencies": {
"@react-three/drei": "^9.11.3",
"@react-three/fiber": "^8.0.19",
"three": "^0.141.0",
"@theatre/core": "0.0.1-COMPAT.1", "@theatre/core": "0.0.1-COMPAT.1",
"@theatre/r3f": "0.0.1-COMPAT.1", "@theatre/r3f": "0.0.1-COMPAT.1",
"@theatre/studio": "0.0.1-COMPAT.1", "@theatre/studio": "0.0.1-COMPAT.1",

View file

@ -5,6 +5,9 @@
"start": "serve dist" "start": "serve dist"
}, },
"dependencies": { "dependencies": {
"@react-three/drei": "^9.11.3",
"@react-three/fiber": "^8.0.19",
"three": "^0.141.0",
"@theatre/core": "0.0.1-COMPAT.1", "@theatre/core": "0.0.1-COMPAT.1",
"@theatre/r3f": "0.0.1-COMPAT.1", "@theatre/r3f": "0.0.1-COMPAT.1",
"@theatre/studio": "0.0.1-COMPAT.1", "@theatre/studio": "0.0.1-COMPAT.1",

View file

@ -5,6 +5,9 @@
"start": "serve dist" "start": "serve dist"
}, },
"dependencies": { "dependencies": {
"@react-three/drei": "^9.11.3",
"@react-three/fiber": "^8.0.19",
"three": "^0.141.0",
"@theatre/core": "0.0.1-COMPAT.1", "@theatre/core": "0.0.1-COMPAT.1",
"@theatre/r3f": "0.0.1-COMPAT.1", "@theatre/r3f": "0.0.1-COMPAT.1",
"@theatre/studio": "0.0.1-COMPAT.1", "@theatre/studio": "0.0.1-COMPAT.1",

View file

@ -9,12 +9,12 @@
"dependencies": { "dependencies": {
"@react-three/drei": "^9.11.3", "@react-three/drei": "^9.11.3",
"@react-three/fiber": "^8.0.19", "@react-three/fiber": "^8.0.19",
"three": "^0.141.0",
"@theatre/core": "0.0.1-COMPAT.1", "@theatre/core": "0.0.1-COMPAT.1",
"@theatre/r3f": "0.0.1-COMPAT.1", "@theatre/r3f": "0.0.1-COMPAT.1",
"@theatre/studio": "0.0.1-COMPAT.1", "@theatre/studio": "0.0.1-COMPAT.1",
"react": "^18.0.0", "react": "^18.0.0",
"react-dom": "^18.0.0", "react-dom": "^18.0.0"
"three": "^0.141.0"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^18.0.0", "@types/react": "^18.0.0",