From 189021c3748ba0b2da460cce977abd867f95243e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 09:40:53 +0800 Subject: [PATCH] chore(deps): bump @tanstack/virtual-core from 3.3.0 to 3.4.0 (#678) --- package.json | 2 +- pnpm-lock.yaml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 34df5c7..2b84cb0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@tanstack/match-sorter-utils": "^8.15.1", "@tanstack/solid-table": "^8.16.0", "@tanstack/solid-virtual": "^3.3.0", - "@tanstack/virtual-core": "^3.3.0", + "@tanstack/virtual-core": "^3.4.0", "@thisbeyond/solid-dnd": "^0.7.5", "@types/byte-size": "^8.1.2", "@types/lodash": "^4.17.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d8ebfbe..af1c304 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,8 +63,8 @@ dependencies: specifier: ^3.3.0 version: 3.3.0(solid-js@1.8.16) '@tanstack/virtual-core': - specifier: ^3.3.0 - version: 3.3.0 + specifier: ^3.4.0 + version: 3.4.0 '@thisbeyond/solid-dnd': specifier: ^0.7.5 version: 0.7.5(solid-js@1.8.16) @@ -2341,6 +2341,10 @@ packages: resolution: {integrity: sha512-A0004OAa1FcUkPHeeGoKgBrAgjH+uHdDPrw1L7RpkwnODYqRvoilqsHPs8cyTjMg1byZBbiNpQAq2TlFLIaQag==} dev: false + /@tanstack/virtual-core@3.4.0: + resolution: {integrity: sha512-75jXqXxqq5M5Veb9KP1STi8kA5u408uOOAefk2ftHDGCpUk3RP6zX++QqfbmHJTBiU72NQ+ghgCZVts/Wocz8Q==} + dev: false + /@thisbeyond/solid-dnd@0.7.5(solid-js@1.8.16): resolution: {integrity: sha512-DfI5ff+yYGpK9M21LhYwIPlbP2msKxN2ARwuu6GF8tT1GgNVDTI8VCQvH4TJFoVApP9d44izmAcTh/iTCH2UUw==} engines: {node: '>=18.0.0', pnpm: '>=8.6.0'}