mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-15 23:30:17 +02:00
Resolve eslint old ts issues and revert tanstack table
This commit is contained in:
@@ -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
|
||||
Generated
+1898
-1401
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -69,7 +69,7 @@
|
||||
"@simplewebauthn/server": "14.0.1",
|
||||
"@tailwindcss/forms": "0.5.11",
|
||||
"@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-web-links": "^0.12.0",
|
||||
"@xterm/xterm": "^6.0.0",
|
||||
@@ -179,7 +179,7 @@
|
||||
"tailwindcss": "4.3.3",
|
||||
"tsc-alias": "1.9.5",
|
||||
"tsx": "4.23.13",
|
||||
"typescript": "6.0.3",
|
||||
"typescript": "7.0.2",
|
||||
"typescript-eslint": "8.70.0"
|
||||
},
|
||||
"overrides": {
|
||||
|
||||
Reference in New Issue
Block a user