We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05907b1 commit a955fb9Copy full SHA for a955fb9
package.json
@@ -30,7 +30,7 @@
30
"singleQuote": true
31
},
32
"devDependencies": {
33
- "@graphql-codegen/cli": "5.0.7",
+ "@graphql-codegen/cli": "6.0.0",
34
"husky": "9.1.7",
35
"lint-staged": "16.1.6",
36
"prettier": "3.6.2",
packages/graphql-codegen-golang/package.json
@@ -22,7 +22,7 @@
22
"dev": "rm -rf dist/ && tsc -p tsconfig.build.json -w"
23
24
"dependencies": {
25
- "@graphql-codegen/plugin-helpers": "5.1.1",
+ "@graphql-codegen/plugin-helpers": "6.0.0",
26
"graphql": "16.11.0",
27
"liquidjs": "10.21.1"
28
0 commit comments