Skip to content

Commit

Permalink
deps: Fix @supabase dependencies to exact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym authored and kamilogorek committed Jan 23, 2024
1 parent d786a15 commit fb648cc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
29 changes: 14 additions & 15 deletions package-lock.json

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

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@
"docs:json": "typedoc --entryPoints src/index.ts --includes src/**/*.ts --json docs/v2/spec.json --excludeExternals"
},
"dependencies": {
"@supabase/functions-js": "^2.1.5",
"@supabase/gotrue-js": "^2.60.0",
"@supabase/node-fetch": "^2.6.14",
"@supabase/postgrest-js": "^1.9.0",
"@supabase/realtime-js": "^2.9.3",
"@supabase/storage-js": "^2.5.4"
"@supabase/functions-js": "2.1.5",
"@supabase/gotrue-js": "2.62.2",
"@supabase/postgrest-js": "1.9.2",
"@supabase/realtime-js": "2.9.3",
"@supabase/storage-js": "2.5.5"
},
"devDependencies": {
"@types/jest": "^29.2.5",
Expand Down

0 comments on commit fb648cc

Please sign in to comment.