Skip to content

Commit 2513828

Browse files
committed
Update dependency @graphql-codegen/typescript to v2.7.5
1 parent 2afd79b commit 2513828

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"license": "MIT",
4646
"devDependencies": {
4747
"@graphql-codegen/cli": "2.13.7",
48-
"@graphql-codegen/typescript": "2.7.4",
48+
"@graphql-codegen/typescript": "2.7.5",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "29.2.0",
5151
"@typescript-eslint/eslint-plugin": "5.40.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -915,21 +915,21 @@
915915
"@graphql-tools/utils" "^8.8.0"
916916
tslib "~2.4.0"
917917

918-
"@graphql-codegen/[email protected].4":
919-
version "2.7.4"
920-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.4.tgz#46c1fac63ae1b487efe73db6531f1db5e5198fe0"
921-
integrity sha512-mjoE3KqmAaBUSlCuKb2WDot3+CTfdJ9eKIcWsDFubPTNdZE0Z8mLoATmVryx8NOBjDtPU/ZziI0rYEGOR4qpAw==
918+
"@graphql-codegen/[email protected].5":
919+
version "2.7.5"
920+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.5.tgz#00da3b7dd51cce49d95531556988818568c5d87e"
921+
integrity sha512-NZMViINr0KEH+DgtOE3BDWkdrisX7cz3/+m6M73Sa2cMM1udTTCpLbNqFIHRmGl1UyfwjdZB32YoF/fxshjV/Q==
922922
dependencies:
923923
"@graphql-codegen/plugin-helpers" "^2.6.2"
924924
"@graphql-codegen/schema-ast" "^2.5.1"
925-
"@graphql-codegen/visitor-plugin-common" "2.12.2"
925+
"@graphql-codegen/visitor-plugin-common" "2.13.0"
926926
auto-bind "~4.0.0"
927927
tslib "~2.4.0"
928928

929-
"@graphql-codegen/visitor-plugin-common@2.12.2":
930-
version "2.12.2"
931-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.12.2.tgz#70eefed5567dbec6d289b05047b04bc9faae428e"
932-
integrity sha512-UZJxY3mWwaM7yii7mSbl6Rxb6sJlpwGZc3QAs2Yd8MnYjXFPTBR0OO6aBTr9xuftl0pYwHu/pVK7vTPNnVmPww==
929+
"@graphql-codegen/visitor-plugin-common@2.13.0":
930+
version "2.13.0"
931+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.0.tgz#206d91d90a3cc3b1fc0c3a04e8015c22584e461f"
932+
integrity sha512-8lKw4l8W6yKaqrxx025eB6+lRMWaBKedbKjC9UyLhXAnqTi3tgaRKOBo4zvl1+KzE6R41Ruov9UcGD7OjgmBrw==
933933
dependencies:
934934
"@graphql-codegen/plugin-helpers" "^2.6.2"
935935
"@graphql-tools/optimize" "^1.3.0"

0 commit comments

Comments
 (0)