feat(web): migrate react-table to v8 (#1866)

* feat(web): migrate react-table to v8

* chore(web): cleanup

* chore(web): fix types

* chore(web): ignore unused

* chore(web): fix types ActivityTable.tsx

* chore(web): remove console log
This commit is contained in:
ze0s 2024-12-08 16:50:01 +01:00 committed by GitHub
parent 172fa651af
commit ec85d53d8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 440 additions and 540 deletions

View file

@ -41,10 +41,10 @@
"@tanstack/react-query": "^5.61.4",
"@tanstack/react-query-devtools": "^5.29.2",
"@tanstack/react-router": "^1.82.12",
"@tanstack/react-table": "^8.20.5",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-table": "^7.7.20",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@vitejs/plugin-react-swc": "^3.7.2",
@ -63,7 +63,6 @@
"react-popper-tooltip": "^4.4.2",
"react-ridge-state": "4.2.9",
"react-select": "^5.8.3",
"react-table": "^7.8.0",
"react-textarea-autosize": "^8.5.5",
"stacktracey": "^2.1.8",
"tailwind-lerp-colors": "1.2.6",
@ -79,7 +78,6 @@
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-table": "^7.7.20",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@vitejs/plugin-react-swc": "^3.7.2",