Skip to content

Commit 5bbc72e

Browse files
stenlanmandarini
authored andcommitted
Build
1 parent 1bb930f commit 5bbc72e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

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

packages/core/supabase-js/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@
5454
"dependencies": {
5555
"@supabase/auth-js": "*",
5656
"@supabase/functions-js": "*",
57-
"@supabase/postgrest-js": "*",
57+
"@supabase/node-fetch": "2.6.15",
58+
"@supabase/postgrest-js": "file:../postgrest-js",
5859
"@supabase/realtime-js": "*",
59-
"@supabase/storage-js": "*",
60-
"@supabase/node-fetch": "2.6.15"
60+
"@supabase/storage-js": "*"
6161
},
6262
"devDependencies": {
6363
"@sebbo2002/semantic-release-jsr": "^1.0.0",
64+
"eslint-formatter-pretty": "^4.1.0",
6465
"jsr": "^0.13.5",
6566
"pretty-quick": "^3.1.3",
6667
"puppeteer": "^24.9.0",
6768
"serve": "^14.2.1",
6869
"ts-jest": "^29.0.5",
6970
"ts-loader": "^9.5.4",
7071
"tsd": "^0.30.4",
71-
"eslint-formatter-pretty": "^4.1.0",
7272
"webpack": "^5.69.1",
7373
"webpack-cli": "^4.9.2"
7474
},

0 commit comments

Comments
 (0)