Skip to content

Commit 7404a19

Browse files
committed
fix: some deps
1 parent 676c42c commit 7404a19

File tree

10 files changed

+960
-712
lines changed

10 files changed

+960
-712
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"source.fixAll.biome": "explicit",
1616
"source.organizeImports.biome": "explicit"
1717
},
18-
"typescript.experimental.useTsgo": true
18+
"typescript.experimental.useTsgo": false
1919
}

apps/api/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,27 @@
1515
"typescript": "^5.9.2"
1616
},
1717
"dependencies": {
18+
"@databuddy/auth": "workspace:*",
19+
"@databuddy/db": "workspace:*",
20+
"@databuddy/redis": "workspace:*",
1821
"@databuddy/rpc": "workspace:*",
22+
"@databuddy/shared": "workspace:*",
1923
"@elysiajs/cors": "^1.3.3",
2024
"@elysiajs/trpc": "^1.1.0",
2125
"@logtail/edge": "^0.5.5",
2226
"@openrouter/ai-sdk-provider": "^1.1.2",
23-
"@trpc/server": "^11.5.0",
27+
"@trpc/server": "^11.6.0",
2428
"@upstash/ratelimit": "^2.0.6",
29+
"@upstash/redis": "^1.35.5",
2530
"ai": "^5.0.29",
31+
"autumn": "^1.0.2",
2632
"autumn-js": "^0.1.28",
2733
"dayjs": "^1.11.18",
34+
"drizzle-orm": "^0.44.6",
2835
"elysia": "^1.3.21",
2936
"jszip": "^3.10.1",
3037
"pino": "^9.9.0",
31-
"pino-pretty": "^13.1.1"
38+
"pino-pretty": "^13.1.1",
39+
"zod": "^4.1.12"
3240
}
3341
}

apps/dashboard/.cursor/rules/ultracite.mdc

Lines changed: 0 additions & 277 deletions
This file was deleted.

0 commit comments

Comments
 (0)