Skip to content

Commit

Permalink
release: v8.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Dec 17, 2023
1 parent cfdc3af commit c214ab3
Show file tree
Hide file tree
Showing 50 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"bootstrap": "^5.2.3",
"react": "^18.2.0",
"react-bootstrap": "2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/column-dnd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/column-groups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/column-ordering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/column-pinning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/column-sizing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/column-visibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/editable-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/expanding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/match-sorter-utils": "8.7.6",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/full-width-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/fully-controlled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/grouping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@tanstack/match-sorter-utils": "8.7.6",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/material-ui-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.6",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/pagination-controlled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/row-dnd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/row-pinning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/row-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/sorting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/sub-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/virtualized-infinite-scrolling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/react-query": "4.16.1",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-virtual": "^2.10.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/virtualized-rows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-virtual": "^2.10.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vite-plugin-solid": "^2.2.6"
},
"dependencies": {
"@tanstack/solid-table": "8.10.7",
"@tanstack/solid-table": "8.11.0",
"solid-js": "^1.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/solid/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"vite-plugin-solid": "^2.4.0"
},
"dependencies": {
"@tanstack/solid-table": "8.10.7",
"@tanstack/solid-table": "8.11.0",
"bootstrap": "^5.2.2",
"solid-bootstrap": "^1.0.8",
"solid-js": "^1.6.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/column-groups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vite-plugin-solid": "^2.2.6"
},
"dependencies": {
"@tanstack/solid-table": "8.10.7",
"@tanstack/solid-table": "8.11.0",
"solid-js": "^1.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/solid/column-ordering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"vite-plugin-solid": "^2.2.6"
},
"dependencies": {
"@tanstack/solid-table": "8.10.7",
"@tanstack/solid-table": "8.11.0",
"solid-js": "^1.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/solid/column-visibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vite-plugin-solid": "^2.2.6"
},
"dependencies": {
"@tanstack/solid-table": "8.10.7",
"@tanstack/solid-table": "8.11.0",
"solid-js": "^1.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/solid/sorting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"vite-plugin-solid": "^2.2.6"
},
"dependencies": {
"@tanstack/solid-table": "8.10.7",
"@tanstack/solid-table": "8.11.0",
"solid-js": "^1.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@rollup/plugin-replace": "^5.0.1",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.42",
"@tanstack/svelte-table": "8.10.7",
"@tanstack/svelte-table": "8.11.0",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.44.0",
"svelte-check": "^2.2.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/column-groups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@rollup/plugin-replace": "^5.0.1",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.42",
"@tanstack/svelte-table": "8.10.7",
"@tanstack/svelte-table": "8.11.0",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.44.0",
"svelte-check": "^2.2.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/column-ordering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@faker-js/faker": "^8.0.2",
"@rollup/plugin-replace": "^5.0.1",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.42",
"@tanstack/svelte-table": "8.10.7",
"@tanstack/svelte-table": "8.11.0",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.44.0",
"svelte-check": "^2.2.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/column-pinning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@faker-js/faker": "^8.0.2",
"@rollup/plugin-replace": "^5.0.1",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.42",
"@tanstack/svelte-table": "8.10.7",
"@tanstack/svelte-table": "8.11.0",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.44.0",
"svelte-check": "^2.2.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/column-visibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@rollup/plugin-replace": "^5.0.1",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.42",
"@tanstack/svelte-table": "8.10.7",
"@tanstack/svelte-table": "8.11.0",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.44.0",
"svelte-check": "^2.2.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/sorting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@faker-js/faker": "^8.0.2",
"@rollup/plugin-replace": "^5.0.1",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.42",
"@tanstack/svelte-table": "8.10.7",
"@tanstack/svelte-table": "8.11.0",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.44.0",
"svelte-check": "^2.2.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"vue": "^3.2.33",
"@tanstack/vue-table": "8.10.7"
"@tanstack/vue-table": "8.11.0"
},
"devDependencies": {
"@types/node": "^16.11.27",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/column-ordering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@faker-js/faker": "^8.0.2",
"vue": "^3.2.33",
"@tanstack/vue-table": "8.10.7"
"@tanstack/vue-table": "8.11.0"
},
"devDependencies": {
"@types/node": "^16.11.27",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/column-pinning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@tanstack/vue-table": "8.10.7",
"@tanstack/vue-table": "8.11.0",
"vue": "^3.2.33"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/pagination-controlled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@faker-js/faker": "^8.0.2",
"vue": "^3.2.33",
"@tanstack/vue-table": "8.10.7"
"@tanstack/vue-table": "8.11.0"
},
"devDependencies": {
"@types/node": "^16.11.27",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"vue": "^3.2.33",
"@faker-js/faker": "^8.0.2",
"@tanstack/vue-table": "8.10.7"
"@tanstack/vue-table": "8.11.0"
},
"devDependencies": {
"@types/node": "^16.11.27",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/row-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"vue": "^3.2.33",
"@tanstack/vue-table": "8.10.7"
"@tanstack/vue-table": "8.11.0"
},
"devDependencies": {
"@types/node": "^16.11.27",
Expand Down

0 comments on commit c214ab3

Please sign in to comment.