From 4b0368820e18ae1e2dc5fa24ee9b145550019de8 Mon Sep 17 00:00:00 2001 From: naiba Date: Sat, 8 Aug 2026 09:26:07 +0000 Subject: [PATCH] fix(deps): restore TanStack Table v8 compatibility --- package-lock.json | 55 +++++++++++------------------------------------ package.json | 2 +- 2 files changed, 13 insertions(+), 44 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7aaa913..cef82ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@radix-ui/react-switch": "^1.3.7", "@radix-ui/react-tabs": "^1.1.21", "@tailwindcss/postcss": "^4.3.3", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^8.21.3", "@trivago/prettier-plugin-sort-imports": "^6.0.2", "@types/luxon": "^3.7.3", "@xterm/addon-attach": "^0.12.0", @@ -2603,64 +2603,33 @@ "tailwindcss": "4.3.3" } }, - "node_modules/@tanstack/react-store": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-store/-/react-store-0.11.1.tgz", - "integrity": "sha512-HaIGKI3YLmjBYIvy5DFDY23oNaYZIsTZfngey07Uh5iLVJgM3bIGCnZeOFOqzjFld9JHWcaHJnasD/bKoGKwJQ==", - "license": "MIT", - "dependencies": { - "@tanstack/store": "0.11.1", - "use-sync-external-store": "^1.6.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - }, - "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" - } - }, "node_modules/@tanstack/react-table": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-9.0.0.tgz", - "integrity": "sha512-Q/Z49MQcdMwge67U+LTjSEQJCnQE9/tNWK5IpiYex9JFDzfjNkLIi7yzGA4dfW4UpuMBrtqbSnSzn7oPr60T+w==", + "version": "8.21.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.21.3.tgz", + "integrity": "sha512-5nNMTSETP4ykGegmVkhjcS8tTLW6Vl4axfEGQN3v0zdHYbK4UfoqfPChclTrJ4EoK9QynqAu9oUf8VEmrpZ5Ww==", "license": "MIT", "dependencies": { - "@tanstack/react-store": "^0.11.0", - "@tanstack/table-core": "9.0.0" + "@tanstack/table-core": "8.21.3" }, "engines": { - "node": ">=20" + "node": ">=12" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "react": ">=18" - } - }, - "node_modules/@tanstack/store": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@tanstack/store/-/store-0.11.1.tgz", - "integrity": "sha512-mzTOBhypOuDJAy/D8n2MfUZ1HFkXnmSETviRyhqEC8LUE7/IZQExOTxMANj3KjTofYTkFNpBY67qaVrT41YccA==", - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" + "react": ">=16.8", + "react-dom": ">=16.8" } }, "node_modules/@tanstack/table-core": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-9.0.0.tgz", - "integrity": "sha512-IyKCc4D7d/+I9euQntlVDQ7lnilmFRKpIROBeI5/866adFy+65xWvCFPz76NZ5j2lXe/RFDvFVV7bfETmwHEMA==", + "version": "8.21.3", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.21.3.tgz", + "integrity": "sha512-ldZXEhOBb8Is7xLs01fR3YEc3DERiz5silj8tnGkFZytt1abEvl/GhUmCE0PMLaMPTa3Jk4HbKmRlHmu+gCftg==", "license": "MIT", - "dependencies": { - "@tanstack/store": "^0.11.0" - }, "engines": { - "node": ">=20" + "node": ">=12" }, "funding": { "type": "github", diff --git a/package.json b/package.json index b8d7cec..ebb8e9e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@radix-ui/react-switch": "^1.3.7", "@radix-ui/react-tabs": "^1.1.21", "@tailwindcss/postcss": "^4.3.3", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^8.21.3", "@trivago/prettier-plugin-sort-imports": "^6.0.2", "@types/luxon": "^3.7.3", "@xterm/addon-attach": "^0.12.0",