diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-10 14:41:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 14:41:39 +0100 |
| commit | 830e1e733aeea8a19b18be6b7f5b4cb01425fcd3 (patch) | |
| tree | 29c0933d9d80c81855ac0b25e7168eca41fd8c65 /ui/pnpm-lock.yaml | |
| parent | fix(tui): Press ctrl-a twice should jump to beginning of line (#2246) (diff) | |
| download | atuin-830e1e733aeea8a19b18be6b7f5b4cb01425fcd3.zip | |
chore(deps): bump @tanstack/react-virtual from 3.5.1 to 3.8.1 in /ui (#2221)
Bumps [@tanstack/react-virtual](https://github.com/tanstack/virtual) from 3.5.1 to 3.8.1.
- [Release notes](https://github.com/tanstack/virtual/releases)
- [Commits](https://github.com/tanstack/virtual/compare/v3.5.1...v3.8.1)
---
updated-dependencies:
- dependency-name: "@tanstack/react-virtual"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'ui/pnpm-lock.yaml')
| -rw-r--r-- | ui/pnpm-lock.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ui/pnpm-lock.yaml b/ui/pnpm-lock.yaml index eb64ab69..8be5bead 100644 --- a/ui/pnpm-lock.yaml +++ b/ui/pnpm-lock.yaml @@ -63,8 +63,8 @@ importers: specifier: ^8.19.2 version: 8.19.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tanstack/react-virtual': - specifier: ^3.5.1 - version: 3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^3.8.1 + version: 3.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tauri-apps/api': specifier: 2.0.0-beta.13 version: 2.0.0-beta.13 @@ -1341,8 +1341,8 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@tanstack/react-virtual@3.5.1': - resolution: {integrity: sha512-jIsuhfgy8GqA67PdWqg73ZB2LFE+HD9hjWL1L6ifEIZVyZVAKpYmgUG4WsKQ005aEyImJmbuimPiEvc57IY0Aw==} + '@tanstack/react-virtual@3.8.1': + resolution: {integrity: sha512-dP5a7giEM4BQWLJ7K07ToZv8rF51mzbrBMkf0scg1QNYuFx3utnPUBPUHdzaowZhIez1K2XS78amuzD+YGRA5Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -1354,8 +1354,8 @@ 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==} + '@tanstack/virtual-core@3.8.1': + resolution: {integrity: sha512-uNtAwenT276M9QYCjTBoHZ8X3MUeCRoGK59zPi92hMIxdfS9AyHjkDWJ94WroDxnv48UE+hIeo21BU84jKc8aQ==} '@tauri-apps/api@2.0.0-beta.13': resolution: {integrity: sha512-Np1opKANzRMF3lgJ9gDquBCB9SxlE2lRmNpVx1+L6RyzAmigkuh0ZulT5jMnDA3JLsuSDU135r/s4t/Pmx4atg==} @@ -4480,9 +4480,9 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@tanstack/react-virtual@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@tanstack/react-virtual@3.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@tanstack/virtual-core': 3.5.1 + '@tanstack/virtual-core': 3.8.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -4490,7 +4490,7 @@ snapshots: '@tanstack/virtual-core@3.5.0': {} - '@tanstack/virtual-core@3.5.1': {} + '@tanstack/virtual-core@3.8.1': {} '@tauri-apps/api@2.0.0-beta.13': {} |
