chore: update dependencies in package.json to latest versions

This commit is contained in:
hamster1963 2025-04-02 11:36:46 +08:00
parent 55cec2e055
commit 0837393903
2 changed files with 10 additions and 10 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -28,8 +28,8 @@
"@trivago/prettier-plugin-sort-imports": "^5.2.2", "@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/crypto-js": "^4.2.2", "@types/crypto-js": "^4.2.2",
"@types/d3-geo": "^3.1.0", "@types/d3-geo": "^3.1.0",
"@types/luxon": "^3.4.2", "@types/luxon": "^3.6.0",
"babel-plugin-react-compiler": "^19.0.0-beta-e552027-20250112", "babel-plugin-react-compiler": "^19.0.0-beta-e993439-20250328",
"caniuse-lite": "^1.0.30001707", "caniuse-lite": "^1.0.30001707",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
@ -41,33 +41,33 @@
"flag-icons": "^7.3.2", "flag-icons": "^7.3.2",
"i18n-iso-countries": "^7.14.0", "i18n-iso-countries": "^7.14.0",
"lucide-react": "^0.474.0", "lucide-react": "^0.474.0",
"luxon": "^3.6.0", "luxon": "^3.6.1",
"maxmind": "^4.3.24", "maxmind": "^4.3.24",
"next": "^15.2.4", "next": "^15.2.4",
"next-auth": "^5.0.0-beta.25", "next-auth": "^5.0.0-beta.25",
"next-intl": "^4.0.2", "next-intl": "^4.0.2",
"next-runtime-env": "^3.2.2", "next-runtime-env": "^3.3.0",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"react": "^19.0.0", "react": "^19.1.0",
"react-device-detect": "^2.2.3", "react-device-detect": "^2.2.3",
"react-dom": "^19.0.0", "react-dom": "^19.1.0",
"react-intersection-observer": "^9.16.0", "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.3", "swr": "^2.3.3",
"tailwind-merge": "^3.0.2", "tailwind-merge": "^3.1.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.4", "@next/bundle-analyzer": "^15.2.4",
"@tailwindcss/postcss": "^4.0.16", "@tailwindcss/postcss": "^4.1.0",
"@types/node": "^22.13.13", "@types/node": "^22.13.17",
"@types/react": "^19.0.12", "@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4", "@types/react-dom": "^19.0.4",
"postcss": "^8.5.3", "postcss": "^8.5.3",
"tailwindcss": "^4.0.16", "tailwindcss": "^4.1.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",
"vercel": "^41.4.1" "vercel": "^41.4.1"
}, },