Skip to content

Commit

Permalink
chore(deps): update supabase
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and psteinroe committed May 30, 2023
1 parent c6e815d commit 5793ebd
Show file tree
Hide file tree
Showing 10 changed files with 99 additions and 86 deletions.
13 changes: 13 additions & 0 deletions .changeset/renovate-5b656fc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'@supabase-cache-helpers/postgrest-fetcher': patch
'@supabase-cache-helpers/postgrest-filter': patch
'@supabase-cache-helpers/postgrest-mutate': patch
'@supabase-cache-helpers/postgrest-react-query': patch
'@supabase-cache-helpers/postgrest-shared': patch
'@supabase-cache-helpers/postgrest-swr': patch
'@supabase-cache-helpers/storage-fetcher': patch
'@supabase-cache-helpers/storage-swr': patch
---

Updated dependency `@supabase/postgrest-js` to `1.7.0`.
Updated dependency `@supabase/supabase-js` to `2.23.0`.
4 changes: 2 additions & 2 deletions packages/postgrest-fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@supabase-cache-helpers/postgrest-filter": "workspace:*"
},
"devDependencies": {
"@supabase/supabase-js": "2.21.0",
"@supabase/postgrest-js": "1.6.0",
"@supabase/supabase-js": "2.23.0",
"@supabase/postgrest-js": "1.7.0",
"@types/jest": "29.5.0",
"@types/lodash": "4.14.184",
"dotenv": "16.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/postgrest-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"preset": "@supabase-cache-helpers/jest-presets/jest/node"
},
"devDependencies": {
"@supabase/supabase-js": "2.21.0",
"@supabase/postgrest-js": "1.6.0",
"@supabase/supabase-js": "2.23.0",
"@supabase/postgrest-js": "1.7.0",
"@types/jest": "29.5.0",
"@types/lodash": "4.14.184",
"dotenv": "16.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/postgrest-mutate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"preset": "@supabase-cache-helpers/jest-presets/jest/node"
},
"devDependencies": {
"@supabase/supabase-js": "2.21.0",
"@supabase/postgrest-js": "1.6.0",
"@supabase/supabase-js": "2.23.0",
"@supabase/postgrest-js": "1.7.0",
"@types/jest": "29.5.0",
"@types/lodash": "4.14.184",
"dotenv": "16.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/postgrest-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"preset": "@supabase-cache-helpers/jest-presets/jest/node"
},
"devDependencies": {
"@supabase/supabase-js": "2.21.0",
"@supabase/postgrest-js": "1.6.0",
"@supabase/supabase-js": "2.23.0",
"@supabase/postgrest-js": "1.7.0",
"@testing-library/react": "14.0.0",
"@testing-library/jest-dom": "5.16.5",
"jest-environment-jsdom": "29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/postgrest-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@supabase/postgrest-js": "^1.0.0"
},
"devDependencies": {
"@supabase/supabase-js": "2.21.0",
"@supabase/postgrest-js": "1.6.0",
"@supabase/supabase-js": "2.23.0",
"@supabase/postgrest-js": "1.7.0",
"@types/jest": "29.5.0",
"@supabase-cache-helpers/prettier-config": "workspace:*",
"@types/lodash": "4.14.184",
Expand Down
4 changes: 2 additions & 2 deletions packages/postgrest-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"preset": "@supabase-cache-helpers/jest-presets/jest/node"
},
"devDependencies": {
"@supabase/supabase-js": "2.21.0",
"@supabase/postgrest-js": "1.6.0",
"@supabase/supabase-js": "2.23.0",
"@supabase/postgrest-js": "1.7.0",
"@testing-library/react": "14.0.0",
"@testing-library/jest-dom": "5.16.5",
"jest-environment-jsdom": "29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@supabase/storage-js": "2.5.1",
"@supabase/supabase-js": "2.21.0",
"@supabase/supabase-js": "2.23.0",
"@types/jest": "29.5.0",
"@types/lodash": "4.14.184",
"dotenv": "16.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"preset": "@supabase-cache-helpers/jest-presets/jest/node"
},
"devDependencies": {
"@supabase/supabase-js": "2.21.0",
"@supabase/supabase-js": "2.23.0",
"@supabase/storage-js": "2.5.1",
"@testing-library/react": "14.0.0",
"@testing-library/jest-dom": "5.16.5",
Expand Down
Loading

0 comments on commit 5793ebd

Please sign in to comment.