chore: update project dependencies to latest versions (#31)

* chore: update project dependencies to latest versions

* test: lint

* chore: auto-fix linting and formatting issues
This commit is contained in:
仓鼠 2025-02-04 15:29:45 +08:00 committed by GitHub
parent 96ebaf87a9
commit ee0eee378b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -38,7 +38,7 @@
"country-flag-icons": "^1.5.14", "country-flag-icons": "^1.5.14",
"d3-geo": "^3.1.1", "d3-geo": "^3.1.1",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"framer-motion": "^12.0.6", "framer-motion": "^12.0.11",
"i18n-iso-countries": "^7.13.0", "i18n-iso-countries": "^7.13.0",
"i18next": "^24.2.2", "i18next": "^24.2.2",
"lucide-react": "^0.460.0", "lucide-react": "^0.460.0",
@ -55,7 +55,7 @@
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.19.0", "@eslint/js": "^9.19.0",
"@types/node": "^22.13.0", "@types/node": "^22.13.1",
"@types/react": "^19.0.8", "@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3", "@types/react-dom": "^19.0.3",
"@vitejs/plugin-react-swc": "^3.7.2", "@vitejs/plugin-react-swc": "^3.7.2",
@ -67,7 +67,7 @@
"postcss": "^8.5.1", "postcss": "^8.5.1",
"tailwindcss": "^3.4.17", "tailwindcss": "^3.4.17",
"typescript": "~5.6.3", "typescript": "~5.6.3",
"typescript-eslint": "^8.22.0", "typescript-eslint": "^8.23.0",
"vite": "^6.0.11" "vite": "^6.0.11"
} }
} }