We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053f170 commit 2f45d4fCopy full SHA for 2f45d4f
package.json
@@ -47,8 +47,8 @@
47
"author": "codehex",
48
"license": "MIT",
49
"devDependencies": {
50
- "@graphql-codegen/cli": "2.16.1",
51
- "@graphql-codegen/typescript": "^2.8.7",
+ "@graphql-codegen/cli": "3.0.0",
+ "@graphql-codegen/typescript": "^3.0.0",
52
"@tsconfig/recommended": "1.0.2",
53
"@types/jest": "29.4.0",
54
"@typescript-eslint/eslint-plugin": "5.51.0",
@@ -64,9 +64,9 @@
64
"zod": "3.20.6"
65
},
66
"dependencies": {
67
- "@graphql-codegen/plugin-helpers": "2.4.2",
68
- "@graphql-codegen/schema-ast": "2.6.1",
69
- "@graphql-codegen/visitor-plugin-common": "^2.13.7",
+ "@graphql-codegen/plugin-helpers": "4.0.0",
+ "@graphql-codegen/schema-ast": "3.0.0",
+ "@graphql-codegen/visitor-plugin-common": "^3.0.0",
70
"@graphql-tools/utils": "^9.0.0",
71
"graphql": "16.6.0"
72
0 commit comments