diff --git a/bun.lockb b/bun.lockb index e266831..273615e 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/dockerfile b/dockerfile index 40f4710..d20c703 100644 --- a/dockerfile +++ b/dockerfile @@ -7,7 +7,7 @@ COPY package.json bun.lockb ./ RUN bun install --frozen-lockfile # 2. Rebuild the source code only when needed -FROM node:20.12.2-alpine AS base +FROM node:20.13.1-alpine AS base FROM base AS builder WORKDIR /app diff --git a/package.json b/package.json index e2b2d58..3789e5c 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "prepare": "husky" }, "dependencies": { - "@auth/drizzle-adapter": "^1.0.1", - "@hookform/resolvers": "^3.3.4", + "@auth/drizzle-adapter": "^1.1.0", + "@hookform/resolvers": "^3.4.2", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-avatar": "^1.0.4", @@ -46,32 +46,32 @@ "@radix-ui/react-tooltip": "^1.0.7", "@t3-oss/env-nextjs": "^0.10.1", "@upstash/ratelimit": "^1.1.3", - "@upstash/redis": "^1.30.0", + "@upstash/redis": "^1.31.3", "babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517", "bcryptjs": "^2.4.3", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "cmdk": "^1.0.0", - "cookies-next": "^4.1.1", + "cookies-next": "^4.2.1", "drizzle-orm": "^0.30.10", "eslint-plugin-react-compiler": "^0.0.0-experimental-c8b3f72-20240517", "geist": "^1.3.0", "jiti": "^1.21.0", - "jotai": "^2.8.0", - "lucide-react": "^0.378.0", - "next": "^14.3.0-canary.72", + "jotai": "^2.8.2", + "lucide-react": "^0.379.0", + "next": "^14.3.0-canary.84", "next-auth": "beta", "next-themes": "^0.3.0", "postgres": "^3.4.4", - "react": "^19.0.0-beta-26f2496093-20240514", - "react-dom": "^19.0.0-beta-26f2496093-20240514", - "react-hook-form": "^7.51.4", + "react": "^19.0.0-rc-f994737d14-20240522", + "react-dom": "^19.0.0-rc-f994737d14-20240522", + "react-hook-form": "^7.51.5", "react-use-audio-player": "^2.2.0", "sonner": "^1.4.41", "tailwind-merge": "^2.3.0", "tailwindcss-animate": "^1.0.7", - "vaul": "^0.9.0", - "zod": "^3.23.6" + "vaul": "^0.9.1", + "zod": "^3.23.8" }, "devDependencies": { "@commitlint/cli": "^19.3.0", @@ -80,19 +80,19 @@ "@next/bundle-analyzer": "^14.2.3", "@total-typescript/ts-reset": "^0.5.1", "@types/bcryptjs": "^2.4.6", - "@types/node": "20.12.8", - "@types/react": "18.3.1", + "@types/node": "20.12.12", + "@types/react": "18.3.3", "@types/react-dom": "18.3.0", - "@typescript-eslint/eslint-plugin": "7.8.0", - "@typescript-eslint/parser": "^7.8.0", + "@typescript-eslint/eslint-plugin": "7.10.0", + "@typescript-eslint/parser": "^7.10.0", "autoprefixer": "10.4.19", - "drizzle-kit": "^0.21.2", + "drizzle-kit": "^0.21.4", "eslint": "8.57.0", "eslint-config-next": "14.2.3", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-tailwindcss": "^3.15.1", + "eslint-plugin-tailwindcss": "^3.17.0", "husky": "^9.0.11", - "lint-staged": "^15.2.2", + "lint-staged": "^15.2.5", "pg": "^8.11.5", "postcss": "8.4.38", "prettier": "^3.2.5",