Skip to content

Commit 9d186bb

Browse files
committed
Update dependency @graphql-codegen/typescript to v2.8.2
1 parent b3f4d0d commit 9d186bb

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.12",
48-
"@graphql-codegen/typescript": "2.8.1",
48+
"@graphql-codegen/typescript": "2.8.2",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "29.2.3",
5151
"@typescript-eslint/eslint-plugin": "5.43.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -927,21 +927,21 @@
927927
"@graphql-tools/utils" "^8.8.0"
928928
tslib "~2.4.0"
929929

930-
"@graphql-codegen/[email protected].1":
931-
version "2.8.1"
932-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.1.tgz#2742ab4e1bcc47aebba3f84dcdce3782071e1191"
933-
integrity sha512-kweV1DOOH2blvMheVL55TT0s9bxkmF/zijN9mdk9pRD20i/rI/46qbh8fNKqy/PV12vZOmZGNL6tigdghG2bqg==
930+
"@graphql-codegen/[email protected].2":
931+
version "2.8.2"
932+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.2.tgz#88d5b916d9b6c93b17d2300a0ddddda5696581c1"
933+
integrity sha512-FWyEcJTHSxkImNgDRfsg4yBMJ11qPA6sPJ7v8Kviv5MaOFybclVSZ8WWfp7D8Dc6ix4zWfMd4dIl9ZIL/AJu8A==
934934
dependencies:
935935
"@graphql-codegen/plugin-helpers" "^2.7.2"
936936
"@graphql-codegen/schema-ast" "^2.5.1"
937-
"@graphql-codegen/visitor-plugin-common" "2.13.1"
937+
"@graphql-codegen/visitor-plugin-common" "2.13.2"
938938
auto-bind "~4.0.0"
939939
tslib "~2.4.0"
940940

941-
"@graphql-codegen/[email protected].1":
942-
version "2.13.1"
943-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.1.tgz#2228660f6692bcdb96b1f6d91a0661624266b76b"
944-
integrity sha512-mD9ufZhDGhyrSaWQGrU1Q1c5f01TeWtSWy/cDwXYjJcHIj1Y/DG2x0tOflEfCvh5WcnmHNIw4lzDsg1W7iFJEg==
941+
"@graphql-codegen/[email protected].2":
942+
version "2.13.2"
943+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.2.tgz#cccc287d9b7eb25d9b8e54672a3807c1502c8091"
944+
integrity sha512-qCZ4nfI1YjDuPz4lqGi0s4/5lOqHxdiQPFSwrXDENjHW+Z0oAiNYj6CFqob9ai2tLtXXKSUzMh/eeZDPmTrfhQ==
945945
dependencies:
946946
"@graphql-codegen/plugin-helpers" "^2.7.2"
947947
"@graphql-tools/optimize" "^1.3.0"

0 commit comments

Comments
 (0)