Resolve eslint old ts issues and revert tanstack table

This commit is contained in:
Owen
2026-09-15 10:23:22 -04:00
parent 9d5dd526bc
commit 7ed646c02b
3 changed files with 1904 additions and 1403 deletions
+4
View File
@@ -0,0 +1,4 @@
# typescript-eslint@8.70.0 declares a peer range of typescript "<6.1.0" and
# hasn't caught up to typescript@7.x yet, even though it works fine against it
# in practice. Without this, `npm install`/`npm ci` fail with ERESOLVE.
legacy-peer-deps=true
+1898 -1401
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -69,7 +69,7 @@
"@simplewebauthn/server": "14.0.1", "@simplewebauthn/server": "14.0.1",
"@tailwindcss/forms": "0.5.11", "@tailwindcss/forms": "0.5.11",
"@tanstack/react-query": "5.102.8", "@tanstack/react-query": "5.102.8",
"@tanstack/react-table": "9.2.4", "@tanstack/react-table": "8.21.3",
"@xterm/addon-fit": "^0.11.0", "@xterm/addon-fit": "^0.11.0",
"@xterm/addon-web-links": "^0.12.0", "@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0", "@xterm/xterm": "^6.0.0",
@@ -179,7 +179,7 @@
"tailwindcss": "4.3.3", "tailwindcss": "4.3.3",
"tsc-alias": "1.9.5", "tsc-alias": "1.9.5",
"tsx": "4.23.13", "tsx": "4.23.13",
"typescript": "6.0.3", "typescript": "7.0.2",
"typescript-eslint": "8.70.0" "typescript-eslint": "8.70.0"
}, },
"overrides": { "overrides": {