diff --git a/apps/web/package.json b/apps/web/package.json index 46cb97c..7a52a27 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -53,7 +53,7 @@ "@solid-primitives/websocket": "^1.4.0", "@solid-primitives/workers": "^0.4.3", "@solidjs/router": "^1.0.0", - "@tanstack/solid-table": "^8.21.3", + "@tanstack/solid-table": "^9.1.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "fflate": "^0.8.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f98e8d2..9cf0964 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -90,8 +90,8 @@ importers: specifier: ^1.0.0 version: 1.0.0(solid-js@1.9.15) '@tanstack/solid-table': - specifier: ^8.21.3 - version: 8.21.3(solid-js@1.9.15) + specifier: ^9.1.2 + version: 9.1.2(solid-js@1.9.15) class-variance-authority: specifier: ^0.7.1 version: 0.7.1 @@ -975,15 +975,18 @@ packages: peerDependencies: vite: ^5.2.0 || ^6 || ^7 || ^8 - '@tanstack/solid-table@8.21.3': - resolution: {integrity: sha512-PmhfSLBxVKiFs01LtYOYrCRhCyTUjxmb4KlxRQiqcALtip8+DOJeeezQM4RSX/GUS0SMVHyH/dNboCpcO++k2A==} - engines: {node: '>=12'} + '@tanstack/solid-table@9.1.2': + resolution: {integrity: sha512-qrw9ndQDi5VE2YEfB7Vy1BTNw3xKQdsPEeysGEdS2Oudxq/6vs09pVnd12C2PuwteFjDw2xilW2bJCsQDk+u1g==} + engines: {node: '>=20'} peerDependencies: solid-js: '>=1.3' - '@tanstack/table-core@8.21.3': - resolution: {integrity: sha512-ldZXEhOBb8Is7xLs01fR3YEc3DERiz5silj8tnGkFZytt1abEvl/GhUmCE0PMLaMPTa3Jk4HbKmRlHmu+gCftg==} - engines: {node: '>=12'} + '@tanstack/store@0.11.1': + resolution: {integrity: sha512-mzTOBhypOuDJAy/D8n2MfUZ1HFkXnmSETviRyhqEC8LUE7/IZQExOTxMANj3KjTofYTkFNpBY67qaVrT41YccA==} + + '@tanstack/table-core@9.1.2': + resolution: {integrity: sha512-ONpWQeass1sfg80CWF1NSwQ8r3GiqxA2lT/EdqIcrDEPZ0Z+0mM94eQoFYLPN0Kztzj8TQVb2+PrSZSItqA61g==} + engines: {node: '>=20'} '@turbo/darwin-64@2.10.11': resolution: {integrity: sha512-v3R+1R/Ysozyo+p7Ri8MCIbndOvYt3DgPFrGLhrhQHfvyvbxyH3WyJj+A/2JTNmNleuAlh3JUyCV0iSVHIONTA==} @@ -2864,12 +2867,17 @@ snapshots: tailwindcss: 4.3.3 vite: 8.2.2(@types/node@26.2.0)(jiti@2.7.0)(yaml@2.9.0) - '@tanstack/solid-table@8.21.3(solid-js@1.9.15)': + '@tanstack/solid-table@9.1.2(solid-js@1.9.15)': dependencies: - '@tanstack/table-core': 8.21.3 + '@tanstack/store': 0.11.1 + '@tanstack/table-core': 9.1.2 solid-js: 1.9.15 - '@tanstack/table-core@8.21.3': {} + '@tanstack/store@0.11.1': {} + + '@tanstack/table-core@9.1.2': + dependencies: + '@tanstack/store': 0.11.1 '@turbo/darwin-64@2.10.11': optional: true