chore: update dependencies in package.json to latest versions

This commit is contained in:
hamster1963 2025-04-23 17:04:27 +08:00
parent 484266666d
commit e03e6232fb
2 changed files with 22 additions and 22 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -15,23 +15,23 @@
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@heroicons/react": "^2.2.0",
"@radix-ui/react-dialog": "^1.1.7",
"@radix-ui/react-dropdown-menu": "^2.1.7",
"@radix-ui/react-label": "^2.1.3",
"@radix-ui/react-navigation-menu": "^1.2.6",
"@radix-ui/react-popover": "^1.1.7",
"@radix-ui/react-progress": "^1.1.3",
"@radix-ui/react-radio-group": "^1.2.4",
"@radix-ui/react-separator": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.11",
"@radix-ui/react-dropdown-menu": "^2.1.12",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-navigation-menu": "^1.2.10",
"@radix-ui/react-popover": "^1.1.11",
"@radix-ui/react-progress": "^1.1.4",
"@radix-ui/react-radio-group": "^1.3.4",
"@radix-ui/react-separator": "^1.1.4",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-switch": "^1.1.4",
"@radix-ui/react-tooltip": "^1.2.0",
"@radix-ui/react-switch": "^1.2.2",
"@radix-ui/react-tooltip": "^1.2.4",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/crypto-js": "^4.2.2",
"@types/d3-geo": "^3.1.0",
"@types/luxon": "^3.6.2",
"babel-plugin-react-compiler": "^19.0.0-beta-e993439-20250405",
"caniuse-lite": "^1.0.30001712",
"babel-plugin-react-compiler": "^19.0.0-beta-ebf51a3-20250411",
"caniuse-lite": "^1.0.30001715",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
@ -44,9 +44,9 @@
"lucide-react": "^0.474.0",
"luxon": "^3.6.1",
"maxmind": "^4.3.24",
"next": "^15.3.0",
"next-auth": "^5.0.0-beta.25",
"next-intl": "^4.0.2",
"next": "^15.3.1",
"next-auth": "^5.0.0-beta.26",
"next-intl": "^4.0.3",
"next-runtime-env": "^3.3.0",
"next-themes": "^0.4.6",
"react": "^19.1.0",
@ -54,7 +54,7 @@
"react-dom": "^19.1.0",
"react-intersection-observer": "^9.16.0",
"react-wrap-balancer": "^1.1.1",
"recharts": "^2.15.2",
"recharts": "^2.15.3",
"sharp": "^0.33.5",
"swr": "^2.3.3",
"tailwind-merge": "^3.2.0",
@ -62,15 +62,15 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@next/bundle-analyzer": "^15.3.0",
"@tailwindcss/postcss": "^4.1.3",
"@types/node": "^22.14.0",
"@types/react": "^19.1.0",
"@next/bundle-analyzer": "^15.3.1",
"@tailwindcss/postcss": "^4.1.4",
"@types/node": "^22.14.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.3",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3",
"vercel": "^41.5.0"
"vercel": "^41.6.2"
},
"overrides": {
"react-is": "^19.0.0-rc-69d4b800-20241021"