Skip to content

Commit 0c5ad67

Browse files
authored
ENG-920: Update supabase (and vercel) CLI. (#469)
Now that we have a newer database in production, the CLI should follow. Unfortunately, after having tried this, my local supabase install now fails with the earlier version. (I did try zapping all my supabase docker data, and I still cannot use the older version anymore.)
1 parent 4b063f6 commit 0c5ad67

2 files changed

Lines changed: 286 additions & 59 deletions

File tree

packages/database/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
"@repo/eslint-config": "workspace:*",
5151
"@repo/typescript-config": "workspace:*",
5252
"@cucumber/cucumber": "^12.1.0",
53-
"@vercel/sdk": "^1.10.6",
53+
"@vercel/sdk": "^1.11.4",
5454
"dotenv": "^16.6.1",
5555
"eslint": "catalog:",
5656
"prettier-plugin-gherkin": "^3.1.2",
57-
"supabase": "^2.39.2",
57+
"supabase": "^2.47.2",
5858
"ts-node-maintained": "^10.9.5",
5959
"tsx": "4.20.6",
6060
"typescript": "5.9.2",
61-
"vercel": "46.1.1"
61+
"vercel": "48.1.6"
6262
},
6363
"prettier": {
6464
"plugins": [

0 commit comments

Comments
 (0)