Skip to content

Commit

Permalink
fix: bump rc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alaister committed Oct 11, 2022
1 parent a5b6b8b commit aec65c3
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
70 changes: 35 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -37,11 +37,11 @@
"docs:json": "typedoc --entryPoints src/index.ts --includes src/**/*.ts --json docs/v2/spec.json --excludeExternals"
},
"dependencies": {
"@supabase/functions-js": "^2.0.0-rc.1",
"@supabase/gotrue-js": "^2.0.0-rc.10",
"@supabase/postgrest-js": "^1.0.0-rc.5",
"@supabase/realtime-js": "^2.0.0-rc.5",
"@supabase/storage-js": "^2.0.0-rc.1",
"@supabase/functions-js": "^2.0.0-rc.2",
"@supabase/gotrue-js": "^2.0.0-rc.11",
"@supabase/postgrest-js": "^1.0.0-rc.6",
"@supabase/realtime-js": "^2.0.0-rc.7",
"@supabase/storage-js": "^2.0.0-rc.5",
"cross-fetch": "^3.1.5"
},
"devDependencies": {
Expand Down

0 comments on commit aec65c3

Please sign in to comment.