perf: remove eslint deps

This commit is contained in:
hamster1963 2025-01-25 11:06:58 +08:00
parent 1b00cd7bf0
commit 4a3c88c681
2 changed files with 1 additions and 8 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -28,10 +28,8 @@
"@radix-ui/react-switch": "^1.1.2", "@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.7", "@radix-ui/react-tooltip": "^1.1.7",
"@trivago/prettier-plugin-sort-imports": "^5.2.1", "@trivago/prettier-plugin-sort-imports": "^5.2.1",
"@turf/turf": "^7.2.0",
"@types/d3-geo": "^3.1.0", "@types/d3-geo": "^3.1.0",
"@types/luxon": "^3.4.2", "@types/luxon": "^3.4.2",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"caniuse-lite": "^1.0.30001695", "caniuse-lite": "^1.0.30001695",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
@ -39,7 +37,6 @@
"country-flag-icons": "^1.5.14", "country-flag-icons": "^1.5.14",
"d3-geo": "^3.1.1", "d3-geo": "^3.1.1",
"d3-selection": "^3.0.0", "d3-selection": "^3.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"flag-icons": "^7.3.2", "flag-icons": "^7.3.2",
"i18n-iso-countries": "^7.13.0", "i18n-iso-countries": "^7.13.0",
"lucide-react": "^0.454.0", "lucide-react": "^0.454.0",
@ -59,8 +56,7 @@
"sharp": "^0.33.5", "sharp": "^0.33.5",
"swr": "^2.3.0", "swr": "^2.3.0",
"tailwind-merge": "^2.6.0", "tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7"
"typescript-eslint": "^8.21.0"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.9.4", "@biomejs/biome": "1.9.4",
@ -69,9 +65,6 @@
"@types/node": "^22.10.10", "@types/node": "^22.10.10",
"@types/react": "^19.0.8", "@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3", "@types/react-dom": "^19.0.3",
"eslint-config-next": "^15.1.6",
"eslint-plugin-turbo": "^2.3.4",
"eslint-plugin-unused-imports": "^4.1.4",
"postcss": "^8.5.1", "postcss": "^8.5.1",
"tailwindcss": "^4.0.0", "tailwindcss": "^4.0.0",
"typescript": "^5.7.3", "typescript": "^5.7.3",