Skip to content

Commit

Permalink
release: v8.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Mar 22, 2024
1 parent f99f500 commit ea14655
Show file tree
Hide file tree
Showing 54 changed files with 101 additions and 101 deletions.
2 changes: 1 addition & 1 deletion examples/qwik/basic/package.json
Expand Up @@ -15,6 +15,6 @@
"vite": "^5.2.2"
},
"dependencies": {
"@tanstack/qwik-table": "^8.14.0"
"@tanstack/qwik-table": "^8.15.0"
}
}
2 changes: 1 addition & 1 deletion examples/qwik/filters/package.json
Expand Up @@ -15,7 +15,7 @@
"vite": "^5.2.2"
},
"dependencies": {
"@tanstack/qwik-table": "^8.14.0",
"@tanstack/qwik-table": "^8.15.0",
"@tanstack/match-sorter-utils": "^8.11.8"
}
}
2 changes: 1 addition & 1 deletion examples/qwik/row-selection/package.json
Expand Up @@ -15,6 +15,6 @@
"vite": "^5.2.2"
},
"dependencies": {
"@tanstack/qwik-table": "^8.14.0"
"@tanstack/qwik-table": "^8.15.0"
}
}
2 changes: 1 addition & 1 deletion examples/qwik/sorting/package.json
Expand Up @@ -15,6 +15,6 @@
"vite": "^5.2.2"
},
"dependencies": {
"@tanstack/qwik-table": "^8.14.0"
"@tanstack/qwik-table": "^8.15.0"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic/package.json
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-table": "^8.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"bootstrap": "^5.3.3",
"react": "^18.2.0",
"react-bootstrap": "2.10.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.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/custom-features/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.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
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.14.0",
"@tanstack/react-table": "^8.15.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
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"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.4",
"@emotion/styled": "^11.11.0",
"@tanstack/match-sorter-utils": "^8.11.8",
"@tanstack/react-table": "^8.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14",
"@mui/material": "^5.15.14",
"@tanstack/react-table": "^8.14.0",
"@tanstack/react-table": "^8.15.0",
"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.28.4",
"@tanstack/react-table": "^8.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"@tanstack/react-virtual": "^3.2.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
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-query": "^5.28.4",
"@tanstack/react-table": "^8.14.0",
"@tanstack/react-table": "^8.15.0",
"@tanstack/react-virtual": "^3.2.0",
"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.14.0",
"@tanstack/react-table": "^8.15.0",
"@tanstack/react-virtual": "^3.2.0",
"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.10.2"
},
"dependencies": {
"@tanstack/solid-table": "^8.14.0",
"@tanstack/solid-table": "^8.15.0",
"solid-js": "^1.8.16"
}
}
2 changes: 1 addition & 1 deletion examples/solid/bootstrap/package.json
Expand Up @@ -16,7 +16,7 @@
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
"@tanstack/solid-table": "^8.14.0",
"@tanstack/solid-table": "^8.15.0",
"bootstrap": "^5.3.3",
"solid-bootstrap": "^1.0.19",
"solid-js": "^1.8.16"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/column-groups/package.json
Expand Up @@ -15,7 +15,7 @@
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
"@tanstack/solid-table": "^8.14.0",
"@tanstack/solid-table": "^8.15.0",
"solid-js": "^1.8.16"
}
}
2 changes: 1 addition & 1 deletion examples/solid/column-ordering/package.json
Expand Up @@ -16,7 +16,7 @@
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
"@tanstack/solid-table": "^8.14.0",
"@tanstack/solid-table": "^8.15.0",
"solid-js": "^1.8.16"
}
}
2 changes: 1 addition & 1 deletion examples/solid/column-visibility/package.json
Expand Up @@ -15,7 +15,7 @@
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
"@tanstack/solid-table": "^8.14.0",
"@tanstack/solid-table": "^8.15.0",
"solid-js": "^1.8.16"
}
}
2 changes: 1 addition & 1 deletion examples/solid/filters/package.json
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@solid-primitives/scheduled": "^1.4.3",
"@tanstack/solid-table": "^8.14.0",
"@tanstack/solid-table": "^8.15.0",
"solid-js": "^1.8.16"
}
}
2 changes: 1 addition & 1 deletion examples/solid/sorting/package.json
Expand Up @@ -16,7 +16,7 @@
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
"@tanstack/solid-table": "^8.14.0",
"@tanstack/solid-table": "^8.15.0",
"solid-js": "^1.8.16"
}
}
2 changes: 1 addition & 1 deletion examples/vue/basic/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"vue": "^3.4.21",
"@tanstack/vue-table": "^8.14.0"
"@tanstack/vue-table": "^8.15.0"
},
"devDependencies": {
"@types/node": "^20.11.30",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/column-ordering/package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@faker-js/faker": "^8.4.1",
"vue": "^3.4.21",
"@tanstack/vue-table": "^8.14.0"
"@tanstack/vue-table": "^8.15.0"
},
"devDependencies": {
"@types/node": "^20.11.30",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/column-pinning/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/vue-table": "^8.14.0",
"@tanstack/vue-table": "^8.15.0",
"vue": "^3.4.21"
},
"devDependencies": {
Expand Down

0 comments on commit ea14655

Please sign in to comment.