Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: supabase-community/supabase-graphql-example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d92511726736ab7f6d875cc287de30052a3430da
Choose a base ref
..
head repository: supabase-community/supabase-graphql-example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 36750ea3d1ee5ed0839e1eb64f72f1080ea293c3
Choose a head ref
Showing with 10 additions and 10 deletions.
  1. +1 −1 app/package.json
  2. +9 −9 yarn.lock
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"dependencies": {
"@graphql-yoga/render-graphiql": "2.13.12",
"@heroicons/react": "1.0.6",
"@supabase/supabase-js": "2.0.2",
"@supabase/supabase-js": "2.0.3",
"@supabase/ui": "0.36.5",
"autoprefixer": "10.4.12",
"graphql": "16.6.0",
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1112,10 +1112,10 @@
dependencies:
cross-fetch "^3.1.5"

"@supabase/gotrue-js@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@supabase/gotrue-js/-/gotrue-js-2.0.1.tgz#d8f2b87e570c540848f41304affe5712fb906990"
integrity sha512-PCzHeFhz33lPWLZT+UiVDpGkZQI3K1wwhkhgAjvJdkyCbwK5u+LWWUzz0AX66bGGLpg1IYQIP7oz8V68XVjzMA==
"@supabase/gotrue-js@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@supabase/gotrue-js/-/gotrue-js-2.1.0.tgz#b3605320df9df4760cf1e8008c23fa20ae16741b"
integrity sha512-uhjDH79dkBJD8r9pfltPNDghKqEc/+Mm7hFCAhSMA5M0ZhBbz8DfmW15ElbfJ4IdRSfJ7oWH7S3NBhF7/hph5g==
dependencies:
cross-fetch "^3.1.5"

@@ -1141,13 +1141,13 @@
dependencies:
cross-fetch "^3.1.5"

"@supabase/supabase-js@2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@supabase/supabase-js/-/supabase-js-2.0.2.tgz#5d6c6fed9e2787cffee6f718fc992cec887ea20e"
integrity sha512-ssRxPvkMcERx8bsrEaBjvRpNRz2V4ZjObPh5ky8CVxXH1vEWIb10Qq6WMG0LB32Z5lEWplEPy0zfy+LIetcNRQ==
"@supabase/supabase-js@2.0.3":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@supabase/supabase-js/-/supabase-js-2.0.3.tgz#39e490a2303263b4f15826fa27fd5955b558329d"
integrity sha512-O2VRntWFm2EQLoSuwC5EteMEO4BOiITV2BRxC1lYXTwOgu/WoHhR3M2pjf/Gdtv5dikl8cN1T9vn+dVrquUHzQ==
dependencies:
"@supabase/functions-js" "^2.0.0"
"@supabase/gotrue-js" "^2.0.1"
"@supabase/gotrue-js" "^2.1.0"
"@supabase/postgrest-js" "^1.1.0"
"@supabase/realtime-js" "^2.1.0"
"@supabase/storage-js" "^2.0.0"