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: correttojs/graphql-codegen-apollo-next-ssr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f14e3a46e25602eec81de7ec33e6325f9d5a228f
Choose a base ref
..
head repository: correttojs/graphql-codegen-apollo-next-ssr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5fc495281a236e9552ac8437403eb3b374417f31
Choose a head ref
Showing with 295 additions and 283 deletions.
  1. +2 −2 package.json
  2. +293 −281 yarn.lock
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -33,12 +33,12 @@
"@graphql-codegen/typescript-operations": "2.5.3",
"@graphql-codegen/typescript-react-apollo": "3.3.7",
"@types/jest": "29.5.4",
"@types/node": "18.17.9",
"@types/node": "18.17.15",
"apollo-cache-inmemory": "1.6.6",
"apollo-client": "2.6.10",
"graphql": "16.8.0",
"graphql-codegen": "0.4.0",
"jest": "29.6.4",
"jest": "29.7.0",
"standard-version": "9.5.0",
"ts-jest": "28.0.8",
"typescript": "4.9.5"
Loading