diff --git a/bun.lockb b/bun.lockb index 4fc9ff5..94558d3 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/dockerfile b/dockerfile index 0f0598f..86a77c6 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.15.1-alpine AS base +FROM node:20.17.0-alpine AS base FROM base AS builder WORKDIR /app diff --git a/package.json b/package.json index 15dccd2..bae9b2a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "prepare": "husky" }, "dependencies": { - "@auth/drizzle-adapter": "^1.4.1", + "@auth/drizzle-adapter": "^1.5.0", "@hookform/resolvers": "^3.9.0", "@radix-ui/react-accordion": "^1.2.0", "@radix-ui/react-alert-dialog": "^1.1.1", @@ -44,63 +44,63 @@ "@radix-ui/react-toggle": "^1.1.0", "@radix-ui/react-toggle-group": "^1.1.0", "@radix-ui/react-tooltip": "^1.1.2", - "@t3-oss/env-nextjs": "^0.10.1", - "@tanstack/react-query": "^5.51.11", - "@upstash/ratelimit": "^2.0.1", - "@upstash/redis": "^1.33.0", - "babel-plugin-react-compiler": "^0.0.0-experimental-696af53-20240625", + "@t3-oss/env-nextjs": "^0.11.1", + "@tanstack/react-query": "^5.56.2", + "@upstash/ratelimit": "^2.0.3", + "@upstash/redis": "^1.34.0", + "babel-plugin-react-compiler": "^0.0.0", "bcryptjs": "^2.4.3", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "cmdk": "^1.0.0", "cookies-next": "^4.2.1", - "drizzle-orm": "^0.32.0", + "drizzle-orm": "^0.33.0", "geist": "^1.3.1", "jiti": "^1.21.6", - "jotai": "^2.9.0", - "lucide-react": "^0.412.0", + "jotai": "^2.9.3", + "lucide-react": "^0.441.0", "next": "^15.0.0-rc.0", "next-auth": "beta", "next-themes": "^0.3.0", "postgres": "^3.4.4", "react": "^19.0.0-rc-fb9a90fa48-20240614", "react-dom": "^19.0.0-rc-fb9a90fa48-20240614", - "react-hook-form": "^7.52.1", + "react-hook-form": "^7.53.0", "react-use-audio-player": "^2.2.0", "sonner": "^1.5.0", - "tailwind-merge": "^2.4.0", + "tailwind-merge": "^2.5.2", "tailwindcss-animate": "^1.0.7", - "vaul": "^0.9.1", + "vaul": "^0.9.3", "zod": "^3.23.8" }, "devDependencies": { - "@commitlint/cli": "^19.3.0", - "@commitlint/config-conventional": "^19.2.2", + "@commitlint/cli": "^19.5.0", + "@commitlint/config-conventional": "^19.5.0", "@ianvs/prettier-plugin-sort-imports": "^4.3.1", - "@next/bundle-analyzer": "^14.2.5", - "@total-typescript/ts-reset": "^0.5.1", + "@next/bundle-analyzer": "^14.2.11", + "@total-typescript/ts-reset": "^0.6.1", "@types/bcryptjs": "^2.4.6", - "@types/node": "22.0.0", - "@types/react": "18.3.3", + "@types/node": "22.5.5", + "@types/react": "18.3.7", "@types/react-dom": "18.3.0", - "@typescript-eslint/eslint-plugin": "7.16.1", - "@typescript-eslint/parser": "^7.16.1", - "autoprefixer": "10.4.19", - "drizzle-kit": "^0.23.0", - "eslint": "8.57.0", - "eslint-config-next": "14.2.5", + "@typescript-eslint/eslint-plugin": "7.18.0", + "@typescript-eslint/parser": "^7.18.0", + "autoprefixer": "10.4.20", + "drizzle-kit": "^0.24.2", + "eslint": "8.57.1", + "eslint-config-next": "14.2.11", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-react-compiler": "^0.0.0-experimental-0998c1e-20240625", + "eslint-plugin-react-compiler": "^0.0.0-experimental-1e9896a-20240916", "eslint-plugin-tailwindcss": "^3.17.4", - "husky": "^9.1.1", - "lint-staged": "^15.2.7", + "husky": "^9.1.6", + "lint-staged": "^15.2.10", "pg": "^8.12.0", - "postcss": "8.4.39", + "postcss": "8.4.47", "prettier": "^3.3.3", - "prettier-plugin-tailwindcss": "^0.6.5", - "sharp": "^0.33.4", - "tailwindcss": "3.4.6", - "typescript": "5.5.3" + "prettier-plugin-tailwindcss": "^0.6.6", + "sharp": "^0.33.5", + "tailwindcss": "3.4.11", + "typescript": "5.6.2" }, "lint-staged": { "*.{ts,tsx,md,mdx}": [