mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
fix(deps): update dependency @theatre/studio to ^0.7.0
This commit is contained in:
parent
544c40ec63
commit
c01344391c
2 changed files with 15 additions and 9 deletions
|
@ -37,7 +37,7 @@
|
|||
"type": "module",
|
||||
"dependencies": {
|
||||
"@theatre/core": "^0.6.2",
|
||||
"@theatre/studio": "^0.6.2",
|
||||
"@theatre/studio": "^0.7.0",
|
||||
"@threlte/core": "6.0.3",
|
||||
"@threlte/extras": "5.0.5",
|
||||
"@threlte/theatre": "^1.0.5",
|
||||
|
|
|
@ -9,8 +9,8 @@ dependencies:
|
|||
specifier: ^0.6.2
|
||||
version: 0.6.2
|
||||
'@theatre/studio':
|
||||
specifier: ^0.6.2
|
||||
version: 0.6.2(@theatre/core@0.6.2)
|
||||
specifier: ^0.7.0
|
||||
version: 0.7.0(@theatre/core@0.6.2)
|
||||
'@threlte/core':
|
||||
specifier: 6.0.3
|
||||
version: 6.0.3(svelte@4.1.0)(three@0.155.0)
|
||||
|
@ -19,7 +19,7 @@ dependencies:
|
|||
version: 5.0.5(svelte@4.1.0)(three@0.155.0)
|
||||
'@threlte/theatre':
|
||||
specifier: ^1.0.5
|
||||
version: 1.0.5(@theatre/core@0.6.2)(@theatre/studio@0.6.2)(@threlte/core@6.0.3)(@threlte/extras@5.0.5)(svelte@4.1.0)(three@0.155.0)
|
||||
version: 1.0.5(@theatre/core@0.6.2)(@theatre/studio@0.7.0)(@threlte/core@6.0.3)(@threlte/extras@5.0.5)(svelte@4.1.0)(three@0.155.0)
|
||||
'@types/three':
|
||||
specifier: ^0.155.0
|
||||
version: 0.155.0
|
||||
|
@ -515,13 +515,19 @@ packages:
|
|||
lodash-es: 4.17.21
|
||||
dev: false
|
||||
|
||||
/@theatre/studio@0.6.2(@theatre/core@0.6.2):
|
||||
resolution: {integrity: sha512-jX5m7aYMIuXXZXIqc5ZJPIlgP4QnU1lc3sDRcjoNantz47Qzq3/JjRt5MIrahsKKONZwgEvl5WA57qCo7IW+hA==}
|
||||
/@theatre/dataverse@0.7.0:
|
||||
resolution: {integrity: sha512-NbhTZYOqETp9g0II7R9GypErnZ47TmoT6yzyQ0vGfgVLD1a+dsPG+CLvvyzssbGG/gfDDoMzkXNwWJAwNkqFvQ==}
|
||||
dependencies:
|
||||
lodash-es: 4.17.21
|
||||
dev: false
|
||||
|
||||
/@theatre/studio@0.7.0(@theatre/core@0.6.2):
|
||||
resolution: {integrity: sha512-aBkDUBmvajWaha5dd/6Fs7sHCDMQKqVlLX9SDGsMJkKoCEb9dzwD5F5FOZCWt+OhbbwIbP9dYR6S4n6abyDkBQ==}
|
||||
peerDependencies:
|
||||
'@theatre/core': '*'
|
||||
dependencies:
|
||||
'@theatre/core': 0.6.2
|
||||
'@theatre/dataverse': 0.6.2
|
||||
'@theatre/dataverse': 0.7.0
|
||||
dev: false
|
||||
|
||||
/@threlte/core@6.0.3(svelte@4.1.0)(three@0.155.0):
|
||||
|
@ -546,7 +552,7 @@ packages:
|
|||
troika-three-text: 0.47.2(three@0.155.0)
|
||||
dev: false
|
||||
|
||||
/@threlte/theatre@1.0.5(@theatre/core@0.6.2)(@theatre/studio@0.6.2)(@threlte/core@6.0.3)(@threlte/extras@5.0.5)(svelte@4.1.0)(three@0.155.0):
|
||||
/@threlte/theatre@1.0.5(@theatre/core@0.6.2)(@theatre/studio@0.7.0)(@threlte/core@6.0.3)(@threlte/extras@5.0.5)(svelte@4.1.0)(three@0.155.0):
|
||||
resolution: {integrity: sha512-QDTLvcKf/0wdcyJKVE9qHl8E8PgHNnz5uU+rnqeOUafNcO8bgHo+8GU2x+EcVYqP64rV0BnkjfGt/gtgRhuTSA==}
|
||||
peerDependencies:
|
||||
'@theatre/core': '>=0.6'
|
||||
|
@ -557,7 +563,7 @@ packages:
|
|||
three: '>=0.133'
|
||||
dependencies:
|
||||
'@theatre/core': 0.6.2
|
||||
'@theatre/studio': 0.6.2(@theatre/core@0.6.2)
|
||||
'@theatre/studio': 0.7.0(@theatre/core@0.6.2)
|
||||
'@threlte/core': 6.0.3(svelte@4.1.0)(three@0.155.0)
|
||||
'@threlte/extras': 5.0.5(svelte@4.1.0)(three@0.155.0)
|
||||
svelte: 4.1.0
|
||||
|
|
Loading…
Reference in a new issue