From 23c6ddc05ebe939518a0793b14a85544853a2bd7 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Sat, 29 Jun 2024 01:09:15 +0000 Subject: [PATCH] release: v9.0.0-alpha.8 --- examples/angular/basic/package.json | 2 +- examples/angular/column-ordering/package.json | 2 +- .../column-pinning-sticky/package.json | 2 +- examples/angular/column-pinning/package.json | 2 +- .../angular/column-visibility/package.json | 2 +- examples/angular/filters/package.json | 2 +- examples/angular/grouping/package.json | 2 +- .../angular/row-selection-signal/package.json | 2 +- examples/angular/row-selection/package.json | 2 +- examples/angular/signal-input/package.json | 2 +- examples/lit/basic/package.json | 2 +- examples/lit/column-sizing/package.json | 2 +- examples/lit/filters/package.json | 2 +- examples/lit/row-selection/package.json | 2 +- examples/lit/sorting/package.json | 2 +- examples/qwik/basic/package.json | 2 +- examples/qwik/filters/package.json | 2 +- examples/qwik/row-selection/package.json | 2 +- examples/qwik/sorting/package.json | 2 +- examples/react/basic/package.json | 2 +- examples/react/bootstrap/package.json | 2 +- examples/react/column-dnd/package.json | 2 +- examples/react/column-groups/package.json | 2 +- examples/react/column-ordering/package.json | 2 +- .../react/column-pinning-sticky/package.json | 2 +- examples/react/column-pinning/package.json | 2 +- .../column-resizing-performant/package.json | 2 +- examples/react/column-sizing/package.json | 2 +- examples/react/column-visibility/package.json | 2 +- examples/react/custom-features/package.json | 2 +- examples/react/editable-data/package.json | 2 +- examples/react/expanding/package.json | 2 +- examples/react/filters-faceted/package.json | 2 +- examples/react/filters-fuzzy/package.json | 2 +- examples/react/filters/package.json | 2 +- .../full-width-resizable-table/package.json | 2 +- examples/react/full-width-table/package.json | 2 +- examples/react/fully-controlled/package.json | 2 +- examples/react/grouping/package.json | 2 +- examples/react/kitchen-sink/package.json | 2 +- .../react/material-ui-pagination/package.json | 2 +- .../react/pagination-controlled/package.json | 2 +- examples/react/pagination/package.json | 2 +- .../query-router-search-params/package.json | 2 +- examples/react/row-dnd/package.json | 2 +- examples/react/row-pinning/package.json | 2 +- examples/react/row-selection/package.json | 2 +- examples/react/sorting/package.json | 2 +- examples/react/sub-components/package.json | 2 +- .../react/virtualized-columns/package.json | 2 +- .../package.json | 2 +- examples/react/virtualized-rows/package.json | 2 +- examples/solid/basic/package.json | 2 +- examples/solid/bootstrap/package.json | 2 +- examples/solid/column-groups/package.json | 2 +- examples/solid/column-ordering/package.json | 2 +- examples/solid/column-visibility/package.json | 2 +- examples/solid/filters/package.json | 2 +- examples/solid/sorting/package.json | 2 +- examples/svelte/basic/package.json | 2 +- examples/svelte/column-groups/package.json | 2 +- examples/svelte/column-ordering/package.json | 2 +- examples/svelte/column-pinning/package.json | 2 +- .../svelte/column-visibility/package.json | 2 +- examples/svelte/filtering/package.json | 2 +- examples/svelte/sorting/package.json | 2 +- examples/vue/basic/package.json | 2 +- examples/vue/column-ordering/package.json | 2 +- examples/vue/column-pinning/package.json | 2 +- .../vue/pagination-controlled/package.json | 2 +- examples/vue/pagination/package.json | 2 +- examples/vue/row-selection/package.json | 2 +- examples/vue/sorting/package.json | 2 +- packages/angular-table/package.json | 2 +- packages/lit-table/package.json | 2 +- packages/qwik-table/package.json | 2 +- packages/react-table-devtools/package.json | 2 +- packages/react-table/package.json | 2 +- packages/solid-table/package.json | 2 +- packages/svelte-table/package.json | 2 +- packages/table-core/package.json | 2 +- packages/vue-table/package.json | 2 +- pnpm-lock.yaml | 146 +++++++++--------- 83 files changed, 155 insertions(+), 155 deletions(-) diff --git a/examples/angular/basic/package.json b/examples/angular/basic/package.json index 59c7c8151b..93941bb631 100644 --- a/examples/angular/basic/package.json +++ b/examples/angular/basic/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^18.0.3", "@angular/platform-browser-dynamic": "^18.0.3", "@angular/router": "^18.0.3", - "@tanstack/angular-table": "^9.0.0-alpha.6", + "@tanstack/angular-table": "^9.0.0-alpha.8", "rxjs": "~7.8.1", "zone.js": "~0.14.4" }, diff --git a/examples/angular/column-ordering/package.json b/examples/angular/column-ordering/package.json index bd0ba208b4..a2f61ffcd4 100644 --- a/examples/angular/column-ordering/package.json +++ b/examples/angular/column-ordering/package.json @@ -17,7 +17,7 @@ "@angular/forms": "^18.0.3", "@angular/platform-browser": "^18.0.3", "@angular/platform-browser-dynamic": "^18.0.3", - "@tanstack/angular-table": "^9.0.0-alpha.6", + "@tanstack/angular-table": "^9.0.0-alpha.8", "rxjs": "~7.8.1", "zone.js": "~0.14.4" }, diff --git a/examples/angular/column-pinning-sticky/package.json b/examples/angular/column-pinning-sticky/package.json index 0f1eb1be78..dd154889ef 100644 --- a/examples/angular/column-pinning-sticky/package.json +++ b/examples/angular/column-pinning-sticky/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^18.0.3", "@angular/platform-browser-dynamic": "^18.0.3", "@faker-js/faker": "^8.4.1", - "@tanstack/angular-table": "^9.0.0-alpha.6", + "@tanstack/angular-table": "^9.0.0-alpha.8", "rxjs": "~7.8.1", "zone.js": "~0.14.4" }, diff --git a/examples/angular/column-pinning/package.json b/examples/angular/column-pinning/package.json index 3e4bcceb50..19dc042f19 100644 --- a/examples/angular/column-pinning/package.json +++ b/examples/angular/column-pinning/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^18.0.3", "@angular/platform-browser-dynamic": "^18.0.3", "@faker-js/faker": "^8.4.1", - "@tanstack/angular-table": "^9.0.0-alpha.6", + "@tanstack/angular-table": "^9.0.0-alpha.8", "rxjs": "~7.8.1", "zone.js": "~0.14.4" }, diff --git a/examples/angular/column-visibility/package.json b/examples/angular/column-visibility/package.json index 7891f8a6a5..2cbe10cd4b 100644 --- a/examples/angular/column-visibility/package.json +++ b/examples/angular/column-visibility/package.json @@ -17,7 +17,7 @@ "@angular/forms": "^18.0.3", "@angular/platform-browser": "^18.0.3", "@angular/platform-browser-dynamic": "^18.0.3", - "@tanstack/angular-table": "^9.0.0-alpha.6", + "@tanstack/angular-table": "^9.0.0-alpha.8", "rxjs": "~7.8.1", "zone.js": "~0.14.4" }, diff --git a/examples/angular/filters/package.json b/examples/angular/filters/package.json index 74926afc86..d8ff72bb58 100644 --- a/examples/angular/filters/package.json +++ b/examples/angular/filters/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^18.0.3", "@angular/platform-browser-dynamic": "^18.0.3", "@faker-js/faker": "^8.4.1", - "@tanstack/angular-table": "^9.0.0-alpha.6", + "@tanstack/angular-table": "^9.0.0-alpha.8", "rxjs": "~7.8.1", "tslib": "^2.6.3", "zone.js": "~0.14.4" diff --git a/examples/angular/grouping/package.json b/examples/angular/grouping/package.json index 6588dec75e..b4e52618fd 100644 --- a/examples/angular/grouping/package.json +++ b/examples/angular/grouping/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^18.0.3", "@angular/platform-browser-dynamic": "^18.0.3", "@faker-js/faker": "^8.4.1", - "@tanstack/angular-table": "^9.0.0-alpha.6", + "@tanstack/angular-table": "^9.0.0-alpha.8", "rxjs": "~7.8.1", "zone.js": "~0.14.4" }, diff --git a/examples/angular/row-selection-signal/package.json b/examples/angular/row-selection-signal/package.json index d965546421..b8414cc206 100644 --- a/examples/angular/row-selection-signal/package.json +++ b/examples/angular/row-selection-signal/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^18.0.3", "@angular/platform-browser-dynamic": "^18.0.3", "@faker-js/faker": "^8.4.1", - "@tanstack/angular-table": "^9.0.0-alpha.6", + "@tanstack/angular-table": "^9.0.0-alpha.8", "rxjs": "~7.8.1", "tslib": "^2.6.3", "zone.js": "~0.14.4" diff --git a/examples/angular/row-selection/package.json b/examples/angular/row-selection/package.json index 9024a6fdd3..56da76334e 100644 --- a/examples/angular/row-selection/package.json +++ b/examples/angular/row-selection/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^18.0.3", "@angular/platform-browser-dynamic": "^18.0.3", "@faker-js/faker": "^8.4.1", - "@tanstack/angular-table": "^9.0.0-alpha.6", + "@tanstack/angular-table": "^9.0.0-alpha.8", "rxjs": "~7.8.1", "tslib": "^2.6.3", "zone.js": "~0.14.4" diff --git a/examples/angular/signal-input/package.json b/examples/angular/signal-input/package.json index 436ca9ce96..8d6670d4ca 100644 --- a/examples/angular/signal-input/package.json +++ b/examples/angular/signal-input/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^18.0.3", "@angular/platform-browser-dynamic": "^18.0.3", "@faker-js/faker": "^8.4.1", - "@tanstack/angular-table": "^9.0.0-alpha.6", + "@tanstack/angular-table": "^9.0.0-alpha.8", "rxjs": "~7.8.1", "zone.js": "~0.14.4" }, diff --git a/examples/lit/basic/package.json b/examples/lit/basic/package.json index 804dd672b4..0eb1b616be 100644 --- a/examples/lit/basic/package.json +++ b/examples/lit/basic/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/lit-table": "^9.0.0-alpha.6", + "@tanstack/lit-table": "^9.0.0-alpha.8", "@twind/core": "^1.1.3", "@twind/preset-autoprefix": "^1.0.7", "@twind/preset-tailwind": "^1.1.4", diff --git a/examples/lit/column-sizing/package.json b/examples/lit/column-sizing/package.json index 64cd3ba78a..25e9c8ae09 100644 --- a/examples/lit/column-sizing/package.json +++ b/examples/lit/column-sizing/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/lit-table": "^9.0.0-alpha.6", + "@tanstack/lit-table": "^9.0.0-alpha.8", "lit": "^3.1.3" }, "devDependencies": { diff --git a/examples/lit/filters/package.json b/examples/lit/filters/package.json index c3d6575ba9..1b5ded5340 100644 --- a/examples/lit/filters/package.json +++ b/examples/lit/filters/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/lit-table": "^9.0.0-alpha.6", + "@tanstack/lit-table": "^9.0.0-alpha.8", "lit": "^3.1.3" }, "devDependencies": { diff --git a/examples/lit/row-selection/package.json b/examples/lit/row-selection/package.json index 55f56e237f..8f5f636074 100644 --- a/examples/lit/row-selection/package.json +++ b/examples/lit/row-selection/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/lit-table": "^9.0.0-alpha.6", + "@tanstack/lit-table": "^9.0.0-alpha.8", "lit": "^3.1.3" }, "devDependencies": { diff --git a/examples/lit/sorting/package.json b/examples/lit/sorting/package.json index 44cf0d0af3..fb00dfb7cb 100644 --- a/examples/lit/sorting/package.json +++ b/examples/lit/sorting/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/lit-table": "^9.0.0-alpha.6", + "@tanstack/lit-table": "^9.0.0-alpha.8", "lit": "^3.1.3" }, "devDependencies": { diff --git a/examples/qwik/basic/package.json b/examples/qwik/basic/package.json index 987065bd4b..819ca8ce76 100644 --- a/examples/qwik/basic/package.json +++ b/examples/qwik/basic/package.json @@ -15,6 +15,6 @@ "vite": "^5.3.1" }, "dependencies": { - "@tanstack/qwik-table": "^9.0.0-alpha.6" + "@tanstack/qwik-table": "^9.0.0-alpha.8" } } diff --git a/examples/qwik/filters/package.json b/examples/qwik/filters/package.json index 62bdbd4a1d..414d89a600 100644 --- a/examples/qwik/filters/package.json +++ b/examples/qwik/filters/package.json @@ -16,7 +16,7 @@ "vite": "^5.3.1" }, "dependencies": { - "@tanstack/qwik-table": "^9.0.0-alpha.6", + "@tanstack/qwik-table": "^9.0.0-alpha.8", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4" } } diff --git a/examples/qwik/row-selection/package.json b/examples/qwik/row-selection/package.json index 60e04e4e9f..5f14e186e3 100644 --- a/examples/qwik/row-selection/package.json +++ b/examples/qwik/row-selection/package.json @@ -16,6 +16,6 @@ "vite": "^5.3.1" }, "dependencies": { - "@tanstack/qwik-table": "^9.0.0-alpha.6" + "@tanstack/qwik-table": "^9.0.0-alpha.8" } } diff --git a/examples/qwik/sorting/package.json b/examples/qwik/sorting/package.json index b31969e08f..83f9ff9b24 100644 --- a/examples/qwik/sorting/package.json +++ b/examples/qwik/sorting/package.json @@ -16,6 +16,6 @@ "vite": "^5.3.1" }, "dependencies": { - "@tanstack/qwik-table": "^9.0.0-alpha.6" + "@tanstack/qwik-table": "^9.0.0-alpha.8" } } diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 5e9d7a1266..d2ded182e0 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/bootstrap/package.json b/examples/react/bootstrap/package.json index fd16bd1919..6b69098bfe 100644 --- a/examples/react/bootstrap/package.json +++ b/examples/react/bootstrap/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "bootstrap": "^5.3.3", "react": "^18.3.0", "react-bootstrap": "2.10.2", diff --git a/examples/react/column-dnd/package.json b/examples/react/column-dnd/package.json index 66dbf3fb84..671ed7375e 100644 --- a/examples/react/column-dnd/package.json +++ b/examples/react/column-dnd/package.json @@ -14,7 +14,7 @@ "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/column-groups/package.json b/examples/react/column-groups/package.json index a2c8bb76d8..107e1954c1 100644 --- a/examples/react/column-groups/package.json +++ b/examples/react/column-groups/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/column-ordering/package.json b/examples/react/column-ordering/package.json index d64d3ad74e..6ad5b8d1cd 100644 --- a/examples/react/column-ordering/package.json +++ b/examples/react/column-ordering/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/column-pinning-sticky/package.json b/examples/react/column-pinning-sticky/package.json index 5d0ec116f0..04dcebd5ea 100644 --- a/examples/react/column-pinning-sticky/package.json +++ b/examples/react/column-pinning-sticky/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/column-pinning/package.json b/examples/react/column-pinning/package.json index 76e6f988c7..415b22ef7a 100644 --- a/examples/react/column-pinning/package.json +++ b/examples/react/column-pinning/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/column-resizing-performant/package.json b/examples/react/column-resizing-performant/package.json index f1da1b8c13..3b2bb554e8 100644 --- a/examples/react/column-resizing-performant/package.json +++ b/examples/react/column-resizing-performant/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/column-sizing/package.json b/examples/react/column-sizing/package.json index 7ae66edae2..1ecce40106 100644 --- a/examples/react/column-sizing/package.json +++ b/examples/react/column-sizing/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/column-visibility/package.json b/examples/react/column-visibility/package.json index e362a5d88c..4de71a8d75 100644 --- a/examples/react/column-visibility/package.json +++ b/examples/react/column-visibility/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/custom-features/package.json b/examples/react/custom-features/package.json index a0fde0dc8c..6521fae6bd 100644 --- a/examples/react/custom-features/package.json +++ b/examples/react/custom-features/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/editable-data/package.json b/examples/react/editable-data/package.json index 4714fac667..c4ef35b18d 100644 --- a/examples/react/editable-data/package.json +++ b/examples/react/editable-data/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/expanding/package.json b/examples/react/expanding/package.json index ea694aef22..b62a34cc8b 100644 --- a/examples/react/expanding/package.json +++ b/examples/react/expanding/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/filters-faceted/package.json b/examples/react/filters-faceted/package.json index 0b473d9c4e..23534cff1e 100644 --- a/examples/react/filters-faceted/package.json +++ b/examples/react/filters-faceted/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/filters-fuzzy/package.json b/examples/react/filters-fuzzy/package.json index 8cd5310a92..c5101f2859 100644 --- a/examples/react/filters-fuzzy/package.json +++ b/examples/react/filters-fuzzy/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/filters/package.json b/examples/react/filters/package.json index 71e8339bc8..6790726bc0 100644 --- a/examples/react/filters/package.json +++ b/examples/react/filters/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/full-width-resizable-table/package.json b/examples/react/full-width-resizable-table/package.json index 4ec241b6b1..db43727d8b 100755 --- a/examples/react/full-width-resizable-table/package.json +++ b/examples/react/full-width-resizable-table/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/full-width-table/package.json b/examples/react/full-width-table/package.json index 7830312521..b603142cb1 100755 --- a/examples/react/full-width-table/package.json +++ b/examples/react/full-width-table/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/fully-controlled/package.json b/examples/react/fully-controlled/package.json index bfec0336f8..890a080a1d 100644 --- a/examples/react/fully-controlled/package.json +++ b/examples/react/fully-controlled/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/grouping/package.json b/examples/react/grouping/package.json index fa56809c86..bcee889bbd 100644 --- a/examples/react/grouping/package.json +++ b/examples/react/grouping/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/kitchen-sink/package.json b/examples/react/kitchen-sink/package.json index 4656fbebd3..bb88eeebb8 100644 --- a/examples/react/kitchen-sink/package.json +++ b/examples/react/kitchen-sink/package.json @@ -12,7 +12,7 @@ "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/material-ui-pagination/package.json b/examples/react/material-ui-pagination/package.json index 8b43fc65e1..1eeb83b435 100644 --- a/examples/react/material-ui-pagination/package.json +++ b/examples/react/material-ui-pagination/package.json @@ -13,7 +13,7 @@ "@emotion/styled": "^11.11.5", "@mui/icons-material": "^5.15.15", "@mui/material": "^5.15.15", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/pagination-controlled/package.json b/examples/react/pagination-controlled/package.json index 2d9a75ade3..4823fa14b6 100644 --- a/examples/react/pagination-controlled/package.json +++ b/examples/react/pagination-controlled/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "@tanstack/react-query": "^5.32.0", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index 813a991a06..0d176ee7a3 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/query-router-search-params/package.json b/examples/react/query-router-search-params/package.json index 9103fd5c12..df0d2f0eb2 100644 --- a/examples/react/query-router-search-params/package.json +++ b/examples/react/query-router-search-params/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-query": "^5.32.0", "@tanstack/react-router": "^1.36.3", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/row-dnd/package.json b/examples/react/row-dnd/package.json index d63c8e6ea3..9f01df6b46 100644 --- a/examples/react/row-dnd/package.json +++ b/examples/react/row-dnd/package.json @@ -14,7 +14,7 @@ "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/row-pinning/package.json b/examples/react/row-pinning/package.json index 170a7aaf8f..47b6b9f52e 100644 --- a/examples/react/row-pinning/package.json +++ b/examples/react/row-pinning/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/row-selection/package.json b/examples/react/row-selection/package.json index 67e2630b26..ecc0a31e92 100644 --- a/examples/react/row-selection/package.json +++ b/examples/react/row-selection/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/sorting/package.json b/examples/react/sorting/package.json index 3da0e37b3f..d85f92c0dd 100644 --- a/examples/react/sorting/package.json +++ b/examples/react/sorting/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/sub-components/package.json b/examples/react/sub-components/package.json index c41121d311..eae2512240 100644 --- a/examples/react/sub-components/package.json +++ b/examples/react/sub-components/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "react": "^18.3.0", "react-dom": "^18.3.0" }, diff --git a/examples/react/virtualized-columns/package.json b/examples/react/virtualized-columns/package.json index 7e7cca8b33..cf8d77e164 100644 --- a/examples/react/virtualized-columns/package.json +++ b/examples/react/virtualized-columns/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "@tanstack/react-virtual": "^3.4.0", "react": "^18.3.0", "react-dom": "^18.3.0" diff --git a/examples/react/virtualized-infinite-scrolling/package.json b/examples/react/virtualized-infinite-scrolling/package.json index 8dacb06f3b..68dc91bc75 100644 --- a/examples/react/virtualized-infinite-scrolling/package.json +++ b/examples/react/virtualized-infinite-scrolling/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "@tanstack/react-query": "^5.32.0", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "@tanstack/react-virtual": "^3.4.0", "react": "^18.3.0", "react-dom": "^18.3.0" diff --git a/examples/react/virtualized-rows/package.json b/examples/react/virtualized-rows/package.json index fb0997694e..52091de038 100644 --- a/examples/react/virtualized-rows/package.json +++ b/examples/react/virtualized-rows/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^9.0.0-alpha.6", + "@tanstack/react-table": "^9.0.0-alpha.8", "@tanstack/react-virtual": "^3.4.0", "react": "^18.3.0", "react-dom": "^18.3.0" diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index a6ffd5907b..aab30f959c 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -15,7 +15,7 @@ "vite-plugin-solid": "^2.10.2" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.7", + "@tanstack/solid-table": "^9.0.0-alpha.8", "solid-js": "^1.8.17" } } diff --git a/examples/solid/bootstrap/package.json b/examples/solid/bootstrap/package.json index e8f47ade82..9d0aea04d3 100644 --- a/examples/solid/bootstrap/package.json +++ b/examples/solid/bootstrap/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.10.2" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.7", + "@tanstack/solid-table": "^9.0.0-alpha.8", "bootstrap": "^5.3.3", "solid-bootstrap": "^1.0.19", "solid-js": "^1.8.17" diff --git a/examples/solid/column-groups/package.json b/examples/solid/column-groups/package.json index f99b0260c3..064efb4901 100644 --- a/examples/solid/column-groups/package.json +++ b/examples/solid/column-groups/package.json @@ -15,7 +15,7 @@ "vite-plugin-solid": "^2.10.2" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.7", + "@tanstack/solid-table": "^9.0.0-alpha.8", "solid-js": "^1.8.17" } } diff --git a/examples/solid/column-ordering/package.json b/examples/solid/column-ordering/package.json index 2b75f50e6c..ab5031672d 100644 --- a/examples/solid/column-ordering/package.json +++ b/examples/solid/column-ordering/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.10.2" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.7", + "@tanstack/solid-table": "^9.0.0-alpha.8", "solid-js": "^1.8.17" } } diff --git a/examples/solid/column-visibility/package.json b/examples/solid/column-visibility/package.json index b88f07814a..fd54d665cc 100644 --- a/examples/solid/column-visibility/package.json +++ b/examples/solid/column-visibility/package.json @@ -15,7 +15,7 @@ "vite-plugin-solid": "^2.10.2" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.7", + "@tanstack/solid-table": "^9.0.0-alpha.8", "solid-js": "^1.8.17" } } diff --git a/examples/solid/filters/package.json b/examples/solid/filters/package.json index 1365d7eb9a..0f03ba5ad9 100644 --- a/examples/solid/filters/package.json +++ b/examples/solid/filters/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@solid-primitives/scheduled": "^1.4.3", - "@tanstack/solid-table": "^9.0.0-alpha.7", + "@tanstack/solid-table": "^9.0.0-alpha.8", "solid-js": "^1.8.17" } } diff --git a/examples/solid/sorting/package.json b/examples/solid/sorting/package.json index fd830b46f0..16a0c288a8 100644 --- a/examples/solid/sorting/package.json +++ b/examples/solid/sorting/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.10.2" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.7", + "@tanstack/solid-table": "^9.0.0-alpha.8", "solid-js": "^1.8.17" } } diff --git a/examples/svelte/basic/package.json b/examples/svelte/basic/package.json index d4a0db8af1..c3821e4a78 100644 --- a/examples/svelte/basic/package.json +++ b/examples/svelte/basic/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@rollup/plugin-replace": "^5.0.7", "@sveltejs/vite-plugin-svelte": "^4.0.0-next", - "@tanstack/svelte-table": "^9.0.0-alpha.6", + "@tanstack/svelte-table": "^9.0.0-alpha.8", "@tsconfig/svelte": "^5.0.4", "svelte": "^5.0.0-next", "svelte-check": "^3.8.0", diff --git a/examples/svelte/column-groups/package.json b/examples/svelte/column-groups/package.json index 6c0e55e45d..2665e617c4 100644 --- a/examples/svelte/column-groups/package.json +++ b/examples/svelte/column-groups/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@rollup/plugin-replace": "^5.0.7", "@sveltejs/vite-plugin-svelte": "^4.0.0-next", - "@tanstack/svelte-table": "^9.0.0-alpha.6", + "@tanstack/svelte-table": "^9.0.0-alpha.8", "@tsconfig/svelte": "^5.0.4", "svelte": "^5.0.0-next", "svelte-check": "^3.8.0", diff --git a/examples/svelte/column-ordering/package.json b/examples/svelte/column-ordering/package.json index 8e1fcd75f8..7b290cc94c 100644 --- a/examples/svelte/column-ordering/package.json +++ b/examples/svelte/column-ordering/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^8.4.1", "@rollup/plugin-replace": "^5.0.7", "@sveltejs/vite-plugin-svelte": "^4.0.0-next", - "@tanstack/svelte-table": "^9.0.0-alpha.6", + "@tanstack/svelte-table": "^9.0.0-alpha.8", "@tsconfig/svelte": "^5.0.4", "svelte": "^5.0.0-next", "svelte-check": "^3.8.0", diff --git a/examples/svelte/column-pinning/package.json b/examples/svelte/column-pinning/package.json index dd2b26141e..746d9fdb74 100644 --- a/examples/svelte/column-pinning/package.json +++ b/examples/svelte/column-pinning/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^8.4.1", "@rollup/plugin-replace": "^5.0.7", "@sveltejs/vite-plugin-svelte": "^4.0.0-next", - "@tanstack/svelte-table": "^9.0.0-alpha.6", + "@tanstack/svelte-table": "^9.0.0-alpha.8", "@tsconfig/svelte": "^5.0.4", "svelte": "^5.0.0-next", "svelte-check": "^3.8.0", diff --git a/examples/svelte/column-visibility/package.json b/examples/svelte/column-visibility/package.json index 2a7926991b..77a0983a42 100644 --- a/examples/svelte/column-visibility/package.json +++ b/examples/svelte/column-visibility/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@rollup/plugin-replace": "^5.0.7", "@sveltejs/vite-plugin-svelte": "^4.0.0-next", - "@tanstack/svelte-table": "^9.0.0-alpha.6", + "@tanstack/svelte-table": "^9.0.0-alpha.8", "@tsconfig/svelte": "^5.0.4", "svelte": "^5.0.0-next", "svelte-check": "^3.8.0", diff --git a/examples/svelte/filtering/package.json b/examples/svelte/filtering/package.json index 8eef7f7dea..91c558cdeb 100644 --- a/examples/svelte/filtering/package.json +++ b/examples/svelte/filtering/package.json @@ -14,7 +14,7 @@ "@rollup/plugin-replace": "^5.0.7", "@sveltejs/vite-plugin-svelte": "^4.0.0-next", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", - "@tanstack/svelte-table": "^9.0.0-alpha.6", + "@tanstack/svelte-table": "^9.0.0-alpha.8", "@tsconfig/svelte": "^5.0.4", "svelte": "^5.0.0-next", "svelte-check": "^3.8.0", diff --git a/examples/svelte/sorting/package.json b/examples/svelte/sorting/package.json index 5a01461a4b..d0df09066f 100644 --- a/examples/svelte/sorting/package.json +++ b/examples/svelte/sorting/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^8.4.1", "@rollup/plugin-replace": "^5.0.7", "@sveltejs/vite-plugin-svelte": "^4.0.0-next", - "@tanstack/svelte-table": "^9.0.0-alpha.6", + "@tanstack/svelte-table": "^9.0.0-alpha.8", "@tsconfig/svelte": "^5.0.4", "svelte": "^5.0.0-next", "svelte-check": "^3.8.0", diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index 22e73ee009..c88d728a16 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "vue": "^3.4.25", - "@tanstack/vue-table": "^9.0.0-alpha.6" + "@tanstack/vue-table": "^9.0.0-alpha.8" }, "devDependencies": { "@types/node": "^20.12.7", diff --git a/examples/vue/column-ordering/package.json b/examples/vue/column-ordering/package.json index 7bd415ac8e..8c2468eae3 100644 --- a/examples/vue/column-ordering/package.json +++ b/examples/vue/column-ordering/package.json @@ -9,7 +9,7 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "vue": "^3.4.25", - "@tanstack/vue-table": "^9.0.0-alpha.6" + "@tanstack/vue-table": "^9.0.0-alpha.8" }, "devDependencies": { "@types/node": "^20.12.7", diff --git a/examples/vue/column-pinning/package.json b/examples/vue/column-pinning/package.json index 8221f86245..545960b4ef 100644 --- a/examples/vue/column-pinning/package.json +++ b/examples/vue/column-pinning/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/vue-table": "^9.0.0-alpha.6", + "@tanstack/vue-table": "^9.0.0-alpha.8", "vue": "^3.4.25" }, "devDependencies": { diff --git a/examples/vue/pagination-controlled/package.json b/examples/vue/pagination-controlled/package.json index bcb61db13f..754dee5dc3 100644 --- a/examples/vue/pagination-controlled/package.json +++ b/examples/vue/pagination-controlled/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "vue": "^3.4.25", - "@tanstack/vue-table": "^9.0.0-alpha.6" + "@tanstack/vue-table": "^9.0.0-alpha.8" }, "devDependencies": { "@types/node": "^20.12.7", diff --git a/examples/vue/pagination/package.json b/examples/vue/pagination/package.json index 7db83d8782..c3a2fe7120 100644 --- a/examples/vue/pagination/package.json +++ b/examples/vue/pagination/package.json @@ -11,7 +11,7 @@ "dependencies": { "vue": "^3.4.25", "@faker-js/faker": "^8.4.1", - "@tanstack/vue-table": "^9.0.0-alpha.6" + "@tanstack/vue-table": "^9.0.0-alpha.8" }, "devDependencies": { "@types/node": "^20.12.7", diff --git a/examples/vue/row-selection/package.json b/examples/vue/row-selection/package.json index fb02c42da4..292d62f31d 100644 --- a/examples/vue/row-selection/package.json +++ b/examples/vue/row-selection/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/vue-table": "^9.0.0-alpha.6", + "@tanstack/vue-table": "^9.0.0-alpha.8", "vue": "^3.4.25" }, "devDependencies": { diff --git a/examples/vue/sorting/package.json b/examples/vue/sorting/package.json index db87c78934..81aa3dce98 100644 --- a/examples/vue/sorting/package.json +++ b/examples/vue/sorting/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "vue": "^3.4.25", - "@tanstack/vue-table": "^9.0.0-alpha.6" + "@tanstack/vue-table": "^9.0.0-alpha.8" }, "devDependencies": { "@types/node": "^20.12.7", diff --git a/packages/angular-table/package.json b/packages/angular-table/package.json index 2554c36735..0953c246e0 100644 --- a/packages/angular-table/package.json +++ b/packages/angular-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-table", - "version": "9.0.0-alpha.6", + "version": "9.0.0-alpha.8", "description": "Headless UI for building powerful tables & datagrids for Angular.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/lit-table/package.json b/packages/lit-table/package.json index 8a7ae09faa..cdb1c19bbe 100644 --- a/packages/lit-table/package.json +++ b/packages/lit-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/lit-table", - "version": "9.0.0-alpha.6", + "version": "9.0.0-alpha.8", "description": "Headless UI for building powerful tables & datagrids for Lit.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/qwik-table/package.json b/packages/qwik-table/package.json index 729706125e..2c0883c39a 100644 --- a/packages/qwik-table/package.json +++ b/packages/qwik-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/qwik-table", - "version": "9.0.0-alpha.6", + "version": "9.0.0-alpha.8", "description": "Headless UI for building powerful tables & datagrids for Qwik.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-table-devtools/package.json b/packages/react-table-devtools/package.json index 946138b018..b15a07dbed 100644 --- a/packages/react-table-devtools/package.json +++ b/packages/react-table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-table-devtools", - "version": "9.0.0-alpha.6", + "version": "9.0.0-alpha.8", "description": "Devtools for React Table", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-table/package.json b/packages/react-table/package.json index 3cf53ec332..22a00791c4 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-table", - "version": "9.0.0-alpha.6", + "version": "9.0.0-alpha.8", "description": "Headless UI for building powerful tables & datagrids for React.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-table/package.json b/packages/solid-table/package.json index 7870e33826..645d843acf 100644 --- a/packages/solid-table/package.json +++ b/packages/solid-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-table", - "version": "9.0.0-alpha.7", + "version": "9.0.0-alpha.8", "description": "Headless UI for building powerful tables & datagrids for Solid.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/svelte-table/package.json b/packages/svelte-table/package.json index b2ca869b36..517eca5bb5 100644 --- a/packages/svelte-table/package.json +++ b/packages/svelte-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-table", - "version": "9.0.0-alpha.6", + "version": "9.0.0-alpha.8", "description": "Headless UI for building powerful tables & datagrids for Svelte.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/table-core/package.json b/packages/table-core/package.json index b5ded50b64..fd69ab5aad 100644 --- a/packages/table-core/package.json +++ b/packages/table-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/table-core", - "version": "9.0.0-alpha.6", + "version": "9.0.0-alpha.8", "description": "Headless UI for building powerful tables & datagrids for TS/JS.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-table/package.json b/packages/vue-table/package.json index 24bba7d69d..16d2175589 100644 --- a/packages/vue-table/package.json +++ b/packages/vue-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-table", - "version": "9.0.0-alpha.6", + "version": "9.0.0-alpha.8", "description": "Headless UI for building powerful tables & datagrids for Vue.", "author": "Tanner Linsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2c8ca8ca05..25ef819630 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -96,7 +96,7 @@ importers: specifier: ^18.0.3 version: 18.0.5(@angular/common@18.0.5(@angular/core@18.0.5(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.0.5(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.0.5(@angular/animations@18.0.5(@angular/core@18.0.5(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.0.5(@angular/core@18.0.5(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.0.5(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1) '@tanstack/angular-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/angular-table rxjs: specifier: ~7.8.1 @@ -166,7 +166,7 @@ importers: specifier: ^18.0.3 version: 18.0.5(@angular/common@18.0.5(@angular/core@18.0.5(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/compiler@18.0.5(@angular/core@18.0.5(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/core@18.0.5(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.0.5(@angular/animations@18.0.5(@angular/core@18.0.5(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.0.5(@angular/core@18.0.5(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.0.5(rxjs@7.8.1)(zone.js@0.14.7))) '@tanstack/angular-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/angular-table rxjs: specifier: ~7.8.1 @@ -239,7 +239,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/angular-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/angular-table rxjs: specifier: ~7.8.1 @@ -312,7 +312,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/angular-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/angular-table rxjs: specifier: ~7.8.1 @@ -382,7 +382,7 @@ importers: specifier: ^18.0.3 version: 18.0.5(@angular/common@18.0.5(@angular/core@18.0.5(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/compiler@18.0.5(@angular/core@18.0.5(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/core@18.0.5(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@18.0.5(@angular/animations@18.0.5(@angular/core@18.0.5(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@18.0.5(@angular/core@18.0.5(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@18.0.5(rxjs@7.8.1)(zone.js@0.14.7))) '@tanstack/angular-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/angular-table rxjs: specifier: ~7.8.1 @@ -455,7 +455,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/angular-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/angular-table rxjs: specifier: ~7.8.1 @@ -528,7 +528,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/angular-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/angular-table rxjs: specifier: ~7.8.1 @@ -601,7 +601,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/angular-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/angular-table rxjs: specifier: ~7.8.1 @@ -674,7 +674,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/angular-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/angular-table rxjs: specifier: ~7.8.1 @@ -744,7 +744,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/angular-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/angular-table rxjs: specifier: ~7.8.1 @@ -793,7 +793,7 @@ importers: examples/lit/basic: dependencies: '@tanstack/lit-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/lit-table '@twind/core': specifier: ^1.1.3 @@ -827,7 +827,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/lit-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/lit-table lit: specifier: ^3.1.3 @@ -849,7 +849,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/lit-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/lit-table lit: specifier: ^3.1.3 @@ -871,7 +871,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/lit-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/lit-table lit: specifier: ^3.1.3 @@ -893,7 +893,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/lit-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/lit-table lit: specifier: ^3.1.3 @@ -912,7 +912,7 @@ importers: examples/qwik/basic: dependencies: '@tanstack/qwik-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/qwik-table devDependencies: '@builder.io/qwik': @@ -934,7 +934,7 @@ importers: specifier: ^9.0.0-alpha.4 version: link:../../../packages/match-sorter-utils '@tanstack/qwik-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/qwik-table devDependencies: '@builder.io/qwik': @@ -956,7 +956,7 @@ importers: examples/qwik/row-selection: dependencies: '@tanstack/qwik-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/qwik-table devDependencies: '@builder.io/qwik': @@ -978,7 +978,7 @@ importers: examples/qwik/sorting: dependencies: '@tanstack/qwik-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/qwik-table devDependencies: '@builder.io/qwik': @@ -1000,7 +1000,7 @@ importers: examples/react/basic: dependencies: '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1031,7 +1031,7 @@ importers: examples/react/bootstrap: dependencies: '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table bootstrap: specifier: ^5.3.3 @@ -1092,7 +1092,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1123,7 +1123,7 @@ importers: examples/react/column-groups: dependencies: '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1157,7 +1157,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1191,7 +1191,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1225,7 +1225,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1259,7 +1259,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1290,7 +1290,7 @@ importers: examples/react/column-sizing: dependencies: '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1321,7 +1321,7 @@ importers: examples/react/column-visibility: dependencies: '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1355,7 +1355,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1389,7 +1389,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1423,7 +1423,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1460,7 +1460,7 @@ importers: specifier: ^9.0.0-alpha.4 version: link:../../../packages/match-sorter-utils '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1497,7 +1497,7 @@ importers: specifier: ^9.0.0-alpha.4 version: link:../../../packages/match-sorter-utils '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1534,7 +1534,7 @@ importers: specifier: ^9.0.0-alpha.4 version: link:../../../packages/match-sorter-utils '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1568,7 +1568,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1602,7 +1602,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1636,7 +1636,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1670,7 +1670,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1710,7 +1710,7 @@ importers: specifier: ^9.0.0-alpha.4 version: link:../../../packages/match-sorter-utils '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1762,7 +1762,7 @@ importers: specifier: ^5.15.15 version: 5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1799,7 +1799,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1836,7 +1836,7 @@ importers: specifier: ^5.32.0 version: 5.48.0(react@18.3.1) '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1873,7 +1873,7 @@ importers: specifier: ^1.36.3 version: 1.40.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1925,7 +1925,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1959,7 +1959,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -1993,7 +1993,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -2027,7 +2027,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -2061,7 +2061,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table react: specifier: ^18.3.0 @@ -2095,7 +2095,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table '@tanstack/react-virtual': specifier: ^3.4.0 @@ -2135,7 +2135,7 @@ importers: specifier: ^5.32.0 version: 5.48.0(react@18.3.1) '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table '@tanstack/react-virtual': specifier: ^3.4.0 @@ -2172,7 +2172,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/react-table '@tanstack/react-virtual': specifier: ^3.4.0 @@ -2206,7 +2206,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-table': - specifier: ^9.0.0-alpha.7 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/solid-table solid-js: specifier: ^1.8.17 @@ -2225,7 +2225,7 @@ importers: examples/solid/bootstrap: dependencies: '@tanstack/solid-table': - specifier: ^9.0.0-alpha.7 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/solid-table bootstrap: specifier: ^5.3.3 @@ -2253,7 +2253,7 @@ importers: examples/solid/column-groups: dependencies: '@tanstack/solid-table': - specifier: ^9.0.0-alpha.7 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/solid-table solid-js: specifier: ^1.8.17 @@ -2272,7 +2272,7 @@ importers: examples/solid/column-ordering: dependencies: '@tanstack/solid-table': - specifier: ^9.0.0-alpha.7 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/solid-table solid-js: specifier: ^1.8.17 @@ -2294,7 +2294,7 @@ importers: examples/solid/column-visibility: dependencies: '@tanstack/solid-table': - specifier: ^9.0.0-alpha.7 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/solid-table solid-js: specifier: ^1.8.17 @@ -2316,7 +2316,7 @@ importers: specifier: ^1.4.3 version: 1.4.3(solid-js@1.8.17) '@tanstack/solid-table': - specifier: ^9.0.0-alpha.7 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/solid-table solid-js: specifier: ^1.8.17 @@ -2338,7 +2338,7 @@ importers: examples/solid/sorting: dependencies: '@tanstack/solid-table': - specifier: ^9.0.0-alpha.7 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/solid-table solid-js: specifier: ^1.8.17 @@ -2366,7 +2366,7 @@ importers: specifier: ^4.0.0-next version: 4.0.0-next.3(svelte@5.0.0-next.166)(vite@5.3.1(@types/node@20.14.9)(less@4.2.0)(sass@1.77.6)(terser@5.31.1)) '@tanstack/svelte-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/svelte-table '@tsconfig/svelte': specifier: ^5.0.4 @@ -2393,7 +2393,7 @@ importers: specifier: ^4.0.0-next version: 4.0.0-next.3(svelte@5.0.0-next.166)(vite@5.3.1(@types/node@20.14.9)(less@4.2.0)(sass@1.77.6)(terser@5.31.1)) '@tanstack/svelte-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/svelte-table '@tsconfig/svelte': specifier: ^5.0.4 @@ -2423,7 +2423,7 @@ importers: specifier: ^4.0.0-next version: 4.0.0-next.3(svelte@5.0.0-next.166)(vite@5.3.1(@types/node@20.14.9)(less@4.2.0)(sass@1.77.6)(terser@5.31.1)) '@tanstack/svelte-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/svelte-table '@tsconfig/svelte': specifier: ^5.0.4 @@ -2453,7 +2453,7 @@ importers: specifier: ^4.0.0-next version: 4.0.0-next.3(svelte@5.0.0-next.166)(vite@5.3.1(@types/node@20.14.9)(less@4.2.0)(sass@1.77.6)(terser@5.31.1)) '@tanstack/svelte-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/svelte-table '@tsconfig/svelte': specifier: ^5.0.4 @@ -2480,7 +2480,7 @@ importers: specifier: ^4.0.0-next version: 4.0.0-next.3(svelte@5.0.0-next.166)(vite@5.3.1(@types/node@20.14.9)(less@4.2.0)(sass@1.77.6)(terser@5.31.1)) '@tanstack/svelte-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/svelte-table '@tsconfig/svelte': specifier: ^5.0.4 @@ -2513,7 +2513,7 @@ importers: specifier: ^9.0.0-alpha.4 version: link:../../../packages/match-sorter-utils '@tanstack/svelte-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/svelte-table '@tsconfig/svelte': specifier: ^5.0.4 @@ -2543,7 +2543,7 @@ importers: specifier: ^4.0.0-next version: 4.0.0-next.3(svelte@5.0.0-next.166)(vite@5.3.1(@types/node@20.14.9)(less@4.2.0)(sass@1.77.6)(terser@5.31.1)) '@tanstack/svelte-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/svelte-table '@tsconfig/svelte': specifier: ^5.0.4 @@ -2564,7 +2564,7 @@ importers: examples/vue/basic: dependencies: '@tanstack/vue-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/vue-table vue: specifier: ^3.4.25 @@ -2592,7 +2592,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/vue-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/vue-table vue: specifier: ^3.4.25 @@ -2620,7 +2620,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/vue-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/vue-table vue: specifier: ^3.4.25 @@ -2648,7 +2648,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/vue-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/vue-table vue: specifier: ^3.4.25 @@ -2676,7 +2676,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/vue-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/vue-table vue: specifier: ^3.4.25 @@ -2704,7 +2704,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/vue-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/vue-table vue: specifier: ^3.4.25 @@ -2735,7 +2735,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/vue-table': - specifier: ^9.0.0-alpha.6 + specifier: ^9.0.0-alpha.8 version: link:../../../packages/vue-table vue: specifier: ^3.4.25