Skip to content

Commit 2f45d4f

Browse files
Update graphqlcodegenerator monorepo
1 parent 053f170 commit 2f45d4f

File tree

2 files changed

+352
-229
lines changed

2 files changed

+352
-229
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"author": "codehex",
4848
"license": "MIT",
4949
"devDependencies": {
50-
"@graphql-codegen/cli": "2.16.1",
51-
"@graphql-codegen/typescript": "^2.8.7",
50+
"@graphql-codegen/cli": "3.0.0",
51+
"@graphql-codegen/typescript": "^3.0.0",
5252
"@tsconfig/recommended": "1.0.2",
5353
"@types/jest": "29.4.0",
5454
"@typescript-eslint/eslint-plugin": "5.51.0",
@@ -64,9 +64,9 @@
6464
"zod": "3.20.6"
6565
},
6666
"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",
67+
"@graphql-codegen/plugin-helpers": "4.0.0",
68+
"@graphql-codegen/schema-ast": "3.0.0",
69+
"@graphql-codegen/visitor-plugin-common": "^3.0.0",
7070
"@graphql-tools/utils": "^9.0.0",
7171
"graphql": "16.6.0"
7272
},

0 commit comments

Comments
 (0)