Skip to content

Commit 7449f1c

Browse files
fix(deps): update all minor updates
1 parent 5d5e79c commit 7449f1c

File tree

5 files changed

+1810
-1435
lines changed

5 files changed

+1810
-1435
lines changed

.github/workflows/build_and_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up Node
5353
uses: actions/setup-node@v4
5454
with:
55-
node-version: '22.14.0'
55+
node-version: '22.15.1'
5656
cache: 'npm'
5757
cache-dependency-path: ./frontend/web/pnpm-lock.yaml
5858

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Node
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: '22.14.0'
32+
node-version: '22.15.1'
3333
cache: 'npm'
3434
cache-dependency-path: ./frontend/web/pnpm-lock.yaml
3535

@@ -91,7 +91,7 @@ jobs:
9191
- name: Set up Node
9292
uses: actions/setup-node@v4
9393
with:
94-
node-version: '22.14.0'
94+
node-version: '22.15.1'
9595
cache: 'npm'
9696
cache-dependency-path: ./frontend/web/pnpm-lock.yaml
9797

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Node
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: '22.14.0'
33+
node-version: '22.15.1'
3434
cache: 'npm'
3535
cache-dependency-path: ./frontend/web/pnpm-lock.yaml
3636

frontend/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@radix-ui/react-slot": "^1.1.2",
2727
"@radix-ui/react-tooltip": "^1.1.8",
2828
"@radix-ui/react-visually-hidden": "^1.1.2",
29-
"ai": "4.1.58",
29+
"ai": "4.3.15",
3030
"class-variance-authority": "^0.7.1",
3131
"classnames": "^2.5.1",
3232
"clsx": "^2.1.1",
@@ -39,7 +39,7 @@
3939
"framer-motion": "^12.5.0",
4040
"geist": "^1.3.1",
4141
"jotai": "^2.12.2",
42-
"lucide-react": "^0.483.0",
42+
"lucide-react": "^0.510.0",
4343
"nanoid": "^5.1.4",
4444
"next": "^15.2.3",
4545
"next-auth": "5.0.0-beta.25",
@@ -87,7 +87,7 @@
8787
},
8888
"pnpm": {
8989
"overrides": {
90-
"@ai-sdk/provider": "1.0.10"
90+
"@ai-sdk/provider": "1.1.3"
9191
}
9292
}
9393
}

0 commit comments

Comments
 (0)