chore: update dependencies to latest versions

This commit is contained in:
hamster1963 2025-03-12 09:31:24 +08:00
parent ac15be6e71
commit 0b7a5be3c0
2 changed files with 10 additions and 10 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -30,7 +30,7 @@
"@types/d3-geo": "^3.1.0", "@types/d3-geo": "^3.1.0",
"@types/luxon": "^3.4.2", "@types/luxon": "^3.4.2",
"babel-plugin-react-compiler": "^19.0.0-beta-e552027-20250112", "babel-plugin-react-compiler": "^19.0.0-beta-e552027-20250112",
"caniuse-lite": "^1.0.30001701", "caniuse-lite": "^1.0.30001703",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "^1.0.4", "cmdk": "^1.0.4",
@ -43,32 +43,32 @@
"lucide-react": "^0.474.0", "lucide-react": "^0.474.0",
"luxon": "^3.5.0", "luxon": "^3.5.0",
"maxmind": "^4.3.24", "maxmind": "^4.3.24",
"next": "^15.2.0", "next": "^15.2.2",
"next-auth": "^5.0.0-beta.25", "next-auth": "^5.0.0-beta.25",
"next-intl": "^3.26.5", "next-intl": "^3.26.5",
"next-runtime-env": "^3.2.2", "next-runtime-env": "^3.2.2",
"next-themes": "^0.4.4", "next-themes": "^0.4.6",
"react": "^19.0.0", "react": "^19.0.0",
"react-device-detect": "^2.2.3", "react-device-detect": "^2.2.3",
"react-dom": "^19.0.0", "react-dom": "^19.0.0",
"react-intersection-observer": "^9.15.1", "react-intersection-observer": "^9.16.0",
"react-wrap-balancer": "^1.1.1", "react-wrap-balancer": "^1.1.1",
"recharts": "^2.15.1", "recharts": "^2.15.1",
"sharp": "^0.33.5", "sharp": "^0.33.5",
"swr": "^2.3.2", "swr": "^2.3.3",
"tailwind-merge": "^2.6.0", "tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.9.4", "@biomejs/biome": "1.9.4",
"@next/bundle-analyzer": "^15.2.0", "@next/bundle-analyzer": "^15.2.2",
"@tailwindcss/postcss": "^4.0.9", "@tailwindcss/postcss": "^4.0.13",
"@types/node": "^22.13.5", "@types/node": "^22.13.10",
"@types/react": "^19.0.10", "@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4", "@types/react-dom": "^19.0.4",
"postcss": "^8.5.3", "postcss": "^8.5.3",
"tailwindcss": "^4.0.9", "tailwindcss": "^4.0.13",
"typescript": "^5.7.3", "typescript": "^5.8.2",
"vercel": "^39.4.2" "vercel": "^39.4.2"
}, },
"overrides": { "overrides": {