Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rajput-hemant committed Sep 27, 2024
2 parents f0122e7 + 5111b96 commit ffd9322
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
Binary file modified bun.lockb
Binary file not shown.
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:20.15.1-alpine AS base
FROM node:20.17.0-alpine AS base

FROM base AS builder
WORKDIR /app
Expand Down
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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-experimental-ca8e0be-20240916",
"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-ca16900-20240916",
"eslint-plugin-tailwindcss": "^3.17.4",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"pg": "^8.12.0",
"postcss": "8.4.39",
"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.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.12",
"typescript": "5.6.2"
},
"lint-staged": {
"*.{ts,tsx,md,mdx}": [
Expand Down

1 comment on commit ffd9322

@vercel
Copy link

@vercel vercel bot commented on ffd9322 Sep 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.