Skip to content

Commit a67b2c6

Browse files
committed
feat: neon serverless
1 parent 5c822f2 commit a67b2c6

File tree

5 files changed

+580
-30
lines changed

5 files changed

+580
-30
lines changed

apps/api/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
"@types/bun": "latest"
1111
},
1212
"peerDependencies": {
13-
"typescript": "^5"
13+
"typescript": "^5.9.2"
1414
},
1515
"dependencies": {
1616
"@databuddy/rpc": "workspace:*",
1717
"@elysiajs/cors": "^1.3.3",
1818
"@elysiajs/trpc": "^1.1.0",
1919
"@logtail/edge": "^0.5.5",
2020
"@openrouter/ai-sdk-provider": "^1.1.2",
21-
"@trpc/server": "^11.4.3",
22-
"ai": "^5.0.11",
23-
"autumn-js": "^0.1.10",
21+
"@trpc/server": "^11.5.0",
22+
"ai": "^5.0.23",
23+
"autumn-js": "^0.1.20",
2424
"dayjs": "^1.11.13",
25-
"elysia": "^1.3.6",
25+
"elysia": "^1.3.20",
2626
"jszip": "^3.10.1"
2727
}
2828
}

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"tw-animate-css": "^1.2.8",
9797
"use-stick-to-bottom": "^1.1.1",
9898
"vaul": "catalog:",
99-
"zod": "^4.0.17"
99+
"zod": "^4.1.1"
100100
},
101101
"devDependencies": {
102102
"@biomejs/biome": "2.0.5",

0 commit comments

Comments
 (0)