diff --git a/app/(main)/footer.tsx b/app/(main)/footer.tsx index c52f489..39a4634 100644 --- a/app/(main)/footer.tsx +++ b/app/(main)/footer.tsx @@ -12,14 +12,14 @@ export default function Footer() { {t("a_303-585_GitHub")} v{version} diff --git a/bun.lockb b/bun.lockb index 79e4d83..2c9b78b 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 14d11ff..92b7cc0 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ }, "devDependencies": { "@next/bundle-analyzer": "^15.0.3", - "@tailwindcss/postcss": "^4.0.0-beta.2", + "@tailwindcss/postcss": "^4.0.0-beta.3", "@types/node": "^22.10.0", "@types/react": "npm:types-react@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", @@ -67,7 +67,7 @@ "postcss": "^8.4.49", "prettier": "^3.4.1", "prettier-plugin-tailwindcss": "^0.6.9", - "tailwindcss": "^4.0.0-beta.2", + "tailwindcss": "^4.0.0-beta.3", "typescript": "^5.7.2", "vercel": "39.1.1" },