Skip to content

Commit 0a0fc17

Browse files
chore(deps): update all non-major dependencies
1 parent 83d0b88 commit 0a0fc17

File tree

3 files changed

+68
-68
lines changed

3 files changed

+68
-68
lines changed

bun.lockb

-23.8 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:22.11.0-alpine AS base
10+
FROM node:22.21.1-alpine AS base
1111

1212
FROM base AS builder
1313
WORKDIR /app

package.json

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -25,81 +25,81 @@
2525
"prepare": "husky"
2626
},
2727
"dependencies": {
28-
"@auth/drizzle-adapter": "^1.7.0",
29-
"@hookform/resolvers": "^5.0.1",
30-
"@radix-ui/react-accordion": "^1.2.1",
31-
"@radix-ui/react-alert-dialog": "^1.1.2",
32-
"@radix-ui/react-avatar": "^1.1.1",
33-
"@radix-ui/react-dialog": "^1.1.2",
34-
"@radix-ui/react-dropdown-menu": "^2.1.2",
35-
"@radix-ui/react-label": "^2.1.0",
36-
"@radix-ui/react-navigation-menu": "^1.2.1",
37-
"@radix-ui/react-scroll-area": "^1.2.0",
38-
"@radix-ui/react-separator": "^1.1.0",
39-
"@radix-ui/react-slider": "^1.2.1",
40-
"@radix-ui/react-slot": "^1.1.0",
41-
"@radix-ui/react-switch": "^1.1.1",
42-
"@radix-ui/react-tabs": "^1.1.1",
43-
"@radix-ui/react-toast": "^1.2.2",
44-
"@radix-ui/react-toggle": "^1.1.0",
45-
"@radix-ui/react-toggle-group": "^1.1.0",
46-
"@radix-ui/react-tooltip": "^1.1.3",
47-
"@t3-oss/env-nextjs": "^0.11.1",
48-
"@tanstack/react-query": "^5.59.13",
49-
"@upstash/ratelimit": "^2.0.3",
50-
"@upstash/redis": "^1.34.3",
51-
"babel-plugin-react-compiler": "^0.0.0-experimental-ad3b12a-20241011",
52-
"bcryptjs": "^3.0.0",
53-
"class-variance-authority": "^0.7.0",
28+
"@auth/drizzle-adapter": "^1.11.1",
29+
"@hookform/resolvers": "^5.2.2",
30+
"@radix-ui/react-accordion": "^1.2.12",
31+
"@radix-ui/react-alert-dialog": "^1.1.15",
32+
"@radix-ui/react-avatar": "^1.1.11",
33+
"@radix-ui/react-dialog": "^1.1.15",
34+
"@radix-ui/react-dropdown-menu": "^2.1.16",
35+
"@radix-ui/react-label": "^2.1.8",
36+
"@radix-ui/react-navigation-menu": "^1.2.14",
37+
"@radix-ui/react-scroll-area": "^1.2.10",
38+
"@radix-ui/react-separator": "^1.1.8",
39+
"@radix-ui/react-slider": "^1.3.6",
40+
"@radix-ui/react-slot": "^1.2.4",
41+
"@radix-ui/react-switch": "^1.2.6",
42+
"@radix-ui/react-tabs": "^1.1.13",
43+
"@radix-ui/react-toast": "^1.2.15",
44+
"@radix-ui/react-toggle": "^1.1.10",
45+
"@radix-ui/react-toggle-group": "^1.1.11",
46+
"@radix-ui/react-tooltip": "^1.2.8",
47+
"@t3-oss/env-nextjs": "^0.13.8",
48+
"@tanstack/react-query": "^5.90.7",
49+
"@upstash/ratelimit": "^2.0.7",
50+
"@upstash/redis": "^1.35.6",
51+
"babel-plugin-react-compiler": "^0.0.0-experimental-fe727a3-20250909",
52+
"bcryptjs": "^3.0.3",
53+
"class-variance-authority": "^0.7.1",
5454
"clsx": "^2.1.1",
55-
"cmdk": "^1.0.0",
56-
"cookies-next": "^6.0.0",
57-
"drizzle-orm": "^0.34.1",
58-
"geist": "^1.3.1",
59-
"jotai": "^2.10.0",
60-
"lucide-react": "^0.452.0",
61-
"next": "^15.0.4-canary.4",
62-
"next-auth": "^5.0.0-beta.22",
63-
"next-themes": "^0.3.0",
64-
"postgres": "^3.4.4",
65-
"react": "19.0.0-rc-66855b96-20241106",
66-
"react-dom": "19.0.0-rc-66855b96-20241106",
67-
"react-hook-form": "^7.53.0",
68-
"react-use-audio-player": "^3.0.2",
69-
"sonner": "^2.0.1",
70-
"tailwind-merge": "^3.0.1",
55+
"cmdk": "^1.1.1",
56+
"cookies-next": "^6.1.1",
57+
"drizzle-orm": "^0.44.7",
58+
"geist": "^1.5.1",
59+
"jotai": "^2.15.1",
60+
"lucide-react": "^0.553.0",
61+
"next": "^15.5.6",
62+
"next-auth": "^5.0.0-beta.30",
63+
"next-themes": "^0.4.6",
64+
"postgres": "^3.4.7",
65+
"react": "19.2.0",
66+
"react-dom": "19.2.0",
67+
"react-hook-form": "^7.66.0",
68+
"react-use-audio-player": "^3.1.0",
69+
"sonner": "^2.0.7",
70+
"tailwind-merge": "^3.4.0",
7171
"tailwindcss-animate": "^1.0.7",
72-
"vaul": "^1.1.0",
73-
"zod": "^3.23.8"
72+
"vaul": "^1.1.2",
73+
"zod": "^3.25.76"
7474
},
7575
"devDependencies": {
76-
"@commitlint/cli": "^19.5.0",
77-
"@commitlint/config-conventional": "^19.5.0",
78-
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
79-
"@next/bundle-analyzer": "15.0.3",
76+
"@commitlint/cli": "^19.8.1",
77+
"@commitlint/config-conventional": "^19.8.1",
78+
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
79+
"@next/bundle-analyzer": "15.5.6",
8080
"@total-typescript/ts-reset": "^0.6.1",
8181
"@types/bcryptjs": "^3.0.0",
82-
"@types/node": "22.7.5",
82+
"@types/node": "22.19.0",
8383
"@types/react": "npm:[email protected]",
84-
"@types/react-dom": "npm:[email protected]-rc.1",
84+
"@types/react-dom": "npm:[email protected]",
8585
"@typescript-eslint/eslint-plugin": "7.18.0",
8686
"@typescript-eslint/parser": "^7.18.0",
87-
"autoprefixer": "10.4.20",
88-
"drizzle-kit": "^0.25.0",
89-
"eslint": "9.14.0",
90-
"eslint-config-next": "15.0.3",
91-
"eslint-config-prettier": "^10.0.1",
92-
"eslint-plugin-react-compiler": "^0.0.0-experimental-45ae4c3-20241011",
93-
"eslint-plugin-tailwindcss": "^3.17.5",
94-
"husky": "^9.1.6",
95-
"lint-staged": "^16.0.0",
96-
"pg": "^8.13.0",
97-
"postcss": "8.4.47",
98-
"prettier": "^3.3.3",
99-
"prettier-plugin-tailwindcss": "^0.6.8",
100-
"sharp": "^0.33.5",
101-
"tailwindcss": "3.4.13",
102-
"typescript": "5.6.3"
87+
"autoprefixer": "10.4.21",
88+
"drizzle-kit": "^0.31.6",
89+
"eslint": "9.39.1",
90+
"eslint-config-next": "15.5.6",
91+
"eslint-config-prettier": "^10.1.8",
92+
"eslint-plugin-react-compiler": "^0.0.0-experimental-fcabbc1-20241106",
93+
"eslint-plugin-tailwindcss": "^3.18.2",
94+
"husky": "^9.1.7",
95+
"lint-staged": "^16.2.6",
96+
"pg": "^8.16.3",
97+
"postcss": "8.5.6",
98+
"prettier": "^3.6.2",
99+
"prettier-plugin-tailwindcss": "^0.7.1",
100+
"sharp": "^0.34.5",
101+
"tailwindcss": "3.4.18",
102+
"typescript": "5.9.3"
103103
},
104104
"lint-staged": {
105105
"*.{ts,tsx,md,mdx}": [
@@ -116,6 +116,6 @@
116116
},
117117
"overrides": {
118118
"@types/react": "npm:[email protected]",
119-
"@types/react-dom": "npm:[email protected]-rc.1"
119+
"@types/react-dom": "npm:[email protected]"
120120
}
121121
}

0 commit comments

Comments
 (0)