Skip to content

Commit c9c33dd

Browse files
committed
fix: override graphql package version
The newest versions of the package presented a bug as for this issue graphql/graphql-js#3978.
1 parent 6a9d6e8 commit c9c33dd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,19 @@
3030
"@urql/core": "^4.1.4",
3131
"@urql/exchange-retry": "^1.2.0",
3232
"urql": "^4.0.5"
33+
},
34+
"overrides": {
35+
"@graphql-codegen/cli": {
36+
"graphql": "~16.6.0"
37+
},
38+
"@graphql-codegen/typescript-operations": {
39+
"graphql": "~16.6.0"
40+
},
41+
"@graphql-codegen/typescript-urql": {
42+
"graphql": "~16.6.0"
43+
},
44+
"@urql/core": {
45+
"graphql": "~16.6.0"
46+
}
3347
}
3448
}

0 commit comments

Comments
 (0)