diff --git a/bun.lockb b/bun.lockb index d462588..56ed5dd 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b365933..01af8eb 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "ui": "bunx shadcn-ui" }, "dependencies": { - "@auth/core": "^0.18.6", - "@auth/drizzle-adapter": "^0.3.11", + "@auth/core": "^0.19.0", + "@auth/drizzle-adapter": "^0.3.12", "@hookform/resolvers": "^3.3.2", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-avatar": "^1.0.4", @@ -39,13 +39,13 @@ "@radix-ui/react-tooltip": "^1.0.7", "@t3-oss/env-nextjs": "^0.7.1", "@upstash/ratelimit": "^1.0.0", - "@upstash/redis": "^1.25.2", + "@upstash/redis": "^1.27.1", "bcryptjs": "^2.4.3", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", - "drizzle-orm": "^0.29.1", - "emoji-picker-react": "^4.5.16", - "lucide-react": "^0.298.0", + "drizzle-orm": "^0.29.2", + "emoji-picker-react": "^4.6.0", + "lucide-react": "^0.302.0", "next": "14.0.4", "next-auth": "^4.24.5", "next-themes": "^0.2.1", @@ -53,9 +53,9 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.49.2", - "react-resizable-panels": "^1.0.4", - "sonner": "^1.2.4", - "tailwind-merge": "^2.1.0", + "react-resizable-panels": "^1.0.5", + "sonner": "^1.3.0", + "tailwind-merge": "^2.2.0", "tailwindcss-animate": "^1.0.7", "uuid": "^9.0.1", "zod": "^3.22.4" @@ -70,10 +70,10 @@ "@types/react": "18.2.45", "@types/react-dom": "18.2.18", "@types/uuid": "^9.0.7", - "@typescript-eslint/eslint-plugin": "^6.14.0", - "@typescript-eslint/parser": "^6.14.0", + "@typescript-eslint/eslint-plugin": "^6.16.0", + "@typescript-eslint/parser": "^6.16.0", "autoprefixer": "10.4.16", - "drizzle-kit": "^0.20.6", + "drizzle-kit": "^0.20.8", "eslint": "8.56.0", "eslint-config-next": "14.0.4", "eslint-config-prettier": "^9.1.0", @@ -85,7 +85,7 @@ "prettier": "^3.1.1", "prettier-plugin-tailwindcss": "^0.5.9", "sharp": "^0.33.1", - "tailwindcss": "3.3.6", + "tailwindcss": "3.4.0", "typescript": "5.3.3" }, "lint-staged": {