From 7dc18457d33e33dd9c85e3139071a02b4245a7b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:05:37 +0800 Subject: [PATCH] build(deps): bump @tanstack/virtual-core from 3.5.0 to 3.5.1 (#742) Bumps [@tanstack/virtual-core](https://github.com/tanstack/virtual) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/tanstack/virtual/releases) - [Commits](https://github.com/tanstack/virtual/compare/v3.5.0...v3.5.1) --- updated-dependencies: - dependency-name: "@tanstack/virtual-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0cb9286..540a2f8 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@tanstack/match-sorter-utils": "^8.15.1", "@tanstack/solid-table": "^8.17.3", "@tanstack/solid-virtual": "^3.5.0", - "@tanstack/virtual-core": "^3.5.0", + "@tanstack/virtual-core": "^3.5.1", "@thisbeyond/solid-dnd": "^0.7.5", "@types/byte-size": "^8.1.2", "@types/lodash": "^4.17.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7f418be..0c38fe4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,8 +66,8 @@ importers: specifier: ^3.5.0 version: 3.5.0(solid-js@1.8.17) '@tanstack/virtual-core': - specifier: ^3.5.0 - version: 3.5.0 + specifier: ^3.5.1 + version: 3.5.1 '@thisbeyond/solid-dnd': specifier: ^0.7.5 version: 0.7.5(solid-js@1.8.17) @@ -1334,6 +1334,9 @@ packages: '@tanstack/virtual-core@3.5.0': resolution: {integrity: sha512-KnPRCkQTyqhanNC0K63GBG3wA8I+D1fQuVnAvcBF8f13akOKeQp1gSbu6f77zCxhEk727iV5oQnbHLYzHrECLg==} + '@tanstack/virtual-core@3.5.1': + resolution: {integrity: sha512-046+AUSiDru/V9pajE1du8WayvBKeCvJ2NmKPy/mR8/SbKKrqmSbj7LJBfXE+nSq4f5TBXvnCzu0kcYebI9WdQ==} + '@thisbeyond/solid-dnd@0.7.5': resolution: {integrity: sha512-DfI5ff+yYGpK9M21LhYwIPlbP2msKxN2ARwuu6GF8tT1GgNVDTI8VCQvH4TJFoVApP9d44izmAcTh/iTCH2UUw==} engines: {node: '>=18.0.0', pnpm: '>=8.6.0'} @@ -4946,6 +4949,8 @@ snapshots: '@tanstack/virtual-core@3.5.0': {} + '@tanstack/virtual-core@3.5.1': {} + '@thisbeyond/solid-dnd@0.7.5(solid-js@1.8.17)': dependencies: solid-js: 1.8.17