Corrected plugin-r3f's deps

This commit is contained in:
Aria Minaei 2021-08-06 11:43:33 +02:00
parent 5182865412
commit 327298f089
2 changed files with 10 additions and 5 deletions

View file

@ -41,8 +41,7 @@
"dependencies": {
"@react-three/drei": "^7.2.2",
"@react-three/fiber": "^7.0.6",
"@theatre/core": "workspace:*",
"@theatre/studio": "workspace:*",
"@theatre/dataverse-react": "workspace:*",
"lodash-es": "^4.17.21",
"polished": "^4.1.3",
"react": "^17.0.2",
@ -55,5 +54,9 @@
"styled-components": "^5.3.0",
"three": "^0.130.1",
"zustand": "^3.5.1"
},
"peerDependencies": {
"@theatre/core": "*",
"@theatre/studio": "*"
}
}
}