Skip to content

Commit aec65c3

Browse files
committed
fix: bump rc versions
1 parent a5b6b8b commit aec65c3

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"docs:json": "typedoc --entryPoints src/index.ts --includes src/**/*.ts --json docs/v2/spec.json --excludeExternals"
3838
},
3939
"dependencies": {
40-
"@supabase/functions-js": "^2.0.0-rc.1",
41-
"@supabase/gotrue-js": "^2.0.0-rc.10",
42-
"@supabase/postgrest-js": "^1.0.0-rc.5",
43-
"@supabase/realtime-js": "^2.0.0-rc.5",
44-
"@supabase/storage-js": "^2.0.0-rc.1",
40+
"@supabase/functions-js": "^2.0.0-rc.2",
41+
"@supabase/gotrue-js": "^2.0.0-rc.11",
42+
"@supabase/postgrest-js": "^1.0.0-rc.6",
43+
"@supabase/realtime-js": "^2.0.0-rc.7",
44+
"@supabase/storage-js": "^2.0.0-rc.5",
4545
"cross-fetch": "^3.1.5"
4646
},
4747
"devDependencies": {

0 commit comments

Comments
 (0)