Fixed the dependency ranges in manifests
This commit is contained in:
parent
7bc23d19e6
commit
99f8e51ae8
3 changed files with 67 additions and 11 deletions
|
@ -43,6 +43,7 @@
|
||||||
"typescript": "^4.3.5"
|
"typescript": "^4.3.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@react-three/drei": "^7.3.1",
|
||||||
"@theatre/dataverse-react": "workspace:*",
|
"@theatre/dataverse-react": "workspace:*",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"polished": "^4.1.3",
|
"polished": "^4.1.3",
|
||||||
|
@ -55,12 +56,11 @@
|
||||||
"zustand": "^3.5.1"
|
"zustand": "^3.5.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@react-three/drei": "*",
|
"@react-three/fiber": "^7.0.6",
|
||||||
"@react-three/fiber": "*",
|
|
||||||
"@theatre/core": "*",
|
"@theatre/core": "*",
|
||||||
"@theatre/studio": "*",
|
"@theatre/studio": "*",
|
||||||
"react": "*",
|
"react": "^17.0.2",
|
||||||
"react-dom": "*",
|
"react-dom": "^17.0.2",
|
||||||
"three": "*"
|
"three": "^0.131.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,6 +26,9 @@
|
||||||
"@theatre/core": "*"
|
"@theatre/core": "*"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@theatre/dataverse": "workspace:*"
|
"@theatre/dataverse": "workspace:*",
|
||||||
|
"react": "^17.0.2",
|
||||||
|
"react-dom": "^17.0.2",
|
||||||
|
"styled-components": "^5.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
63
yarn.lock
63
yarn.lock
|
@ -5318,6 +5318,36 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@react-three/drei@npm:^7.3.1":
|
||||||
|
version: 7.3.1
|
||||||
|
resolution: "@react-three/drei@npm:7.3.1"
|
||||||
|
dependencies:
|
||||||
|
"@babel/runtime": ^7.11.2
|
||||||
|
blob-polyfill: ^5.0.20210201
|
||||||
|
detect-gpu: ^3.0.0
|
||||||
|
glsl-noise: ^0.0.0
|
||||||
|
lodash.omit: ^4.5.0
|
||||||
|
lodash.pick: ^4.4.0
|
||||||
|
react-merge-refs: ^1.0.0
|
||||||
|
stats.js: ^0.17.0
|
||||||
|
three-mesh-bvh: ^0.4.1
|
||||||
|
three-stdlib: ^2.4.0
|
||||||
|
troika-three-text: ^0.42.0
|
||||||
|
use-asset: ^1.0.4
|
||||||
|
utility-types: ^3.10.0
|
||||||
|
zustand: ^3.5.1
|
||||||
|
peerDependencies:
|
||||||
|
"@react-three/fiber": ">=6.0"
|
||||||
|
react: ">=17.0"
|
||||||
|
react-dom: ">=17.0"
|
||||||
|
three: ">=0.128.0"
|
||||||
|
peerDependenciesMeta:
|
||||||
|
react-dom:
|
||||||
|
optional: true
|
||||||
|
checksum: 696aad6e64b4b858a3182d5cdb42d1a17ccefa2b070d808aa79a8316835b4ca927c6d72d7ae574d4f64ce79e988cfb3318381713e5fba41ec6d9365e819278b7
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@react-three/fiber@npm:^7.0.6":
|
"@react-three/fiber@npm:^7.0.6":
|
||||||
version: 7.0.6
|
version: 7.0.6
|
||||||
resolution: "@react-three/fiber@npm:7.0.6"
|
resolution: "@react-three/fiber@npm:7.0.6"
|
||||||
|
@ -5716,6 +5746,7 @@ __metadata:
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@theatre/plugin-r3f@workspace:packages/plugin-r3f"
|
resolution: "@theatre/plugin-r3f@workspace:packages/plugin-r3f"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
"@react-three/drei": ^7.3.1
|
||||||
"@theatre/dataverse-react": "workspace:*"
|
"@theatre/dataverse-react": "workspace:*"
|
||||||
"@types/jest": ^26.0.23
|
"@types/jest": ^26.0.23
|
||||||
"@types/lodash-es": ^4.17.4
|
"@types/lodash-es": ^4.17.4
|
||||||
|
@ -5734,13 +5765,12 @@ __metadata:
|
||||||
typescript: ^4.3.5
|
typescript: ^4.3.5
|
||||||
zustand: ^3.5.1
|
zustand: ^3.5.1
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@react-three/drei": "*"
|
"@react-three/fiber": ^7.0.6
|
||||||
"@react-three/fiber": "*"
|
|
||||||
"@theatre/core": "*"
|
"@theatre/core": "*"
|
||||||
"@theatre/studio": "*"
|
"@theatre/studio": "*"
|
||||||
react: "*"
|
react: ^17.0.2
|
||||||
react-dom: "*"
|
react-dom: ^17.0.2
|
||||||
three: "*"
|
three: ^0.131.3
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
|
@ -5758,6 +5788,9 @@ __metadata:
|
||||||
resolution: "@theatre/studio@workspace:theatre/studio"
|
resolution: "@theatre/studio@workspace:theatre/studio"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@theatre/dataverse": "workspace:*"
|
"@theatre/dataverse": "workspace:*"
|
||||||
|
react: ^17.0.2
|
||||||
|
react-dom: ^17.0.2
|
||||||
|
styled-components: ^5.3.0
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@theatre/core": "*"
|
"@theatre/core": "*"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
|
@ -23098,6 +23131,26 @@ fsevents@^1.2.7:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"three-stdlib@npm:^2.4.0":
|
||||||
|
version: 2.4.0
|
||||||
|
resolution: "three-stdlib@npm:2.4.0"
|
||||||
|
dependencies:
|
||||||
|
"@babel/runtime": ^7.14.6
|
||||||
|
"@webgpu/glslang": ^0.0.15
|
||||||
|
"@webxr-input-profiles/motion-controllers": ^1.0.0
|
||||||
|
chevrotain: ^9.0.2
|
||||||
|
fflate: ^0.6.9
|
||||||
|
ktx-parse: ^0.2.1
|
||||||
|
mmd-parser: ^1.0.4
|
||||||
|
opentype.js: ^1.3.3
|
||||||
|
potpack: ^1.0.1
|
||||||
|
zstddec: ^0.0.2
|
||||||
|
peerDependencies:
|
||||||
|
three: ">=0.128.0"
|
||||||
|
checksum: c8a34459642555fc970ade17aad457009415b1b7d37c95d161bfce311990b6ef65607a9c05dfc073b59c7cbf5dffd7baa2e813b5ca141260b710b19d6c7502db
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"three@npm:^0.130.1":
|
"three@npm:^0.130.1":
|
||||||
version: 0.130.1
|
version: 0.130.1
|
||||||
resolution: "three@npm:0.130.1"
|
resolution: "three@npm:0.130.1"
|
||||||
|
|
Loading…
Reference in a new issue