Skip to content

Commit e8514a0

Browse files
committed
update deps
1 parent cc474b0 commit e8514a0

File tree

4 files changed

+294
-146
lines changed

4 files changed

+294
-146
lines changed

.github/actions/pnpm_install/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ runs:
33
steps:
44
- uses: pnpm/action-setup@v4
55
with:
6-
version: "10.23.0"
6+
version: "10.24.0"
77
run_install: false
88

99
- uses: actions/setup-node@v4

apps/api/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@
99
},
1010
"dependencies": {
1111
"@hono/zod-validator": "^0.7.5",
12+
"@posthog/ai": "^1.6.0",
1213
"@scalar/hono-api-reference": "^0.5.184",
13-
"@sentry/bun": "^10.27.0",
14+
"@sentry/bun": "^10.28.0",
1415
"@supabase/supabase-js": "^2.86.0",
1516
"@t3-oss/env-core": "^0.13.8",
1617
"hono": "^4.10.7",
1718
"hono-openapi": "^0.4.8",
19+
"openai": "^6.9.1",
20+
"posthog-node": "^5.17.0",
1821
"stripe": "^19.3.1",
1922
"zod": "^4.1.13",
2023
"zod-openapi": "^5.4.5"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"engines": {
33
"node": ">=22"
44
},
5-
"packageManager": "pnpm@10.23.0",
5+
"packageManager": "pnpm@10.24.0",
66
"devDependencies": {
77
"@dotenvx/dotenvx": "^1.34.0",
88
"@prettier/plugin-oxc": "^0.0.4",

0 commit comments

Comments
 (0)