@tanstack/vue-virtual
Advanced tools
Comparing version 3.8.6 to 3.9.0
import { Virtualizer, PartialKeys, VirtualizerOptions } from '@tanstack/virtual-core'; | ||
import { Ref } from 'vue'; | ||
export * from '@tanstack/virtual-core'; | ||
@@ -5,0 +4,0 @@ type MaybeRef<T> = T | Ref<T>; |
{ | ||
"name": "@tanstack/vue-virtual", | ||
"version": "3.8.6", | ||
"version": "3.9.0", | ||
"description": "Headless UI for virtualizing scrollable elements in Vue", | ||
@@ -52,7 +52,7 @@ "author": "Tanner Linsley", | ||
"dependencies": { | ||
"@tanstack/virtual-core": "3.8.6" | ||
"@tanstack/virtual-core": "3.9.0" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^5.1.2", | ||
"vue": "^3.4.35" | ||
"vue": "^3.4.37" | ||
}, | ||
@@ -59,0 +59,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
18720
+ Added@tanstack/virtual-core@3.9.0(transitive)
- Removed@tanstack/virtual-core@3.8.6(transitive)
Updated@tanstack/virtual-core@3.9.0