Skip to content

Commit 029465b

Browse files
authored
Merge pull request #1298 from supabase/feat/postgrest-js-1.17.0
feat: postgrest-js 1.17.0
2 parents e2c2206 + 6886c73 commit 029465b

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121

2222
- name: Set up Node
23-
uses: actions/setup-node@v2
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node }}
2626

package-lock.json

+4-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@supabase/auth-js": "2.65.1",
4444
"@supabase/functions-js": "2.4.3",
4545
"@supabase/node-fetch": "2.6.15",
46-
"@supabase/postgrest-js": "1.17.0-rc.4",
46+
"@supabase/postgrest-js": "1.17.0",
4747
"@supabase/realtime-js": "2.10.7",
4848
"@supabase/storage-js": "2.7.1"
4949
},

0 commit comments

Comments
 (0)