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] authored Aug 22, 2024
1 parent 9217c3d commit f960b18
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
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
Binary file modified bun.lockb
Binary file not shown.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"prepare": "husky"
},
"dependencies": {
"@auth/core": "^0.34.1",
"@auth/drizzle-adapter": "^1.4.1",
"@auth/core": "^0.34.2",
"@auth/drizzle-adapter": "^1.4.2",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
Expand All @@ -44,62 +44,62 @@
"@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",
"@t3-oss/env-nextjs": "^0.11.0",
"@upstash/ratelimit": "^2.0.1",
"@upstash/redis": "^1.33.0",
"@upstash/redis": "^1.34.0",
"@vercel/analytics": "^1.3.1",
"babel-plugin-react-compiler": "^0.0.0-experimental-696af53-20240625",
"babel-plugin-react-compiler": "^0.0.0-experimental-7d62301-20240821",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cookies-next": "^4.2.0",
"drizzle-orm": "^0.32.0",
"drizzle-orm": "^0.33.0",
"emoji-picker-react": "^4.11.1",
"lucide-react": "^0.412.0",
"lucide-react": "^0.429.0",
"next": "^14.3.0-canary.87",
"next-auth": "5.0.0-beta.19",
"next-auth": "5.0.0-beta.20",
"next-themes": "^0.3.0",
"postgres": "3.3.5",
"react": "^19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614",
"react-hook-form": "^7.52.1",
"react-resizable-panels": "^2.0.22",
"react-hook-form": "^7.52.2",
"react-resizable-panels": "^2.1.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0",
"valtio": "^1.13.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bcryptjs": "^2.4.6",
"@types/node": "22.0.0",
"@types/react": "18.3.3",
"@types/node": "22.5.0",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"autoprefixer": "10.4.19",
"drizzle-kit": "^0.23.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "10.4.20",
"drizzle-kit": "^0.24.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"eslint-config-next": "14.2.6",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-compiler": "^0.0.0-experimental-0998c1e-20240625",
"eslint-plugin-react-compiler": "^0.0.0-experimental-8e3b87c-20240821",
"eslint-plugin-tailwindcss": "^3.17.4",
"husky": "^9.1.1",
"husky": "^9.1.5",
"jiti": "^1.21.6",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.9",
"pg": "^8.12.0",
"postcss": "8.4.39",
"postcss": "8.4.41",
"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.10",
"typescript": "5.5.4"
},
"lint-staged": {
"*.{ts,tsx,md,mdx}": [
Expand All @@ -115,6 +115,6 @@
]
},
"engines": {
"node": ">=20.15.1"
"node": ">=20.17.0"
}
}

0 comments on commit f960b18

Please sign in to comment.