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 Jan 5, 2025
1 parent d152a4c commit ff40c45
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 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:22.11.0-alpine AS base
FROM node:22.12.0-alpine AS base

FROM base AS builder
WORKDIR /app
Expand Down
Binary file modified bun.lockb
Binary file not shown.
82 changes: 41 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,78 +27,78 @@
"@auth/core": "^0.37.4",
"@auth/drizzle-adapter": "^1.7.4",
"@hookform/resolvers": "^3.9.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",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.4",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-hover-card": "^1.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@t3-oss/env-nextjs": "^0.11.1",
"@upstash/ratelimit": "^2.0.4",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.3",
"@vercel/analytics": "^1.4.1",
"babel-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookies-next": "^5.0.2",
"drizzle-orm": "^0.36.4",
"drizzle-orm": "^0.38.3",
"emoji-picker-react": "^4.12.0",
"lucide-react": "^0.462.0",
"next": "^15.0.4-canary.33",
"lucide-react": "^0.469.0",
"next": "^15.1.3",
"next-auth": "5.0.0-beta.25",
"next-themes": "^0.4.3",
"next-themes": "^0.4.4",
"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": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",
"react-resizable-panels": "^2.1.7",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.5",
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3",
"uuid": "^11.0.4",
"valtio": "^2.1.2",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/bcryptjs": "^2.4.6",
"@types/node": "22.10.1",
"@types/node": "22.10.5",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"autoprefixer": "10.4.20",
"drizzle-kit": "^0.28.1",
"eslint": "9.16.0",
"eslint-config-next": "15.0.3",
"drizzle-kit": "^0.30.1",
"eslint": "9.17.0",
"eslint-config-next": "15.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"eslint-plugin-tailwindcss": "^3.17.5",
"husky": "^9.1.7",
"jiti": "^2.4.1",
"lint-staged": "^15.2.10",
"jiti": "^2.4.2",
"lint-staged": "^15.3.0",
"pg": "^8.13.1",
"postcss": "8.4.49",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"sharp": "^0.33.5",
"tailwindcss": "3.4.15",
"tailwindcss": "3.4.17",
"typescript": "5.7.2"
},
"lint-staged": {
Expand All @@ -115,7 +115,7 @@
]
},
"engines": {
"node": ">=22.11.0"
"node": ">=22.12.0"
},
"overrides": {
"@types/react": "npm:[email protected]",
Expand Down

0 comments on commit ff40c45

Please sign in to comment.