Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.21.1-alpine AS base

FROM base AS builder
WORKDIR /app
Expand Down
Binary file modified bun.lockb
Binary file not shown.
128 changes: 64 additions & 64 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,82 +24,82 @@
"prepare": "husky"
},
"dependencies": {
"@auth/core": "^0.37.4",
"@auth/drizzle-adapter": "^1.7.4",
"@hookform/resolvers": "^5.0.1",
"@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-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@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.4",
"@t3-oss/env-nextjs": "^0.11.1",
"@upstash/ratelimit": "^2.0.4",
"@upstash/redis": "^1.34.3",
"@vercel/analytics": "^1.4.1",
"babel-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"bcryptjs": "^3.0.0",
"@auth/core": "^0.41.1",
"@auth/drizzle-adapter": "^1.11.1",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@t3-oss/env-nextjs": "^0.13.8",
"@upstash/ratelimit": "^2.0.7",
"@upstash/redis": "^1.35.7",
"@vercel/analytics": "^1.6.1",
"babel-plugin-react-compiler": "^19.0.0-beta-ebf51a3-20250411",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookies-next": "^6.0.0",
"drizzle-orm": "^0.36.4",
"emoji-picker-react": "^4.12.0",
"lucide-react": "^0.462.0",
"next": "^15.0.4-canary.33",
"cookies-next": "^6.1.1",
"drizzle-orm": "^0.45.1",
"emoji-picker-react": "^4.16.1",
"lucide-react": "^0.561.0",
"next": "^15.5.9",
"next-auth": "5.0.0-beta.25",
"next-themes": "^0.4.3",
"next-themes": "^0.4.6",
"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-resizable-panels": "^3.0.1",
"sonner": "^2.0.1",
"tailwind-merge": "^3.0.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hook-form": "^7.68.0",
"react-resizable-panels": "^3.0.6",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3",
"valtio": "^2.1.2",
"zod": "^3.23.8"
"uuid": "^11.1.0",
"valtio": "^2.2.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/bcryptjs": "^3.0.0",
"@types/node": "24.0.7",
"@types/node": "24.10.3",
"@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",
"autoprefixer": "10.4.20",
"drizzle-kit": "^0.28.1",
"eslint": "9.16.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"eslint-plugin-tailwindcss": "^3.17.5",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@typescript-eslint/parser": "^8.49.0",
"autoprefixer": "10.4.22",
"drizzle-kit": "^0.31.8",
"eslint": "9.39.1",
"eslint-config-next": "15.5.9",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-compiler": "^19.0.0-beta-ebf51a3-20250411",
"eslint-plugin-tailwindcss": "^3.18.2",
"husky": "^9.1.7",
"jiti": "^2.4.1",
"lint-staged": "^16.0.0",
"pg": "^8.13.1",
"postcss": "8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"sharp": "^0.33.5",
"tailwindcss": "3.4.15",
"typescript": "5.7.2"
"jiti": "^2.6.1",
"lint-staged": "^16.2.7",
"pg": "^8.16.3",
"postcss": "8.5.6",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"sharp": "^0.34.5",
"tailwindcss": "3.4.19",
"typescript": "5.9.3"
},
"lint-staged": {
"*.{ts,tsx,md,mdx}": [
Expand All @@ -115,7 +115,7 @@
]
},
"engines": {
"node": ">=22.11.0"
"node": ">=22.21.1"
},
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
Expand Down
Loading