From 327298f0893c7fd3c40b802a3451f0212849830e Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Fri, 6 Aug 2021 11:43:33 +0200 Subject: [PATCH] Corrected plugin-r3f's deps --- packages/plugin-r3f/package.json | 9 ++++++--- yarn.lock | 6 ++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/packages/plugin-r3f/package.json b/packages/plugin-r3f/package.json index d2d8796..8d9453c 100644 --- a/packages/plugin-r3f/package.json +++ b/packages/plugin-r3f/package.json @@ -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": "*" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index f35a5e5..2881f37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3720,8 +3720,7 @@ __metadata: dependencies: "@react-three/drei": ^7.2.2 "@react-three/fiber": ^7.0.6 - "@theatre/core": "workspace:*" - "@theatre/studio": "workspace:*" + "@theatre/dataverse-react": "workspace:*" "@types/jest": ^26.0.23 "@types/lodash-es": ^4.17.4 "@types/node": ^15.6.2 @@ -3740,6 +3739,9 @@ __metadata: three: ^0.130.1 typescript: ^4.3.2 zustand: ^3.5.1 + peerDependencies: + "@theatre/core": "*" + "@theatre/studio": "*" languageName: unknown linkType: soft