Skip to content

Commit 518a11e

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 9a2d935 commit 518a11e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

bun.lockb

911 Bytes
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.0-alpine AS base
10+
FROM node:20.15.1-alpine AS base
1111

1212
FROM base AS builder
1313
WORKDIR /app

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@radix-ui/react-toggle-group": "^1.1.0",
4646
"@radix-ui/react-tooltip": "^1.1.2",
4747
"@t3-oss/env-nextjs": "^0.10.1",
48-
"@tanstack/react-query": "^5.50.1",
48+
"@tanstack/react-query": "^5.51.1",
4949
"@upstash/ratelimit": "^1.2.1",
5050
"@upstash/redis": "^1.32.0",
5151
"babel-plugin-react-compiler": "^0.0.0-experimental-696af53-20240625",
@@ -54,11 +54,11 @@
5454
"clsx": "^2.1.1",
5555
"cmdk": "^1.0.0",
5656
"cookies-next": "^4.2.1",
57-
"drizzle-orm": "^0.31.4",
57+
"drizzle-orm": "^0.32.0",
5858
"geist": "^1.3.1",
5959
"jiti": "^1.21.6",
6060
"jotai": "^2.9.0",
61-
"lucide-react": "^0.404.0",
61+
"lucide-react": "^0.408.0",
6262
"next": "^15.0.0-rc.0",
6363
"next-auth": "beta",
6464
"next-themes": "^0.3.0",
@@ -76,8 +76,8 @@
7676
"devDependencies": {
7777
"@commitlint/cli": "^19.3.0",
7878
"@commitlint/config-conventional": "^19.2.2",
79-
"@ianvs/prettier-plugin-sort-imports": "^4.3.0",
80-
"@next/bundle-analyzer": "^14.2.4",
79+
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
80+
"@next/bundle-analyzer": "^14.2.5",
8181
"@total-typescript/ts-reset": "^0.5.1",
8282
"@types/bcryptjs": "^2.4.6",
8383
"@types/node": "20.14.10",
@@ -86,17 +86,17 @@
8686
"@typescript-eslint/eslint-plugin": "7.16.0",
8787
"@typescript-eslint/parser": "^7.16.0",
8888
"autoprefixer": "10.4.19",
89-
"drizzle-kit": "^0.22.8",
89+
"drizzle-kit": "^0.23.0",
9090
"eslint": "8.57.0",
91-
"eslint-config-next": "14.2.4",
91+
"eslint-config-next": "14.2.5",
9292
"eslint-config-prettier": "^9.1.0",
9393
"eslint-plugin-react-compiler": "^0.0.0-experimental-0998c1e-20240625",
9494
"eslint-plugin-tailwindcss": "^3.17.4",
9595
"husky": "^9.0.11",
9696
"lint-staged": "^15.2.7",
9797
"pg": "^8.12.0",
9898
"postcss": "8.4.39",
99-
"prettier": "^3.3.2",
99+
"prettier": "^3.3.3",
100100
"prettier-plugin-tailwindcss": "^0.6.5",
101101
"sharp": "^0.33.4",
102102
"tailwindcss": "3.4.4",

0 commit comments

Comments
 (0)