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 549b121 commit a974d53Copy full SHA for a974d53
package.json
@@ -30,7 +30,7 @@
30
"singleQuote": true
31
},
32
"devDependencies": {
33
- "@graphql-codegen/cli": "6.0.2",
+ "@graphql-codegen/cli": "6.1.0",
34
"husky": "9.1.7",
35
"lint-staged": "16.2.7",
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": "6.0.0",
+ "@graphql-codegen/plugin-helpers": "6.1.0",
26
"graphql": "16.12.0",
27
"liquidjs": "10.24.0"
28
0 commit comments