Skip to content

Commit d65f1a6

Browse files
committed
Update dependency @graphql-codegen/typescript to v2.8.3
1 parent 36b576d commit d65f1a6

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
@@ -48,7 +48,7 @@
4848
"license": "MIT",
4949
"devDependencies": {
5050
"@graphql-codegen/cli": "2.15.0",
51-
"@graphql-codegen/typescript": "2.8.2",
51+
"@graphql-codegen/typescript": "2.8.3",
5252
"@tsconfig/recommended": "1.0.1",
5353
"@types/jest": "29.2.3",
5454
"@typescript-eslint/eslint-plugin": "5.45.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -938,21 +938,21 @@
938938
"@graphql-tools/utils" "^8.8.0"
939939
tslib "~2.4.0"
940940

941-
"@graphql-codegen/[email protected].2":
942-
version "2.8.2"
943-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.2.tgz#88d5b916d9b6c93b17d2300a0ddddda5696581c1"
944-
integrity sha512-FWyEcJTHSxkImNgDRfsg4yBMJ11qPA6sPJ7v8Kviv5MaOFybclVSZ8WWfp7D8Dc6ix4zWfMd4dIl9ZIL/AJu8A==
941+
"@graphql-codegen/[email protected].3":
942+
version "2.8.3"
943+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.3.tgz#83a87586b550b7c5b543d11b8a2da706cca67bda"
944+
integrity sha512-ch8Lzjp8XnN8P70uYBmsjv7FWJQ47qletlShPHk7n4RRsnLkah3J9iSEUIALqM25Wl6EjEmHlxoAgSBILz+sjg==
945945
dependencies:
946946
"@graphql-codegen/plugin-helpers" "^2.7.2"
947947
"@graphql-codegen/schema-ast" "^2.5.1"
948-
"@graphql-codegen/visitor-plugin-common" "2.13.2"
948+
"@graphql-codegen/visitor-plugin-common" "2.13.3"
949949
auto-bind "~4.0.0"
950950
tslib "~2.4.0"
951951

952-
"@graphql-codegen/[email protected].2":
953-
version "2.13.2"
954-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.2.tgz#cccc287d9b7eb25d9b8e54672a3807c1502c8091"
955-
integrity sha512-qCZ4nfI1YjDuPz4lqGi0s4/5lOqHxdiQPFSwrXDENjHW+Z0oAiNYj6CFqob9ai2tLtXXKSUzMh/eeZDPmTrfhQ==
952+
"@graphql-codegen/[email protected].3":
953+
version "2.13.3"
954+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.3.tgz#4a2eceee00b4cfdf1eff31a006710a30417ec497"
955+
integrity sha512-5gFDQGuCE5tIBo9KtDPZ8kL6cf1VJwDGj6nO9ERa0HJNk5osT50NhSf6H61LEnM3Gclbo96Ib1GCp3KdLwHoGg==
956956
dependencies:
957957
"@graphql-codegen/plugin-helpers" "^2.7.2"
958958
"@graphql-tools/optimize" "^1.3.0"

0 commit comments

Comments
 (0)