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 13, 2024
1 parent 314821b commit e2256c9
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 58 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:22.11.0-alpine AS base
FROM node:22.12.0-alpine AS base

FROM base AS builder
WORKDIR /app
Expand Down
114 changes: 57 additions & 57 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,81 +25,81 @@
"prepare": "husky"
},
"dependencies": {
"@auth/drizzle-adapter": "^1.7.0",
"@hookform/resolvers": "^3.9.0",
"@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-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@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.3",
"@auth/drizzle-adapter": "^1.7.4",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.3",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.2.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.3",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.5",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^5.59.13",
"@upstash/ratelimit": "^2.0.3",
"@tanstack/react-query": "^5.62.7",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.3",
"babel-plugin-react-compiler": "^0.0.0-experimental-ad3b12a-20241011",
"babel-plugin-react-compiler": "^0.0.0-experimental-fe484b5-20240912",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"cmdk": "^1.0.4",
"cookies-next": "^5.0.2",
"drizzle-orm": "^0.34.1",
"drizzle-orm": "^0.38.1",
"geist": "^1.3.1",
"jotai": "^2.10.0",
"lucide-react": "^0.452.0",
"next": "^15.0.4-canary.4",
"next-auth": "^5.0.0-beta.22",
"next-themes": "^0.3.0",
"postgres": "^3.4.4",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-hook-form": "^7.53.0",
"jotai": "^2.10.3",
"lucide-react": "^0.468.0",
"next": "^15.1.0",
"next-auth": "^5.0.0-beta.25",
"next-themes": "^0.4.4",
"postgres": "^3.4.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.1",
"react-use-audio-player": "^2.2.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.3",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.0",
"zod": "^3.23.8"
"vaul": "^1.1.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@next/bundle-analyzer": "15.0.3",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@next/bundle-analyzer": "15.1.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/bcryptjs": "^2.4.6",
"@types/node": "22.7.5",
"@types/node": "22.10.2",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]-rc.1",
"@types/react-dom": "npm:[email protected]",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "10.4.20",
"drizzle-kit": "^0.25.0",
"eslint": "9.14.0",
"eslint-config-next": "15.0.3",
"drizzle-kit": "^0.30.0",
"eslint": "9.16.0",
"eslint-config-next": "15.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-compiler": "^0.0.0-experimental-45ae4c3-20241011",
"eslint-plugin-react-compiler": "^0.0.0-experimental-fcabbc1-20241106",
"eslint-plugin-tailwindcss": "^3.17.5",
"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.8",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"pg": "^8.13.1",
"postcss": "8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"sharp": "^0.33.5",
"tailwindcss": "3.4.13",
"typescript": "5.6.3"
"tailwindcss": "3.4.16",
"typescript": "5.7.2"
},
"lint-staged": {
"*.{ts,tsx,md,mdx}": [
Expand All @@ -116,6 +116,6 @@
},
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]-rc.1"
"@types/react-dom": "npm:[email protected]"
}
}

0 comments on commit e2256c9

Please sign in to comment.