Skip to content

Commit adf3892

Browse files
committed
Update dependency @graphql-codegen/plugin-helpers to v3
1 parent d4d49cb commit adf3892

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"zod": "3.19.1"
6565
},
6666
"dependencies": {
67-
"@graphql-codegen/plugin-helpers": "^2.3.2",
67+
"@graphql-codegen/plugin-helpers": "^3.0.0",
6868
"@graphql-codegen/schema-ast": "^2.4.1",
6969
"@graphql-codegen/visitor-plugin-common": "^2.5.2",
7070
"@graphql-tools/utils": "^9.0.0",

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,18 @@
907907
lodash "~4.17.0"
908908
tslib "~2.4.0"
909909

910+
"@graphql-codegen/plugin-helpers@^3.0.0":
911+
version "3.1.1"
912+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.1.tgz#c2e324df8e56942dc6d9947ec70025614f5f94d7"
913+
integrity sha512-+V1WK4DUhejVSbkZrAsyv9gA4oQABVrtEUkT7vWq7gSf7Ln6OEM59lDUDsjp5wpLPTBIDJANbAe3qEd+iCB3Ow==
914+
dependencies:
915+
"@graphql-tools/utils" "^8.8.0"
916+
change-case-all "1.0.15"
917+
common-tags "1.8.2"
918+
import-from "4.0.0"
919+
lodash "~4.17.0"
920+
tslib "~2.4.0"
921+
910922
"@graphql-codegen/schema-ast@^2.4.1":
911923
version "2.4.1"
912924
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.4.1.tgz#ad742b53e32f7a2fbff8ea8a91ba7e617e6ef236"

0 commit comments

Comments
 (0)