Skip to content

Commit

Permalink
Merge pull request #506 from psteinroe/chore/upgrade-to-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe authored Oct 16, 2024
2 parents 99f4e1b + cd34978 commit ab9fc08
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@supabase/auth-helpers-nextjs": "0.8.7",
"@supabase/auth-helpers-react": "0.4.2",
"@tanstack/react-query": "^5.0.0",
"@supabase/supabase-js": "2.44.3",
"@supabase/supabase-js": "2.45.4",
"@vercel/analytics": "^0.1.11",
"class-variance-authority": "0.7.0",
"clsx": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@supabase-cache-helpers/storage-swr": "workspace:*",
"@supabase/auth-helpers-nextjs": "0.8.7",
"@supabase/auth-helpers-react": "0.4.2",
"@supabase/supabase-js": "2.44.3",
"@supabase/supabase-js": "2.45.4",
"@vercel/analytics": "^0.1.11",
"class-variance-authority": "0.7.0",
"clsx": "^1.2.1",
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.1",
"@supabase/supabase-js": "2.45.4",
"@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.1",
"@supabase/supabase-js": "2.45.4",
"@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.1",
"@supabase/supabase-js": "2.45.4",
"@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/storage-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
},
"devDependencies": {
"@supabase-cache-helpers/tsconfig": "workspace:*",
"@supabase/storage-js": "2.6.0",
"happy-dom": "15.0.0",
"@supabase/supabase-js": "2.44.3",
"@supabase/storage-js": "2.7.0",
"@supabase/supabase-js": "2.45.4",
"@vitest/coverage-istanbul": "^2.0.2",
"dotenv": "16.4.0",
"tsup": "8.2.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 @@ -42,8 +42,8 @@
},
"devDependencies": {
"@supabase-cache-helpers/tsconfig": "workspace:*",
"@supabase/storage-js": "2.6.0",
"@supabase/supabase-js": "2.44.3",
"@supabase/storage-js": "2.7.0",
"@supabase/supabase-js": "2.45.4",
"@testing-library/react": "14.3.0",
"@types/react": "18.3.3",
"dotenv": "16.4.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 @@ -42,8 +42,8 @@
},
"devDependencies": {
"@supabase-cache-helpers/tsconfig": "workspace:*",
"@supabase/storage-js": "2.6.0",
"@supabase/supabase-js": "2.44.3",
"@supabase/storage-js": "2.7.0",
"@supabase/supabase-js": "2.45.4",
"@testing-library/react": "14.3.0",
"@types/react": "18.3.3",
"@vitest/coverage-istanbul": "^2.0.2",
Expand Down
100 changes: 50 additions & 50 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 ab9fc08

Please sign in to comment.