Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@szhsin/react-menu": "^3.0.0",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query-devtools": "^4.32.6",
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-table": "^8.21.3",
"@uidotdev/usehooks": "^2.4.1",
"@xterm/addon-attach": "^0.11.0",
"@xterm/addon-fit": "^0.9.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5378,7 +5378,7 @@ __metadata:
"@tanstack/eslint-plugin-query": ^5.6.0
"@tanstack/react-query": ^4.32.6
"@tanstack/react-query-devtools": ^4.32.6
"@tanstack/react-table": ^8.16.0
"@tanstack/react-table": ^8.21.3
"@testing-library/dom": ^10.4.0
"@testing-library/jest-dom": ^6.5.0
"@testing-library/react": 16.1.0
Expand Down Expand Up @@ -7889,22 +7889,22 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-table@npm:^8.16.0":
version: 8.16.0
resolution: "@tanstack/react-table@npm:8.16.0"
"@tanstack/react-table@npm:^8.21.3":
version: 8.21.3
resolution: "@tanstack/react-table@npm:8.21.3"
dependencies:
"@tanstack/table-core": 8.16.0
"@tanstack/table-core": 8.21.3
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 9a80668ba7531b49425d3c08fe34fbd4bbcdf936fbca120114d2d090013242c3ea1b573c1381719289600bc866f2ded9e3e13c7c4923285d2cf4eee1c1d489e7
checksum: 1452e7bd1dd0febbfc37e656c61c2c426dc243136333a8688bfadfccfec233e87c9bbe83011d742b0e86ae52c9b3d436bdc5618be4ac675ab921f52317317780
languageName: node
linkType: hard

"@tanstack/table-core@npm:8.16.0":
version: 8.16.0
resolution: "@tanstack/table-core@npm:8.16.0"
checksum: c2c33c542c60788eb90806feb8f1f0340aa565ef9bb031bc5562d43598394a4089d61007f55ed6ab1fa16bbe93228cb2673b564ecf90b416bf463f42a56f3d85
"@tanstack/table-core@npm:8.21.3":
version: 8.21.3
resolution: "@tanstack/table-core@npm:8.21.3"
checksum: ce260ab981f334ba999240cf68ae942a524a28980f6853275da90d1864a8b56fa59b952bfd2266570f36ae11f66476d1c96dacc640ba5fd9d6d4e2a78cf05187
languageName: node
linkType: hard

Expand Down
Loading