Skip to content

Commit 1e1477f

Browse files
committed
chore: update Supabase dependency from 2.50.3 to 2.62.10 (#432)
# Upgrade Supabase from 2.50.3 to 2.62.10 This PR updates the Supabase dependency from version 2.50.3 to 2.62.10 across all packages in the monorepo. The update affects the following packages: - apps/demo - pkgs/client - pkgs/core - pkgs/website The pnpm-lock.yaml file has been updated accordingly to reflect these changes.
1 parent 76a6fda commit 1e1477f

File tree

5 files changed

+26
-12
lines changed

5 files changed

+26
-12
lines changed

apps/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"postcss": "8.4.49",
3434
"prettier": "^3.6.2",
3535
"prettier-plugin-svelte": "^3.4.0",
36-
"supabase": "^2.50.3",
36+
"supabase": "^2.62.10",
3737
"svelte": "^5.41.0",
3838
"svelte-check": "^4.3.3",
3939
"tailwind-merge": "^3.3.1",

pkgs/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@pgflow/dsl": "workspace:*",
4545
"@types/uuid": "^10.0.0",
4646
"postgres": "^3.4.5",
47-
"supabase": "^2.50.3",
47+
"supabase": "^2.62.10",
4848
"terser": "^5.43.0",
4949
"vite-plugin-dts": "~3.8.1",
5050
"vitest": "1.3.1"

pkgs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@types/node": "^22.14.1",
23-
"supabase": "^2.50.3"
23+
"supabase": "^2.62.10"
2424
},
2525
"dependencies": {
2626
"@pgflow/dsl": "workspace:*",

pkgs/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"prettier-plugin-astro": "^0.14.1",
38-
"supabase": "^2.50.3",
38+
"supabase": "^2.62.10",
3939
"wrangler": "^4.20.3"
4040
}
4141
}

pnpm-lock.yaml

Lines changed: 22 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)