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

@ -26,6 +26,9 @@
"@theatre/core": "*"
},
"dependencies": {
"@theatre/dataverse": "workspace:*"
"@theatre/dataverse": "workspace:*",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.0"
}
}