Skip to content

Commit 593818d

Browse files
authored
ENG-1173 Monthly supabase and vercel client update, solving local issues (#620)
* ENG-1173 New monthly supabase and vercel client update Note: Initially tested in roam, but failed in website. Corrected with even newer version. My pnpm got confused with multiple versions, I ended up zapping old versions brutally: `rm -rf node_modules/.pnpm/@supabase+*` before re-doing pnpm install. I doubt you'll have that issue but pointing it out.
1 parent 373aeaf commit 593818d

File tree

4 files changed

+1314
-348
lines changed

4 files changed

+1314
-348
lines changed

packages/database/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151
"@repo/eslint-config": "workspace:*",
5252
"@repo/typescript-config": "workspace:*",
5353
"@types/node": "^20",
54-
"@vercel/sdk": "^1.16.0",
54+
"@vercel/sdk": "^1.18.2",
5555
"dotenv": "^16.6.1",
5656
"eslint": "catalog:",
5757
"prettier-plugin-gherkin": "^3.1.2",
58-
"supabase": "^2.53.6",
58+
"supabase": "^2.67.1",
5959
"ts-node-maintained": "^10.9.5",
6060
"tsx": "4.20.6",
6161
"typescript": "5.9.2",
62-
"vercel": "48.6.0"
62+
"vercel": "50.1.0"
6363
},
6464
"prettier": {
6565
"plugins": [

0 commit comments

Comments
 (0)