Corrected plugin-r3f's deps
This commit is contained in:
parent
5182865412
commit
327298f089
2 changed files with 10 additions and 5 deletions
|
@ -41,8 +41,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@react-three/drei": "^7.2.2",
|
"@react-three/drei": "^7.2.2",
|
||||||
"@react-three/fiber": "^7.0.6",
|
"@react-three/fiber": "^7.0.6",
|
||||||
"@theatre/core": "workspace:*",
|
"@theatre/dataverse-react": "workspace:*",
|
||||||
"@theatre/studio": "workspace:*",
|
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"polished": "^4.1.3",
|
"polished": "^4.1.3",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
|
@ -55,5 +54,9 @@
|
||||||
"styled-components": "^5.3.0",
|
"styled-components": "^5.3.0",
|
||||||
"three": "^0.130.1",
|
"three": "^0.130.1",
|
||||||
"zustand": "^3.5.1"
|
"zustand": "^3.5.1"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@theatre/core": "*",
|
||||||
|
"@theatre/studio": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -3720,8 +3720,7 @@ __metadata:
|
||||||
dependencies:
|
dependencies:
|
||||||
"@react-three/drei": ^7.2.2
|
"@react-three/drei": ^7.2.2
|
||||||
"@react-three/fiber": ^7.0.6
|
"@react-three/fiber": ^7.0.6
|
||||||
"@theatre/core": "workspace:*"
|
"@theatre/dataverse-react": "workspace:*"
|
||||||
"@theatre/studio": "workspace:*"
|
|
||||||
"@types/jest": ^26.0.23
|
"@types/jest": ^26.0.23
|
||||||
"@types/lodash-es": ^4.17.4
|
"@types/lodash-es": ^4.17.4
|
||||||
"@types/node": ^15.6.2
|
"@types/node": ^15.6.2
|
||||||
|
@ -3740,6 +3739,9 @@ __metadata:
|
||||||
three: ^0.130.1
|
three: ^0.130.1
|
||||||
typescript: ^4.3.2
|
typescript: ^4.3.2
|
||||||
zustand: ^3.5.1
|
zustand: ^3.5.1
|
||||||
|
peerDependencies:
|
||||||
|
"@theatre/core": "*"
|
||||||
|
"@theatre/studio": "*"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue