Skip to content

Commit

Permalink
release: v8.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed May 14, 2024
1 parent 5411f1a commit 85f3f9e
Show file tree
Hide file tree
Showing 75 changed files with 140 additions and 140 deletions.
2 changes: 1 addition & 1 deletion examples/angular/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.1",
"@angular/platform-browser-dynamic": "^17.3.1",
"@angular/router": "^17.3.1",
"@tanstack/angular-table": "^8.17.2",
"@tanstack/angular-table": "^8.17.3",
"rxjs": "~7.8.1",
"zone.js": "~0.14.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/column-ordering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/forms": "^17.3.1",
"@angular/platform-browser": "^17.3.1",
"@angular/platform-browser-dynamic": "^17.3.1",
"@tanstack/angular-table": "^8.17.2",
"@tanstack/angular-table": "^8.17.3",
"rxjs": "~7.8.1",
"zone.js": "~0.14.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/column-pinning-sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.1",
"@angular/platform-browser-dynamic": "^17.3.1",
"@faker-js/faker": "^8.4.1",
"@tanstack/angular-table": "^8.17.2",
"@tanstack/angular-table": "^8.17.3",
"rxjs": "~7.8.1",
"zone.js": "~0.14.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/column-pinning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.1",
"@angular/platform-browser-dynamic": "^17.3.1",
"@faker-js/faker": "^8.4.1",
"@tanstack/angular-table": "^8.17.2",
"@tanstack/angular-table": "^8.17.3",
"rxjs": "~7.8.1",
"zone.js": "~0.14.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/column-visibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/forms": "^17.3.1",
"@angular/platform-browser": "^17.3.1",
"@angular/platform-browser-dynamic": "^17.3.1",
"@tanstack/angular-table": "^8.17.2",
"@tanstack/angular-table": "^8.17.3",
"rxjs": "~7.8.1",
"zone.js": "~0.14.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.1",
"@angular/platform-browser-dynamic": "^17.3.1",
"@faker-js/faker": "^8.4.1",
"@tanstack/angular-table": "^8.17.2",
"@tanstack/angular-table": "^8.17.3",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/grouping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.1",
"@angular/platform-browser-dynamic": "^17.3.1",
"@faker-js/faker": "^8.4.1",
"@tanstack/angular-table": "^8.17.2",
"@tanstack/angular-table": "^8.17.3",
"rxjs": "~7.8.1",
"zone.js": "~0.14.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/row-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.1",
"@angular/platform-browser-dynamic": "^17.3.1",
"@faker-js/faker": "^8.4.1",
"@tanstack/angular-table": "^8.17.2",
"@tanstack/angular-table": "^8.17.3",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/signal-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/platform-browser": "^17.3.1",
"@angular/platform-browser-dynamic": "^17.3.1",
"@faker-js/faker": "^8.4.1",
"@tanstack/angular-table": "^8.17.2",
"@tanstack/angular-table": "^8.17.3",
"rxjs": "~7.8.1",
"zone.js": "~0.14.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/qwik/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"vite": "^5.2.10"
},
"dependencies": {
"@tanstack/qwik-table": "^8.17.0"
"@tanstack/qwik-table": "^8.17.3"
}
}
2 changes: 1 addition & 1 deletion examples/qwik/filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"vite": "^5.2.10"
},
"dependencies": {
"@tanstack/qwik-table": "^8.17.0",
"@tanstack/qwik-table": "^8.17.3",
"@tanstack/match-sorter-utils": "^8.15.1"
}
}
2 changes: 1 addition & 1 deletion examples/qwik/row-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"vite": "^5.2.10"
},
"dependencies": {
"@tanstack/qwik-table": "^8.17.0"
"@tanstack/qwik-table": "^8.17.3"
}
}
2 changes: 1 addition & 1 deletion examples/qwik/sorting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"vite": "^5.2.10"
},
"dependencies": {
"@tanstack/qwik-table": "^8.17.0"
"@tanstack/qwik-table": "^8.17.3"
}
}
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.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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.17.0",
"@tanstack/react-table": "^8.17.3",
"bootstrap": "^5.3.3",
"react": "^18.3.0",
"react-bootstrap": "2.10.2",
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 @@ -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.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
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.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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.4.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/column-pinning-sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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.4.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/column-resizing-performant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/custom-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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.4.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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.4.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/filters-faceted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/filters-fuzzy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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.4.1",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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.4.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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.4.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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.4.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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.4.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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.11.4",
"@emotion/styled": "^11.11.5",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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 @@ -11,7 +11,7 @@
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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.4.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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 @@ -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.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
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.4.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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.4.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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.4.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.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.4.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/virtualized-columns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"@tanstack/react-virtual": "^3.4.0",
"react": "^18.3.0",
"react-dom": "^18.3.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.4.1",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"@tanstack/react-virtual": "^3.4.0",
"react": "^18.3.0",
"react-dom": "^18.3.0"
Expand Down
Loading

0 comments on commit 85f3f9e

Please sign in to comment.