diff --git a/web/package.json b/web/package.json index 02d7da03af5..f89a1bc3f14 100644 --- a/web/package.json +++ b/web/package.json @@ -88,7 +88,7 @@ "@simonwep/pickr": "~1.9.1", "@szhsin/react-menu": "^4.5.2", "@tanstack/react-query": "^5.102.8", - "@tanstack/react-table": "^8.21.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-virtual": "^3.14.10", "@types/react": "^19.2.18", "@types/react-dom": "^19.2.5", diff --git a/web/yarn.lock b/web/yarn.lock index 8c1326a41f9..5b81ea6ac67 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -5055,15 +5055,28 @@ __metadata: languageName: node linkType: hard -"@tanstack/react-table@npm:^8.21.3": - version: 8.21.3 - resolution: "@tanstack/react-table@npm:8.21.3" +"@tanstack/react-store@npm:^0.11.1": + version: 0.11.1 + resolution: "@tanstack/react-store@npm:0.11.1" + dependencies: + "@tanstack/store": "npm:0.11.1" + use-sync-external-store: "npm:^1.6.0" + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + checksum: 10c0/9b43ea1b07cfed9100b9d037a339e6dbef17ff8e7fd4b8968ef76b75c97a20ec3627345adca94135664d6fccd88f48622e1e871c64738ff2f0b0ce24ce365dfd + languageName: node + linkType: hard + +"@tanstack/react-table@npm:^9.2.4": + version: 9.2.4 + resolution: "@tanstack/react-table@npm:9.2.4" dependencies: - "@tanstack/table-core": "npm:8.21.3" + "@tanstack/react-store": "npm:^0.11.1" + "@tanstack/table-core": "npm:9.2.4" peerDependencies: - react: ">=16.8" - react-dom: ">=16.8" - checksum: 10c0/85d1d0fcb690ecc011f68a5a61c96f82142e31a0270dcf9cbc699a6f36715b1653fe6ff1518302a6d08b7093351fc4cabefd055a7db3cd8ac01e068956b0f944 + react: ">=18" + checksum: 10c0/f68d6da9850e7783773a035186e11744dacaf5ca61075766ecc7d4b5266af2e4afec005f19ac664c1deba6bf5b7586fed90a67372c82127afd8fdaf0473e73b4 languageName: node linkType: hard @@ -5079,10 +5092,19 @@ __metadata: languageName: node linkType: hard -"@tanstack/table-core@npm:8.21.3": - version: 8.21.3 - resolution: "@tanstack/table-core@npm:8.21.3" - checksum: 10c0/40e3560e6d55e07cc047024aa7f83bd47a9323d21920d4adabba8071fd2d21230c48460b26cedf392588f8265b9edc133abb1b0d6d0adf4dae0970032900a8c9 +"@tanstack/store@npm:0.11.1, @tanstack/store@npm:^0.11.1": + version: 0.11.1 + resolution: "@tanstack/store@npm:0.11.1" + checksum: 10c0/36e308f3a5037a4d79e2b2ea9f6f4015a617fcd7cb8ff541fe50869b015fb8753b267a8c24709ad197c4c3b5fd85207edc4f71eccaf9b0d311f62336a9cf7764 + languageName: node + linkType: hard + +"@tanstack/table-core@npm:9.2.4": + version: 9.2.4 + resolution: "@tanstack/table-core@npm:9.2.4" + dependencies: + "@tanstack/store": "npm:^0.11.1" + checksum: 10c0/fae9e7f3028f45eb2cd3e831365e398a92030d685acdd0458c3c2245eb8456176abd0d5ca208ea58eb9e7a4ccc666c26986269c93bc4ce25603866805bb837b9 languageName: node linkType: hard @@ -14439,7 +14461,7 @@ __metadata: "@svgr/webpack": "npm:^8.1.0" "@szhsin/react-menu": "npm:^4.5.2" "@tanstack/react-query": "npm:^5.102.8" - "@tanstack/react-table": "npm:^8.21.3" + "@tanstack/react-table": "npm:^9.2.4" "@tanstack/react-virtual": "npm:^3.14.10" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:^6.10.0"