Skip to content

Commit

Permalink
release: v8.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Feb 28, 2024
1 parent bc7914a commit 02ae262
Show file tree
Hide file tree
Showing 57 changed files with 106 additions and 106 deletions.
2 changes: 1 addition & 1 deletion examples/react/basic/package.json
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/bootstrap/package.json
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"bootstrap": "^5.3.2",
"react": "^18.2.0",
"react-bootstrap": "2.9.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/column-dnd/package.json
Expand Up @@ -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": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/column-groups/package.json
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/column-ordering/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/column-pinning-sticky/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/column-pinning/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/column-resizing-performant/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/column-sizing/package.json
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/column-visibility/package.json
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/editable-data/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/expanding/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/filters/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/match-sorter-utils": "^8.11.8",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/full-width-resizable-table/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/full-width-table/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/fully-controlled/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/grouping/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink/package.json
Expand Up @@ -12,7 +12,7 @@
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@tanstack/match-sorter-utils": "^8.11.8",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/material-ui-pagination/package.json
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.4",
"@mui/material": "^5.15.4",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/pagination-controlled/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-query": "^5.24.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/pagination/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/row-dnd/package.json
Expand Up @@ -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": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/row-pinning/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/row-selection/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/sorting/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/sub-components/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/virtualized-columns/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"@tanstack/react-virtual": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/virtualized-infinite-scrolling/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-query": "^5.24.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"@tanstack/react-virtual": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/virtualized-rows/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.13.1",
"@tanstack/react-table": "^8.13.2",
"@tanstack/react-virtual": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/basic/package.json
Expand Up @@ -15,7 +15,7 @@
"vite-plugin-solid": "^2.8.0"
},
"dependencies": {
"@tanstack/solid-table": "^8.13.1",
"@tanstack/solid-table": "^8.13.2",
"solid-js": "^1.8.11"
}
}
2 changes: 1 addition & 1 deletion examples/solid/bootstrap/package.json
Expand Up @@ -16,7 +16,7 @@
"vite-plugin-solid": "^2.8.0"
},
"dependencies": {
"@tanstack/solid-table": "^8.13.1",
"@tanstack/solid-table": "^8.13.2",
"bootstrap": "^5.3.2",
"solid-bootstrap": "^1.0.19",
"solid-js": "^1.8.11"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/column-groups/package.json
Expand Up @@ -15,7 +15,7 @@
"vite-plugin-solid": "^2.8.0"
},
"dependencies": {
"@tanstack/solid-table": "^8.13.1",
"@tanstack/solid-table": "^8.13.2",
"solid-js": "^1.8.11"
}
}
2 changes: 1 addition & 1 deletion examples/solid/column-ordering/package.json
Expand Up @@ -16,7 +16,7 @@
"vite-plugin-solid": "^2.8.0"
},
"dependencies": {
"@tanstack/solid-table": "^8.13.1",
"@tanstack/solid-table": "^8.13.2",
"solid-js": "^1.8.11"
}
}
2 changes: 1 addition & 1 deletion examples/solid/column-visibility/package.json
Expand Up @@ -15,7 +15,7 @@
"vite-plugin-solid": "^2.8.0"
},
"dependencies": {
"@tanstack/solid-table": "^8.13.1",
"@tanstack/solid-table": "^8.13.2",
"solid-js": "^1.8.11"
}
}
2 changes: 1 addition & 1 deletion examples/solid/filters/package.json
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@solid-primitives/scheduled": "^1.4.1",
"@tanstack/solid-table": "^8.13.1",
"@tanstack/solid-table": "^8.13.2",
"solid-js": "^1.8.11"
}
}
2 changes: 1 addition & 1 deletion examples/solid/sorting/package.json
Expand Up @@ -16,7 +16,7 @@
"vite-plugin-solid": "^2.8.0"
},
"dependencies": {
"@tanstack/solid-table": "^8.13.1",
"@tanstack/solid-table": "^8.13.2",
"solid-js": "^1.8.11"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/basic/package.json
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tanstack/svelte-table": "^8.13.1",
"@tanstack/svelte-table": "^8.13.2",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.8",
"svelte-check": "^3.6.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/column-groups/package.json
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tanstack/svelte-table": "^8.13.1",
"@tanstack/svelte-table": "^8.13.2",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.8",
"svelte-check": "^3.6.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/column-ordering/package.json
Expand Up @@ -13,7 +13,7 @@
"@faker-js/faker": "^8.4.1",
"@rollup/plugin-replace": "^5.0.5",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tanstack/svelte-table": "^8.13.1",
"@tanstack/svelte-table": "^8.13.2",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.8",
"svelte-check": "^3.6.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/column-pinning/package.json
Expand Up @@ -13,7 +13,7 @@
"@faker-js/faker": "^8.4.1",
"@rollup/plugin-replace": "^5.0.5",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tanstack/svelte-table": "^8.13.1",
"@tanstack/svelte-table": "^8.13.2",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.8",
"svelte-check": "^3.6.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/column-visibility/package.json
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tanstack/svelte-table": "^8.13.1",
"@tanstack/svelte-table": "^8.13.2",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.8",
"svelte-check": "^3.6.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/filtering/package.json
Expand Up @@ -14,7 +14,7 @@
"@rollup/plugin-replace": "^5.0.5",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tanstack/match-sorter-utils": "^8.11.8",
"@tanstack/svelte-table": "^8.13.1",
"@tanstack/svelte-table": "^8.13.2",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.8",
"svelte-check": "^3.6.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/sorting/package.json
Expand Up @@ -13,7 +13,7 @@
"@faker-js/faker": "^8.4.1",
"@rollup/plugin-replace": "^5.0.5",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tanstack/svelte-table": "^8.13.1",
"@tanstack/svelte-table": "^8.13.2",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.8",
"svelte-check": "^3.6.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/basic/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"vue": "^3.4.14",
"@tanstack/vue-table": "^8.13.1"
"@tanstack/vue-table": "^8.13.2"
},
"devDependencies": {
"@types/node": "^20.11.2",
Expand Down

0 comments on commit 02ae262

Please sign in to comment.