Skip to content

Commit 8f8307c

Browse files
Update graphqlcodegenerator monorepo
1 parent 8cc29ab commit 8f8307c

File tree

2 files changed

+123
-246
lines changed

2 files changed

+123
-246
lines changed

package.json

Lines changed: 5 additions & 5 deletions
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.5",
51-
"@graphql-codegen/typescript": "^2.8.7",
50+
"@graphql-codegen/cli": "3.2.2",
51+
"@graphql-codegen/typescript": "^3.0.0",
5252
"@tsconfig/recommended": "1.0.2",
5353
"@types/jest": "29.5.0",
5454
"@typescript-eslint/eslint-plugin": "5.56.0",
@@ -64,9 +64,9 @@
6464
"zod": "3.21.4"
6565
},
6666
"dependencies": {
67-
"@graphql-codegen/plugin-helpers": "2.7.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.1",
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)