fix(deps): restore TanStack Table v8 compatibility

This commit is contained in:
naiba
2026-08-08 09:26:07 +00:00
parent 62755086cf
commit 4b0368820e
2 changed files with 13 additions and 44 deletions
+12 -43
View File
@@ -24,7 +24,7 @@
"@radix-ui/react-switch": "^1.3.7", "@radix-ui/react-switch": "^1.3.7",
"@radix-ui/react-tabs": "^1.1.21", "@radix-ui/react-tabs": "^1.1.21",
"@tailwindcss/postcss": "^4.3.3", "@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", "@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/luxon": "^3.7.3", "@types/luxon": "^3.7.3",
"@xterm/addon-attach": "^0.12.0", "@xterm/addon-attach": "^0.12.0",
@@ -2603,64 +2603,33 @@
"tailwindcss": "4.3.3" "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": { "node_modules/@tanstack/react-table": {
"version": "9.0.0", "version": "8.21.3",
"resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-9.0.0.tgz", "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.21.3.tgz",
"integrity": "sha512-Q/Z49MQcdMwge67U+LTjSEQJCnQE9/tNWK5IpiYex9JFDzfjNkLIi7yzGA4dfW4UpuMBrtqbSnSzn7oPr60T+w==", "integrity": "sha512-5nNMTSETP4ykGegmVkhjcS8tTLW6Vl4axfEGQN3v0zdHYbK4UfoqfPChclTrJ4EoK9QynqAu9oUf8VEmrpZ5Ww==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@tanstack/react-store": "^0.11.0", "@tanstack/table-core": "8.21.3"
"@tanstack/table-core": "9.0.0"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=12"
}, },
"funding": { "funding": {
"type": "github", "type": "github",
"url": "https://github.com/sponsors/tannerlinsley" "url": "https://github.com/sponsors/tannerlinsley"
}, },
"peerDependencies": { "peerDependencies": {
"react": ">=18" "react": ">=16.8",
} "react-dom": ">=16.8"
},
"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"
} }
}, },
"node_modules/@tanstack/table-core": { "node_modules/@tanstack/table-core": {
"version": "9.0.0", "version": "8.21.3",
"resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-9.0.0.tgz", "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.21.3.tgz",
"integrity": "sha512-IyKCc4D7d/+I9euQntlVDQ7lnilmFRKpIROBeI5/866adFy+65xWvCFPz76NZ5j2lXe/RFDvFVV7bfETmwHEMA==", "integrity": "sha512-ldZXEhOBb8Is7xLs01fR3YEc3DERiz5silj8tnGkFZytt1abEvl/GhUmCE0PMLaMPTa3Jk4HbKmRlHmu+gCftg==",
"license": "MIT", "license": "MIT",
"dependencies": {
"@tanstack/store": "^0.11.0"
},
"engines": { "engines": {
"node": ">=20" "node": ">=12"
}, },
"funding": { "funding": {
"type": "github", "type": "github",
+1 -1
View File
@@ -32,7 +32,7 @@
"@radix-ui/react-switch": "^1.3.7", "@radix-ui/react-switch": "^1.3.7",
"@radix-ui/react-tabs": "^1.1.21", "@radix-ui/react-tabs": "^1.1.21",
"@tailwindcss/postcss": "^4.3.3", "@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", "@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/luxon": "^3.7.3", "@types/luxon": "^3.7.3",
"@xterm/addon-attach": "^0.12.0", "@xterm/addon-attach": "^0.12.0",