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/package.json | |
| 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 '')
| -rw-r--r-- | ui/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/package.json b/ui/package.json index 0b3bdee4..055f2c4b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -28,7 +28,7 @@ "@radix-ui/react-toast": "^1.2.1", "@tailwindcss/forms": "^0.5.7", "@tanstack/react-table": "^8.19.2", - "@tanstack/react-virtual": "^3.5.1", + "@tanstack/react-virtual": "^3.8.1", "@tauri-apps/api": "2.0.0-beta.13", "@tauri-apps/plugin-http": "2.0.0-beta.5", "@tauri-apps/plugin-shell": "2.0.0-beta.6", |
