mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
build(deps): bump @tanstack/solid-virtual from 3.10.0 to 3.10.1 (#937)
This commit is contained in:
parent
3727122b95
commit
174b8e8de0
@ -32,7 +32,7 @@
|
|||||||
"@tabler/icons-solidjs": "^3.12.0",
|
"@tabler/icons-solidjs": "^3.12.0",
|
||||||
"@tanstack/match-sorter-utils": "^8.19.4",
|
"@tanstack/match-sorter-utils": "^8.19.4",
|
||||||
"@tanstack/solid-table": "^8.20.1",
|
"@tanstack/solid-table": "^8.20.1",
|
||||||
"@tanstack/solid-virtual": "^3.10.0",
|
"@tanstack/solid-virtual": "^3.10.1",
|
||||||
"@tanstack/virtual-core": "^3.9.0",
|
"@tanstack/virtual-core": "^3.9.0",
|
||||||
"@thisbeyond/solid-dnd": "^0.7.5",
|
"@thisbeyond/solid-dnd": "^0.7.5",
|
||||||
"@types/byte-size": "^8.1.2",
|
"@types/byte-size": "^8.1.2",
|
||||||
|
@ -63,8 +63,8 @@ importers:
|
|||||||
specifier: ^8.20.1
|
specifier: ^8.20.1
|
||||||
version: 8.20.1(solid-js@1.8.21)
|
version: 8.20.1(solid-js@1.8.21)
|
||||||
'@tanstack/solid-virtual':
|
'@tanstack/solid-virtual':
|
||||||
specifier: ^3.10.0
|
specifier: ^3.10.1
|
||||||
version: 3.10.0(solid-js@1.8.21)
|
version: 3.10.1(solid-js@1.8.21)
|
||||||
'@tanstack/virtual-core':
|
'@tanstack/virtual-core':
|
||||||
specifier: ^3.9.0
|
specifier: ^3.9.0
|
||||||
version: 3.9.0
|
version: 3.9.0
|
||||||
@ -1322,8 +1322,8 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
solid-js: '>=1.3'
|
solid-js: '>=1.3'
|
||||||
|
|
||||||
'@tanstack/solid-virtual@3.10.0':
|
'@tanstack/solid-virtual@3.10.1':
|
||||||
resolution: {integrity: sha512-1k0an+MMj+c5hcb8l+MYHR1387x/UQYZLXETHuCDX9pOKHasLA2ujtzXYzXMopHp3Em8l66BGKOYshMJZk/J7g==}
|
resolution: {integrity: sha512-Uhc7u+py5xsIxcujk9iErEqdhpwIn0BTDNezlrj041w062FnmyLnT9SVnnxwj708bTdMCD9LWPE4FOXYQBcEmQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
solid-js: ^1.3.0
|
solid-js: ^1.3.0
|
||||||
|
|
||||||
@ -1331,6 +1331,9 @@ packages:
|
|||||||
resolution: {integrity: sha512-5Ly5TIRHnWH7vSDell9B/OVyV380qqIJVg7H7R7jU4fPEmOD4smqAX7VRflpYI09srWR8aj5OLD2Ccs1pI5mTg==}
|
resolution: {integrity: sha512-5Ly5TIRHnWH7vSDell9B/OVyV380qqIJVg7H7R7jU4fPEmOD4smqAX7VRflpYI09srWR8aj5OLD2Ccs1pI5mTg==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
|
|
||||||
|
'@tanstack/virtual-core@3.10.1':
|
||||||
|
resolution: {integrity: sha512-JDi3wU1HIxuxx8BgD7Ix8IXlelCKdTJIh9c0qBs+QXHdix3mjMbkXI3wOq0TuCx1w1RGgzZue34QrM/NPdp/sw==}
|
||||||
|
|
||||||
'@tanstack/virtual-core@3.9.0':
|
'@tanstack/virtual-core@3.9.0':
|
||||||
resolution: {integrity: sha512-Saga7/QRGej/IDCVP5BgJ1oDqlDT2d9rQyoflS3fgMS8ntJ8JGw/LBqK2GorHa06+VrNFc0tGz65XQHJQJetFQ==}
|
resolution: {integrity: sha512-Saga7/QRGej/IDCVP5BgJ1oDqlDT2d9rQyoflS3fgMS8ntJ8JGw/LBqK2GorHa06+VrNFc0tGz65XQHJQJetFQ==}
|
||||||
|
|
||||||
@ -5064,13 +5067,15 @@ snapshots:
|
|||||||
'@tanstack/table-core': 8.20.1
|
'@tanstack/table-core': 8.20.1
|
||||||
solid-js: 1.8.21
|
solid-js: 1.8.21
|
||||||
|
|
||||||
'@tanstack/solid-virtual@3.10.0(solid-js@1.8.21)':
|
'@tanstack/solid-virtual@3.10.1(solid-js@1.8.21)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tanstack/virtual-core': 3.9.0
|
'@tanstack/virtual-core': 3.10.1
|
||||||
solid-js: 1.8.21
|
solid-js: 1.8.21
|
||||||
|
|
||||||
'@tanstack/table-core@8.20.1': {}
|
'@tanstack/table-core@8.20.1': {}
|
||||||
|
|
||||||
|
'@tanstack/virtual-core@3.10.1': {}
|
||||||
|
|
||||||
'@tanstack/virtual-core@3.9.0': {}
|
'@tanstack/virtual-core@3.9.0': {}
|
||||||
|
|
||||||
'@thisbeyond/solid-dnd@0.7.5(solid-js@1.8.21)':
|
'@thisbeyond/solid-dnd@0.7.5(solid-js@1.8.21)':
|
||||||
|
Loading…
Reference in New Issue
Block a user