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: c89adeb803e573247aec8938eb981f36cf1ab968
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: e85185064336662c66c3414876c1d9cee217e2e1
Choose a head ref
Showing with 448 additions and 311 deletions.
  1. +1 −1 package.json
  2. +447 −310 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
],
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/gql-tag-operations-preset": "2.1.0",
"gradient-string": "2.0.2",
"graphql": "16.6.0",
Loading