feat: replace traffic chart rendering component for performance improvement and React 19 compatibility

This commit is contained in:
wonfen
2025-05-14 12:16:59 +08:00
parent 1993e5dd51
commit becc51bcd2
3 changed files with 299 additions and 196 deletions

View File

@@ -47,6 +47,7 @@
"@types/json-schema": "^7.0.15",
"ahooks": "^3.8.4",
"axios": "^1.8.3",
"chart.js": "^4.4.9",
"cli-color": "^2.0.4",
"d3-shape": "^3.2.0",
"dayjs": "1.11.13",
@@ -61,6 +62,7 @@
"nanoid": "^5.1.5",
"peggy": "^5.0.0",
"react": "19.1.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "19.1.0",
"react-error-boundary": "6.0.0",
"react-hook-form": "^7.54.2",
@@ -69,7 +71,6 @@
"react-monaco-editor": "0.58.0",
"react-router-dom": "7.6.0",
"react-virtuoso": "^4.12.7",
"recharts": "^2.15.1",
"sockette": "^2.0.6",
"swr": "^2.3.3",
"tar": "^7.4.3",