Skip to content

Commit c001faa

Browse files
chore(deps): update all non-major dependencies (#50)
* chore(deps): update all non-major dependencies * chore(deps): update all non-major dependencies Signed-off-by: rajput-hemant <[email protected]> --------- Signed-off-by: rajput-hemant <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: rajput-hemant <[email protected]>
1 parent 5967f02 commit c001faa

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

bun.lockb

4.69 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.17.0-alpine AS base
10+
FROM node:20.18.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,40 +25,40 @@
2525
"prepare": "husky"
2626
},
2727
"dependencies": {
28-
"@auth/drizzle-adapter": "^1.5.0",
28+
"@auth/drizzle-adapter": "^1.7.0",
2929
"@hookform/resolvers": "^3.9.0",
30-
"@radix-ui/react-accordion": "^1.2.0",
31-
"@radix-ui/react-alert-dialog": "^1.1.1",
32-
"@radix-ui/react-avatar": "^1.1.0",
33-
"@radix-ui/react-dialog": "^1.1.1",
34-
"@radix-ui/react-dropdown-menu": "^2.1.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",
3535
"@radix-ui/react-label": "^2.1.0",
36-
"@radix-ui/react-navigation-menu": "^1.2.0",
37-
"@radix-ui/react-scroll-area": "^1.1.0",
36+
"@radix-ui/react-navigation-menu": "^1.2.1",
37+
"@radix-ui/react-scroll-area": "^1.2.0",
3838
"@radix-ui/react-separator": "^1.1.0",
39-
"@radix-ui/react-slider": "^1.2.0",
39+
"@radix-ui/react-slider": "^1.2.1",
4040
"@radix-ui/react-slot": "^1.1.0",
41-
"@radix-ui/react-switch": "^1.1.0",
42-
"@radix-ui/react-tabs": "^1.1.0",
43-
"@radix-ui/react-toast": "^1.2.1",
41+
"@radix-ui/react-switch": "^1.1.1",
42+
"@radix-ui/react-tabs": "^1.1.1",
43+
"@radix-ui/react-toast": "^1.2.2",
4444
"@radix-ui/react-toggle": "^1.1.0",
4545
"@radix-ui/react-toggle-group": "^1.1.0",
46-
"@radix-ui/react-tooltip": "^1.1.2",
46+
"@radix-ui/react-tooltip": "^1.1.3",
4747
"@t3-oss/env-nextjs": "^0.11.1",
48-
"@tanstack/react-query": "^5.56.2",
48+
"@tanstack/react-query": "^5.59.13",
4949
"@upstash/ratelimit": "^2.0.3",
50-
"@upstash/redis": "^1.34.0",
51-
"babel-plugin-react-compiler": "^0.0.0-experimental-ca8e0be-20240916",
50+
"@upstash/redis": "^1.34.3",
51+
"babel-plugin-react-compiler": "^0.0.0-experimental-ad3b12a-20241011",
5252
"bcryptjs": "^2.4.3",
5353
"class-variance-authority": "^0.7.0",
5454
"clsx": "^2.1.1",
5555
"cmdk": "^1.0.0",
56-
"cookies-next": "^4.2.1",
57-
"drizzle-orm": "^0.33.0",
56+
"cookies-next": "^4.3.0",
57+
"drizzle-orm": "^0.34.1",
5858
"geist": "^1.3.1",
59-
"jiti": "^2.3.1",
60-
"jotai": "^2.9.3",
61-
"lucide-react": "^0.441.0",
59+
"jiti": "^2.3.3",
60+
"jotai": "^2.10.0",
61+
"lucide-react": "^0.452.0",
6262
"next": "^15.0.0-rc.0",
6363
"next-auth": "beta",
6464
"next-themes": "^0.3.0",
@@ -68,7 +68,7 @@
6868
"react-hook-form": "^7.53.0",
6969
"react-use-audio-player": "^2.2.0",
7070
"sonner": "^1.5.0",
71-
"tailwind-merge": "^2.5.2",
71+
"tailwind-merge": "^2.5.3",
7272
"tailwindcss-animate": "^1.0.7",
7373
"vaul": "^1.0.0",
7474
"zod": "^3.23.8"
@@ -77,30 +77,30 @@
7777
"@commitlint/cli": "^19.5.0",
7878
"@commitlint/config-conventional": "^19.5.0",
7979
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
80-
"@next/bundle-analyzer": "^14.2.11",
80+
"@next/bundle-analyzer": "^14.2.15",
8181
"@total-typescript/ts-reset": "^0.6.1",
8282
"@types/bcryptjs": "^2.4.6",
83-
"@types/node": "22.5.5",
84-
"@types/react": "18.3.7",
85-
"@types/react-dom": "18.3.0",
83+
"@types/node": "22.7.5",
84+
"@types/react": "18.3.11",
85+
"@types/react-dom": "18.3.1",
8686
"@typescript-eslint/eslint-plugin": "7.18.0",
8787
"@typescript-eslint/parser": "^7.18.0",
8888
"autoprefixer": "10.4.20",
89-
"drizzle-kit": "^0.24.2",
89+
"drizzle-kit": "^0.25.0",
9090
"eslint": "8.57.1",
91-
"eslint-config-next": "14.2.11",
91+
"eslint-config-next": "14.2.15",
9292
"eslint-config-prettier": "^9.1.0",
93-
"eslint-plugin-react-compiler": "^0.0.0-experimental-ca16900-20240916",
94-
"eslint-plugin-tailwindcss": "^3.17.4",
93+
"eslint-plugin-react-compiler": "^0.0.0-experimental-45ae4c3-20241011",
94+
"eslint-plugin-tailwindcss": "^3.17.5",
9595
"husky": "^9.1.6",
9696
"lint-staged": "^15.2.10",
9797
"pg": "^8.13.0",
9898
"postcss": "8.4.47",
9999
"prettier": "^3.3.3",
100-
"prettier-plugin-tailwindcss": "^0.6.6",
100+
"prettier-plugin-tailwindcss": "^0.6.8",
101101
"sharp": "^0.33.5",
102-
"tailwindcss": "3.4.12",
103-
"typescript": "5.6.2"
102+
"tailwindcss": "3.4.13",
103+
"typescript": "5.6.3"
104104
},
105105
"lint-staged": {
106106
"*.{ts,tsx,md,mdx}": [

0 commit comments

Comments
 (0)