diff --git a/bun.lockb b/bun.lockb index 2c45826..3b1a02f 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/dockerfile b/dockerfile index 5499b2a..0e47fb9 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.13.1-alpine AS base FROM base AS builder WORKDIR /app diff --git a/package.json b/package.json index 6cdbe6e..fb27d7a 100644 --- a/package.json +++ b/package.json @@ -25,81 +25,81 @@ "prepare": "husky" }, "dependencies": { - "@auth/drizzle-adapter": "^1.7.0", - "@hookform/resolvers": "^3.9.0", - "@radix-ui/react-accordion": "^1.2.1", - "@radix-ui/react-alert-dialog": "^1.1.2", - "@radix-ui/react-avatar": "^1.1.1", - "@radix-ui/react-dialog": "^1.1.2", - "@radix-ui/react-dropdown-menu": "^2.1.2", - "@radix-ui/react-label": "^2.1.0", - "@radix-ui/react-navigation-menu": "^1.2.1", - "@radix-ui/react-scroll-area": "^1.2.0", - "@radix-ui/react-separator": "^1.1.0", - "@radix-ui/react-slider": "^1.2.1", - "@radix-ui/react-slot": "^1.1.0", - "@radix-ui/react-switch": "^1.1.1", - "@radix-ui/react-tabs": "^1.1.1", - "@radix-ui/react-toast": "^1.2.2", - "@radix-ui/react-toggle": "^1.1.0", - "@radix-ui/react-toggle-group": "^1.1.0", - "@radix-ui/react-tooltip": "^1.1.3", + "@auth/drizzle-adapter": "^1.7.4", + "@hookform/resolvers": "^3.10.0", + "@radix-ui/react-accordion": "^1.2.2", + "@radix-ui/react-alert-dialog": "^1.1.5", + "@radix-ui/react-avatar": "^1.1.2", + "@radix-ui/react-dialog": "^1.1.5", + "@radix-ui/react-dropdown-menu": "^2.1.5", + "@radix-ui/react-label": "^2.1.1", + "@radix-ui/react-navigation-menu": "^1.2.4", + "@radix-ui/react-scroll-area": "^1.2.2", + "@radix-ui/react-separator": "^1.1.1", + "@radix-ui/react-slider": "^1.2.2", + "@radix-ui/react-slot": "^1.1.1", + "@radix-ui/react-switch": "^1.1.2", + "@radix-ui/react-tabs": "^1.1.2", + "@radix-ui/react-toast": "^1.2.5", + "@radix-ui/react-toggle": "^1.1.1", + "@radix-ui/react-toggle-group": "^1.1.1", + "@radix-ui/react-tooltip": "^1.1.7", "@t3-oss/env-nextjs": "^0.11.1", - "@tanstack/react-query": "^5.59.13", - "@upstash/ratelimit": "^2.0.3", + "@tanstack/react-query": "^5.64.2", + "@upstash/ratelimit": "^2.0.5", "@upstash/redis": "^1.34.3", - "babel-plugin-react-compiler": "^0.0.0-experimental-ad3b12a-20241011", + "babel-plugin-react-compiler": "^0.0.0-experimental-fe484b5-20240912", "bcryptjs": "^2.4.3", - "class-variance-authority": "^0.7.0", + "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "cmdk": "^1.0.0", - "cookies-next": "^5.0.2", - "drizzle-orm": "^0.34.1", + "cmdk": "^1.0.4", + "cookies-next": "^5.1.0", + "drizzle-orm": "^0.38.4", "geist": "^1.3.1", - "jotai": "^2.10.0", - "lucide-react": "^0.452.0", - "next": "^15.0.4-canary.4", - "next-auth": "^5.0.0-beta.22", - "next-themes": "^0.3.0", - "postgres": "^3.4.4", - "react": "19.0.0-rc-66855b96-20241106", - "react-dom": "19.0.0-rc-66855b96-20241106", - "react-hook-form": "^7.53.0", + "jotai": "^2.11.1", + "lucide-react": "^0.473.0", + "next": "^15.1.6", + "next-auth": "^5.0.0-beta.25", + "next-themes": "^0.4.4", + "postgres": "^3.4.5", + "react": "19.0.0", + "react-dom": "19.0.0", + "react-hook-form": "^7.54.2", "react-use-audio-player": "^3.0.2", - "sonner": "^1.5.0", - "tailwind-merge": "^2.5.3", + "sonner": "^1.7.2", + "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7", - "vaul": "^1.1.0", - "zod": "^3.23.8" + "vaul": "^1.1.2", + "zod": "^3.24.1" }, "devDependencies": { - "@commitlint/cli": "^19.5.0", - "@commitlint/config-conventional": "^19.5.0", - "@ianvs/prettier-plugin-sort-imports": "^4.3.1", - "@next/bundle-analyzer": "15.0.3", + "@commitlint/cli": "^19.6.1", + "@commitlint/config-conventional": "^19.6.0", + "@ianvs/prettier-plugin-sort-imports": "^4.4.1", + "@next/bundle-analyzer": "15.1.6", "@total-typescript/ts-reset": "^0.6.1", "@types/bcryptjs": "^2.4.6", - "@types/node": "22.7.5", + "@types/node": "22.10.9", "@types/react": "npm:types-react@19.0.0-rc.1", - "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", + "@types/react-dom": "npm:types-react-dom@19.0.0", "@typescript-eslint/eslint-plugin": "7.18.0", "@typescript-eslint/parser": "^7.18.0", "autoprefixer": "10.4.20", - "drizzle-kit": "^0.25.0", - "eslint": "9.14.0", - "eslint-config-next": "15.0.3", + "drizzle-kit": "^0.30.2", + "eslint": "9.18.0", + "eslint-config-next": "15.1.6", "eslint-config-prettier": "^10.0.1", - "eslint-plugin-react-compiler": "^0.0.0-experimental-45ae4c3-20241011", - "eslint-plugin-tailwindcss": "^3.17.5", - "husky": "^9.1.6", - "lint-staged": "^15.2.10", - "pg": "^8.13.0", - "postcss": "8.4.47", - "prettier": "^3.3.3", - "prettier-plugin-tailwindcss": "^0.6.8", + "eslint-plugin-react-compiler": "^0.0.0-experimental-fcabbc1-20241106", + "eslint-plugin-tailwindcss": "^3.18.0", + "husky": "^9.1.7", + "lint-staged": "^15.4.2", + "pg": "^8.13.1", + "postcss": "8.5.1", + "prettier": "^3.4.2", + "prettier-plugin-tailwindcss": "^0.6.10", "sharp": "^0.33.5", - "tailwindcss": "3.4.13", - "typescript": "5.6.3" + "tailwindcss": "3.4.17", + "typescript": "5.7.3" }, "lint-staged": { "*.{ts,tsx,md,mdx}": [ @@ -116,6 +116,6 @@ }, "overrides": { "@types/react": "npm:types-react@19.0.0-rc.1", - "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1" + "@types/react-dom": "npm:types-react-dom@19.0.0" } }