chore: update project dependencies to latest versions

This commit is contained in:
hamster1963 2025-02-13 11:35:09 +08:00
parent b5658d81ab
commit 2164321e72
2 changed files with 6 additions and 6 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -31,7 +31,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.30001698", "caniuse-lite": "^1.0.30001699",
"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",
@ -44,7 +44,7 @@
"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.1.6", "next": "^15.1.7",
"next-auth": "^5.0.0-beta.25", "next-auth": "^5.0.0-beta.25",
"next-intl": "^3.26.3", "next-intl": "^3.26.3",
"next-runtime-env": "^3.2.2", "next-runtime-env": "^3.2.2",
@ -62,13 +62,13 @@
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.9.4", "@biomejs/biome": "1.9.4",
"@next/bundle-analyzer": "^15.1.6", "@next/bundle-analyzer": "^15.1.7",
"@tailwindcss/postcss": "^4.0.4", "@tailwindcss/postcss": "^4.0.6",
"@types/node": "^22.13.1", "@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",
"postcss": "^8.5.1", "postcss": "^8.5.2",
"tailwindcss": "^4.0.4", "tailwindcss": "^4.0.6",
"typescript": "^5.7.3", "typescript": "^5.7.3",
"vercel": "^39.4.2" "vercel": "^39.4.2"
}, },