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 Dec 11, 2024
1 parent d152a4c commit 4792990
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 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.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,31 +45,31 @@
"@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/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.0",
"emoji-picker-react": "^4.12.0",
"lucide-react": "^0.462.0",
"next": "^15.0.4-canary.33",
"lucide-react": "^0.468.0",
"next": "^15.1.0",
"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.0",
"react-resizable-panels": "^2.1.7",
"sonner": "^1.7.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3",
"valtio": "^2.1.2",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
Expand All @@ -81,24 +81,24 @@
"@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.18.0",
"@typescript-eslint/parser": "^8.18.0",
"autoprefixer": "10.4.20",
"drizzle-kit": "^0.28.1",
"drizzle-kit": "^0.30.0",
"eslint": "9.16.0",
"eslint-config-next": "15.0.3",
"eslint-config-next": "15.1.0",
"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",
"lint-staged": "^15.2.11",
"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.16",
"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 4792990

Please sign in to comment.