Skip to content

Commit 5111b96

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 341cdce commit 5111b96

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

bun.lockb

18.3 KB
Binary file not shown.

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY package.json bun.lockb ./
77
RUN bun install --frozen-lockfile
88

99
# 2. Rebuild the source code only when needed
10-
FROM node:20.15.1-alpine AS base
10+
FROM node:20.17.0-alpine AS base
1111

1212
FROM base AS builder
1313
WORKDIR /app

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"prepare": "husky"
2626
},
2727
"dependencies": {
28-
"@auth/drizzle-adapter": "^1.4.1",
28+
"@auth/drizzle-adapter": "^1.5.0",
2929
"@hookform/resolvers": "^3.9.0",
3030
"@radix-ui/react-accordion": "^1.2.0",
3131
"@radix-ui/react-alert-dialog": "^1.1.1",
@@ -44,63 +44,63 @@
4444
"@radix-ui/react-toggle": "^1.1.0",
4545
"@radix-ui/react-toggle-group": "^1.1.0",
4646
"@radix-ui/react-tooltip": "^1.1.2",
47-
"@t3-oss/env-nextjs": "^0.10.1",
48-
"@tanstack/react-query": "^5.51.11",
49-
"@upstash/ratelimit": "^2.0.1",
50-
"@upstash/redis": "^1.33.0",
51-
"babel-plugin-react-compiler": "^0.0.0-experimental-696af53-20240625",
47+
"@t3-oss/env-nextjs": "^0.11.1",
48+
"@tanstack/react-query": "^5.56.2",
49+
"@upstash/ratelimit": "^2.0.3",
50+
"@upstash/redis": "^1.34.0",
51+
"babel-plugin-react-compiler": "^0.0.0-experimental-ca8e0be-20240916",
5252
"bcryptjs": "^2.4.3",
5353
"class-variance-authority": "^0.7.0",
5454
"clsx": "^2.1.1",
5555
"cmdk": "^1.0.0",
5656
"cookies-next": "^4.2.1",
57-
"drizzle-orm": "^0.32.0",
57+
"drizzle-orm": "^0.33.0",
5858
"geist": "^1.3.1",
5959
"jiti": "^1.21.6",
60-
"jotai": "^2.9.0",
61-
"lucide-react": "^0.412.0",
60+
"jotai": "^2.9.3",
61+
"lucide-react": "^0.441.0",
6262
"next": "^15.0.0-rc.0",
6363
"next-auth": "beta",
6464
"next-themes": "^0.3.0",
6565
"postgres": "^3.4.4",
6666
"react": "^19.0.0-rc-fb9a90fa48-20240614",
6767
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614",
68-
"react-hook-form": "^7.52.1",
68+
"react-hook-form": "^7.53.0",
6969
"react-use-audio-player": "^2.2.0",
7070
"sonner": "^1.5.0",
71-
"tailwind-merge": "^2.4.0",
71+
"tailwind-merge": "^2.5.2",
7272
"tailwindcss-animate": "^1.0.7",
73-
"vaul": "^0.9.1",
73+
"vaul": "^0.9.3",
7474
"zod": "^3.23.8"
7575
},
7676
"devDependencies": {
77-
"@commitlint/cli": "^19.3.0",
78-
"@commitlint/config-conventional": "^19.2.2",
77+
"@commitlint/cli": "^19.5.0",
78+
"@commitlint/config-conventional": "^19.5.0",
7979
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
80-
"@next/bundle-analyzer": "^14.2.5",
81-
"@total-typescript/ts-reset": "^0.5.1",
80+
"@next/bundle-analyzer": "^14.2.11",
81+
"@total-typescript/ts-reset": "^0.6.1",
8282
"@types/bcryptjs": "^2.4.6",
83-
"@types/node": "22.0.0",
84-
"@types/react": "18.3.3",
83+
"@types/node": "22.5.5",
84+
"@types/react": "18.3.7",
8585
"@types/react-dom": "18.3.0",
86-
"@typescript-eslint/eslint-plugin": "7.16.1",
87-
"@typescript-eslint/parser": "^7.16.1",
88-
"autoprefixer": "10.4.19",
89-
"drizzle-kit": "^0.23.0",
90-
"eslint": "8.57.0",
91-
"eslint-config-next": "14.2.5",
86+
"@typescript-eslint/eslint-plugin": "7.18.0",
87+
"@typescript-eslint/parser": "^7.18.0",
88+
"autoprefixer": "10.4.20",
89+
"drizzle-kit": "^0.24.2",
90+
"eslint": "8.57.1",
91+
"eslint-config-next": "14.2.11",
9292
"eslint-config-prettier": "^9.1.0",
93-
"eslint-plugin-react-compiler": "^0.0.0-experimental-0998c1e-20240625",
93+
"eslint-plugin-react-compiler": "^0.0.0-experimental-ca16900-20240916",
9494
"eslint-plugin-tailwindcss": "^3.17.4",
95-
"husky": "^9.1.1",
96-
"lint-staged": "^15.2.7",
97-
"pg": "^8.12.0",
98-
"postcss": "8.4.39",
95+
"husky": "^9.1.6",
96+
"lint-staged": "^15.2.10",
97+
"pg": "^8.13.0",
98+
"postcss": "8.4.47",
9999
"prettier": "^3.3.3",
100-
"prettier-plugin-tailwindcss": "^0.6.5",
101-
"sharp": "^0.33.4",
102-
"tailwindcss": "3.4.6",
103-
"typescript": "5.5.3"
100+
"prettier-plugin-tailwindcss": "^0.6.6",
101+
"sharp": "^0.33.5",
102+
"tailwindcss": "3.4.12",
103+
"typescript": "5.6.2"
104104
},
105105
"lint-staged": {
106106
"*.{ts,tsx,md,mdx}": [

0 commit comments

Comments
 (0)