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: one-chan/graphql-client-sandbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f851851201b91c77a88650d7b91121cc1e2192ea
Choose a base ref
..
head repository: one-chan/graphql-client-sandbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dcd4dd9bbd834e1a6fae5c5539964da419cdb5a3
Choose a head ref
Showing with 585 additions and 461 deletions.
  1. +1 −1 package.json
  2. +584 −460 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
"@graphql-codegen/typescript-react-apollo": "1.17.7",
"@types/graphql": "14.5.0",
"@types/node": "12.20.55",
"@types/react": "16.14.62",
"@types/react": "16.14.63",
"@types/react-dom": "16.9.25",
"@types/yaml": "1.9.7",
"dotenv": "8.6.0",
Loading