Skip to content

Commit

Permalink
fix: override graphql package version
Browse files Browse the repository at this point in the history
The newest versions of the package presented a bug as for this issue graphql/graphql-js#3978.
  • Loading branch information
arthuravianna committed Dec 18, 2023
1 parent 6a9d6e8 commit c9c33dd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Expand Up @@ -30,5 +30,19 @@
"@urql/core": "^4.1.4",
"@urql/exchange-retry": "^1.2.0",
"urql": "^4.0.5"
},
"overrides": {
"@graphql-codegen/cli": {
"graphql": "~16.6.0"
},
"@graphql-codegen/typescript-operations": {
"graphql": "~16.6.0"
},
"@graphql-codegen/typescript-urql": {
"graphql": "~16.6.0"
},
"@urql/core": {
"graphql": "~16.6.0"
}
}
}

0 comments on commit c9c33dd

Please sign in to comment.