Skip to content

Commit

Permalink
chore(deps): update all minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and psteinroe committed Aug 22, 2024
1 parent 146d436 commit 8a2686e
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 31 deletions.
11 changes: 11 additions & 0 deletions .changeset/renovate-4ffb813.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@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.16.0`.
Updated dependency `@supabase/supabase-js` to `2.45.1`.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"autoprefixer": "^10.4.13",
"typescript": "5.5.3",
"@types/node": "20.14.10",
"@types/node": "20.16.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"postcss": "^8.4.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/postgrest-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
"devDependencies": {
"@supabase-cache-helpers/tsconfig": "workspace:*",
"@supabase/postgrest-js": "1.15.8",
"@supabase/supabase-js": "2.44.3",
"@supabase/postgrest-js": "1.16.0",
"@supabase/supabase-js": "2.45.1",
"@types/flat": "5.0.2",
"@types/lodash": "4.17.0",
"@vitest/coverage-istanbul": "^2.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 @@ -48,8 +48,8 @@
},
"devDependencies": {
"@supabase-cache-helpers/tsconfig": "workspace:*",
"@supabase/postgrest-js": "1.15.8",
"@supabase/supabase-js": "2.44.3",
"@supabase/postgrest-js": "1.16.0",
"@supabase/supabase-js": "2.45.1",
"@testing-library/react": "14.3.0",
"@types/flat": "5.0.2",
"@types/react": "18.3.3",
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 @@
},
"devDependencies": {
"@supabase-cache-helpers/tsconfig": "workspace:*",
"@supabase/postgrest-js": "1.15.8",
"@supabase/supabase-js": "2.44.3",
"@supabase/postgrest-js": "1.16.0",
"@supabase/supabase-js": "2.45.1",
"@testing-library/react": "14.3.0",
"@types/flat": "5.0.2",
"@types/react": "18.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@supabase-cache-helpers/tsconfig": "workspace:*",
"@supabase/storage-js": "2.6.0",
"happy-dom": "14.12.3",
"@supabase/supabase-js": "2.44.3",
"@supabase/supabase-js": "2.45.1",
"@vitest/coverage-istanbul": "^2.0.2",
"dotenv": "16.4.0",
"tsup": "8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@supabase-cache-helpers/tsconfig": "workspace:*",
"@supabase/storage-js": "2.6.0",
"@supabase/supabase-js": "2.44.3",
"@supabase/supabase-js": "2.45.1",
"@testing-library/react": "14.3.0",
"@types/react": "18.3.3",
"dotenv": "16.4.0",
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 @@ -43,7 +43,7 @@
"devDependencies": {
"@supabase-cache-helpers/tsconfig": "workspace:*",
"@supabase/storage-js": "2.6.0",
"@supabase/supabase-js": "2.44.3",
"@supabase/supabase-js": "2.45.1",
"@testing-library/react": "14.3.0",
"@types/react": "18.3.3",
"@vitest/coverage-istanbul": "^2.0.2",
Expand Down
80 changes: 59 additions & 21 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 8a2686e

Please sign in to comment.