Skip to content

Commit 5cbdcbd

Browse files
committed
wip
1 parent 9fbe00d commit 5cbdcbd

File tree

2 files changed

+283
-1
lines changed

2 files changed

+283
-1
lines changed

packages/database/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@
4444
"@repo/utils": "workspace:*",
4545
"@supabase/auth-js": "catalog:",
4646
"@supabase/functions-js": "catalog:",
47-
"@supabase/supabase-js": "catalog:"
47+
"@supabase/supabase-js": "catalog:",
48+
"kysely": "^0.28.8",
49+
"pg": "^8.16.3"
4850
},
4951
"devDependencies": {
5052
"@cucumber/cucumber": "^12.1.0",
5153
"@repo/eslint-config": "workspace:*",
5254
"@repo/typescript-config": "workspace:*",
5355
"@types/node": "^20",
56+
"@types/pg": "^8.15.5",
5457
"@vercel/sdk": "^1.16.0",
5558
"dotenv": "^16.6.1",
5659
"eslint": "catalog:",
60+
"kysely-codegen": "^0.19.0",
5761
"prettier-plugin-gherkin": "^3.1.2",
5862
"supabase": "^2.53.6",
5963
"ts-node-maintained": "^10.9.5",

0 commit comments

Comments
 (0)