We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbe00d commit 5cbdcbdCopy full SHA for 5cbdcbd
packages/database/package.json
@@ -44,16 +44,20 @@
44
"@repo/utils": "workspace:*",
45
"@supabase/auth-js": "catalog:",
46
"@supabase/functions-js": "catalog:",
47
- "@supabase/supabase-js": "catalog:"
+ "@supabase/supabase-js": "catalog:",
48
+ "kysely": "^0.28.8",
49
+ "pg": "^8.16.3"
50
},
51
"devDependencies": {
52
"@cucumber/cucumber": "^12.1.0",
53
"@repo/eslint-config": "workspace:*",
54
"@repo/typescript-config": "workspace:*",
55
"@types/node": "^20",
56
+ "@types/pg": "^8.15.5",
57
"@vercel/sdk": "^1.16.0",
58
"dotenv": "^16.6.1",
59
"eslint": "catalog:",
60
+ "kysely-codegen": "^0.19.0",
61
"prettier-plugin-gherkin": "^3.1.2",
62
"supabase": "^2.53.6",
63
"ts-node-maintained": "^10.9.5",
0 commit comments