Fixed the dependency ranges in manifests

This commit is contained in:
Aria Minaei 2021-08-08 10:33:13 +02:00
parent 7bc23d19e6
commit 99f8e51ae8
3 changed files with 67 additions and 11 deletions

View file

@ -43,6 +43,7 @@
"typescript": "^4.3.5"
},
"dependencies": {
"@react-three/drei": "^7.3.1",
"@theatre/dataverse-react": "workspace:*",
"lodash-es": "^4.17.21",
"polished": "^4.1.3",
@ -55,12 +56,11 @@
"zustand": "^3.5.1"
},
"peerDependencies": {
"@react-three/drei": "*",
"@react-three/fiber": "*",
"@react-three/fiber": "^7.0.6",
"@theatre/core": "*",
"@theatre/studio": "*",
"react": "*",
"react-dom": "*",
"three": "*"
"react": "^17.0.2",
"react-dom": "^17.0.2",
"three": "^0.131.3"
}
}