Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 27, 2024
1 parent 6aea250 commit b810b4f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 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.12.2-alpine AS base
FROM node:20.13.1-alpine AS base

FROM base AS builder
WORKDIR /app
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"prepare": "husky"
},
"dependencies": {
"@auth/drizzle-adapter": "^1.0.1",
"@hookform/resolvers": "^3.3.4",
"@auth/drizzle-adapter": "^1.1.0",
"@hookform/resolvers": "^3.4.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
Expand All @@ -46,32 +46,32 @@
"@radix-ui/react-tooltip": "^1.0.7",
"@t3-oss/env-nextjs": "^0.10.1",
"@upstash/ratelimit": "^1.1.3",
"@upstash/redis": "^1.30.0",
"@upstash/redis": "^1.31.3",
"babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"cookies-next": "^4.1.1",
"cookies-next": "^4.2.1",
"drizzle-orm": "^0.30.10",
"eslint-plugin-react-compiler": "^0.0.0-experimental-c8b3f72-20240517",
"geist": "^1.3.0",
"jiti": "^1.21.0",
"jotai": "^2.8.0",
"lucide-react": "^0.378.0",
"next": "^14.3.0-canary.72",
"jotai": "^2.8.2",
"lucide-react": "^0.379.0",
"next": "^14.3.0-canary.84",
"next-auth": "beta",
"next-themes": "^0.3.0",
"postgres": "^3.4.4",
"react": "^19.0.0-beta-26f2496093-20240514",
"react-dom": "^19.0.0-beta-26f2496093-20240514",
"react-hook-form": "^7.51.4",
"react": "^19.0.0-rc-f994737d14-20240522",
"react-dom": "^19.0.0-rc-f994737d14-20240522",
"react-hook-form": "^7.51.5",
"react-use-audio-player": "^2.2.0",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.0",
"zod": "^3.23.6"
"vaul": "^0.9.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
Expand All @@ -80,19 +80,19 @@
"@next/bundle-analyzer": "^14.2.3",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bcryptjs": "^2.4.6",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/node": "20.12.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"autoprefixer": "10.4.19",
"drizzle-kit": "^0.21.2",
"drizzle-kit": "^0.21.4",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-tailwindcss": "^3.17.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.5",
"pg": "^8.11.5",
"postcss": "8.4.38",
"prettier": "^3.2.5",
Expand Down

1 comment on commit b810b4f

@vercel
Copy link

@vercel vercel bot commented on b810b4f May 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.