chore: deps

This commit is contained in:
hamster1963 2024-12-07 18:42:25 +08:00
parent 6559774b1a
commit 4135a4fd77
2 changed files with 4 additions and 4 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -28,7 +28,7 @@
"@types/d3-geo": "^3.1.0", "@types/d3-geo": "^3.1.0",
"@types/luxon": "^3.4.2", "@types/luxon": "^3.4.2",
"@typescript-eslint/eslint-plugin": "^8.17.0", "@typescript-eslint/eslint-plugin": "^8.17.0",
"caniuse-lite": "^1.0.30001686", "caniuse-lite": "^1.0.30001687",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"country-flag-icons": "^1.5.13", "country-flag-icons": "^1.5.13",
@ -41,7 +41,7 @@
"luxon": "^3.5.0", "luxon": "^3.5.0",
"next": "^15.0.4", "next": "^15.0.4",
"next-auth": "^5.0.0-beta.25", "next-auth": "^5.0.0-beta.25",
"next-intl": "^3.25.3", "next-intl": "^3.26.0",
"next-runtime-env": "^3.2.2", "next-runtime-env": "^3.2.2",
"next-themes": "^0.4.4", "next-themes": "^0.4.4",
"react": "19.0.0-rc-02c0e824-20241028", "react": "19.0.0-rc-02c0e824-20241028",
@ -58,7 +58,7 @@
}, },
"devDependencies": { "devDependencies": {
"@next/bundle-analyzer": "^15.0.4", "@next/bundle-analyzer": "^15.0.4",
"@tailwindcss/postcss": "^4.0.0-beta.5", "@tailwindcss/postcss": "^4.0.0-beta.6",
"@types/node": "^22.10.1", "@types/node": "^22.10.1",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
@ -69,7 +69,7 @@
"postcss": "^8.4.49", "postcss": "^8.4.49",
"prettier": "^3.4.2", "prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9", "prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^4.0.0-beta.5", "tailwindcss": "^4.0.0-beta.6",
"typescript": "^5.7.2", "typescript": "^5.7.2",
"vercel": "39.1.1" "vercel": "39.1.1"
}, },