diff --git a/Dockerfile b/Dockerfile index c79e4ca..2e01574 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:22.11.0-alpine AS base +FROM node:22.12.0-alpine AS base FROM base AS builder WORKDIR /app diff --git a/bun.lockb b/bun.lockb index 86af674..e30a04d 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b0604bc..a980734 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@radix-ui/react-toggle-group": "^1.1.0", "@radix-ui/react-tooltip": "^1.1.4", "@t3-oss/env-nextjs": "^0.11.1", - "@upstash/ratelimit": "^2.0.4", + "@upstash/ratelimit": "^2.0.5", "@upstash/redis": "^1.34.3", "@vercel/analytics": "^1.4.1", "babel-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124", @@ -53,23 +53,23 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cookies-next": "^5.0.2", - "drizzle-orm": "^0.36.4", + "drizzle-orm": "^0.38.0", "emoji-picker-react": "^4.12.0", - "lucide-react": "^0.462.0", - "next": "^15.0.4-canary.33", + "lucide-react": "^0.468.0", + "next": "^15.1.0", "next-auth": "5.0.0-beta.25", - "next-themes": "^0.4.3", + "next-themes": "^0.4.4", "postgres": "3.3.5", - "react": "19.0.0-rc-fb9a90fa48-20240614", - "react-dom": "19.0.0-rc-fb9a90fa48-20240614", - "react-hook-form": "^7.53.2", + "react": "19.0.0", + "react-dom": "19.0.0", + "react-hook-form": "^7.54.0", "react-resizable-panels": "^2.1.7", - "sonner": "^1.7.0", + "sonner": "^1.7.1", "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7", "uuid": "^11.0.3", "valtio": "^2.1.2", - "zod": "^3.23.8" + "zod": "^3.24.1" }, "devDependencies": { "@commitlint/cli": "^19.6.0", @@ -77,28 +77,28 @@ "@ianvs/prettier-plugin-sort-imports": "^4.4.0", "@total-typescript/ts-reset": "^0.6.1", "@types/bcryptjs": "^2.4.6", - "@types/node": "22.10.1", + "@types/node": "22.10.2", "@types/react": "npm:types-react@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0", "@types/uuid": "^10.0.0", - "@typescript-eslint/eslint-plugin": "^8.16.0", - "@typescript-eslint/parser": "^8.16.0", + "@typescript-eslint/eslint-plugin": "^8.18.0", + "@typescript-eslint/parser": "^8.18.0", "autoprefixer": "10.4.20", - "drizzle-kit": "^0.28.1", + "drizzle-kit": "^0.30.0", "eslint": "9.16.0", - "eslint-config-next": "15.0.3", + "eslint-config-next": "15.1.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124", "eslint-plugin-tailwindcss": "^3.17.5", "husky": "^9.1.7", "jiti": "^2.4.1", - "lint-staged": "^15.2.10", + "lint-staged": "^15.2.11", "pg": "^8.13.1", "postcss": "8.4.49", - "prettier": "^3.4.1", + "prettier": "^3.4.2", "prettier-plugin-tailwindcss": "^0.6.9", "sharp": "^0.33.5", - "tailwindcss": "3.4.15", + "tailwindcss": "3.4.16", "typescript": "5.7.2" }, "lint-staged": { @@ -115,7 +115,7 @@ ] }, "engines": { - "node": ">=22.11.0" + "node": ">=22.12.0" }, "overrides": { "@types/react": "npm:types-react@19.0.0-rc.1",