Skip to content

Commit 2e0d5bc

Browse files
Update graphqlcodegenerator monorepo to v3
1 parent 1cbc2d9 commit 2e0d5bc

File tree

2 files changed

+112
-231
lines changed

2 files changed

+112
-231
lines changed

package.json

Lines changed: 4 additions & 4 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.3.0",
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.57.0",
@@ -65,8 +65,8 @@
6565
},
6666
"dependencies": {
6767
"@graphql-codegen/plugin-helpers": "^4.2.0",
68-
"@graphql-codegen/schema-ast": "2.6.1",
69-
"@graphql-codegen/visitor-plugin-common": "^2.13.7",
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)