fix: network chart error text

This commit is contained in:
hamster1963
2024-12-11 17:19:30 +08:00
parent fddd5edef7
commit 20905fa3b5
5 changed files with 10 additions and 9 deletions

View File

@@ -20,8 +20,8 @@
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@tanstack/react-query": "^5.62.3",
"@tanstack/react-query-devtools": "^5.62.3",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query-devtools": "^5.62.7",
"@tanstack/react-table": "^8.20.5",
"@types/d3-geo": "^3.1.0",
"@types/luxon": "^3.4.2",
@@ -30,12 +30,12 @@
"country-flag-icons": "^1.5.13",
"d3-geo": "^3.1.1",
"framer-motion": "^12.0.0-alpha.2",
"i18next": "^24.0.5",
"i18next": "^24.1.0",
"lucide-react": "^0.460.0",
"luxon": "^3.5.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.1.3",
"react-i18next": "^15.1.4",
"react-router-dom": "^7.0.2",
"recharts": "^2.14.1",
"sonner": "^1.7.1",
@@ -46,7 +46,7 @@
"@eslint/js": "^9.16.0",
"@types/node": "^22.10.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
@@ -56,7 +56,7 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "~5.6.3",
"typescript-eslint": "^8.17.0",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.3"
}
}