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 Oct 7, 2023
1 parent b0ba148 commit 5581bb2
Show file tree
Hide file tree
Showing 8 changed files with 161 additions and 67 deletions.
12 changes: 12 additions & 0 deletions .changeset/renovate-a1e3f18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@supabase-cache-helpers/postgrest-core': patch
'@supabase-cache-helpers/postgrest-react-query': patch
'@supabase-cache-helpers/postgrest-swr': patch
'@supabase-cache-helpers/storage-core': patch
'@supabase-cache-helpers/storage-react-query': patch
'@supabase-cache-helpers/storage-swr': patch
---

Updated dependency `@supabase/postgrest-js` to `1.8.4`.
Updated dependency `@supabase/supabase-js` to `2.38.0`.
Updated dependency `@supabase/storage-js` to `2.5.4`.
4 changes: 2 additions & 2 deletions packages/postgrest-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@supabase-cache-helpers/jest-presets": "workspace:*",
"@supabase-cache-helpers/prettier-config": "workspace:*",
"@supabase-cache-helpers/tsconfig": "workspace:*",
"@supabase/postgrest-js": "1.7.2",
"@supabase/supabase-js": "2.26.0",
"@supabase/postgrest-js": "1.8.4",
"@supabase/supabase-js": "2.38.0",
"@types/jest": "29.5.0",
"@types/lodash": "4.14.184",
"@types/flat": "5.0.2",
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 @@ -56,8 +56,8 @@
"preset": "@supabase-cache-helpers/jest-presets/jest/node"
},
"devDependencies": {
"@supabase/supabase-js": "2.26.0",
"@supabase/postgrest-js": "1.7.2",
"@supabase/supabase-js": "2.38.0",
"@supabase/postgrest-js": "1.8.4",
"@testing-library/react": "14.0.0",
"@testing-library/jest-dom": "5.17.0",
"jest-environment-jsdom": "29.7.0",
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 @@ -55,8 +55,8 @@
"preset": "@supabase-cache-helpers/jest-presets/jest/node"
},
"devDependencies": {
"@supabase/supabase-js": "2.26.0",
"@supabase/postgrest-js": "1.7.2",
"@supabase/supabase-js": "2.38.0",
"@supabase/postgrest-js": "1.8.4",
"@testing-library/react": "14.0.0",
"@testing-library/jest-dom": "5.17.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/storage-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"preset": "@supabase-cache-helpers/jest-presets/jest/node"
},
"devDependencies": {
"@supabase/storage-js": "2.5.1",
"@supabase/supabase-js": "2.26.0",
"@supabase/storage-js": "2.5.4",
"@supabase/supabase-js": "2.38.0",
"@types/jest": "29.5.0",
"dotenv": "16.3.1",
"eslint": "8.40.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/storage-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"preset": "@supabase-cache-helpers/jest-presets/jest/node"
},
"devDependencies": {
"@supabase/supabase-js": "2.26.0",
"@supabase/storage-js": "2.5.1",
"@supabase/supabase-js": "2.38.0",
"@supabase/storage-js": "2.5.4",
"@testing-library/react": "14.0.0",
"@testing-library/jest-dom": "5.17.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/storage-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"preset": "@supabase-cache-helpers/jest-presets/jest/node"
},
"devDependencies": {
"@supabase/supabase-js": "2.26.0",
"@supabase/storage-js": "2.5.1",
"@supabase/supabase-js": "2.38.0",
"@supabase/storage-js": "2.5.4",
"@testing-library/react": "14.0.0",
"@testing-library/jest-dom": "5.17.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
Loading

0 comments on commit 5581bb2

Please sign in to comment.