Skip to content

Commit

Permalink
chore: Upgrade postgrest (#4187)
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov authored Oct 1, 2024
1 parent c05ccdd commit 75e1630
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/postgrest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"db-test": "docker run --rm --network host -v ./supabase/tests:/tests -e PGOPTIONS='--search_path=pgtap,public' supabase/pg_prove:3.36 pg_prove -d ${DIRECT_URL:-postgresql://postgres:pass@localhost/webstudio} --ext .sql /tests"
},
"dependencies": {
"@supabase/postgrest-js": "^1.16.0"
"@supabase/postgrest-js": "^1.16.2"
},
"devDependencies": {
"@webstudio-is/tsconfig": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 75e1630

Please sign in to comment.