Skip to content

Commit a84dabc

Browse files
committed
chore(deps): update dependency @graphql-codegen/cli to v2.13.1
1 parent bf7d589 commit a84dabc

File tree

2 files changed

+6
-25
lines changed

2 files changed

+6
-25
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"private": true,
77
"devDependencies": {
8-
"@graphql-codegen/cli": "2.13.0",
8+
"@graphql-codegen/cli": "2.13.1",
99
"@graphql-codegen/gql-tag-operations-preset": "1.6.0",
1010
"gradient-string": "2.0.2",
1111
"graphql": "16.6.0",

yarn.lock

+5-24
Original file line numberDiff line numberDiff line change
@@ -536,15 +536,14 @@
536536
"@graphql-codegen/plugin-helpers" "^2.6.2"
537537
tslib "~2.4.0"
538538

539-
"@graphql-codegen/[email protected].0":
540-
version "2.13.0"
541-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.13.0.tgz#f27b334b992eeb2666fbb90baf6b5ed997d411a6"
542-
integrity sha512-r1Z05jKl4h0wVvBpFKqpN+clICZiC356OTLxcdn0XO55vVyjIRl2r4Y2J83JnaklCsiMB5ODtn7uIzmpbXdWjw==
539+
"@graphql-codegen/[email protected].1":
540+
version "2.13.1"
541+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.13.1.tgz#d68bdf42db528091ef8af2092696a04bd51bccc3"
542+
integrity sha512-3+IcmqQu4olcO3ZPc+pfEPPMP+qxtjVU7w1SSLlbMU38oMY0IffApk8MNAivuVKrXoU1a8XOwt+g6m8jz9oLHA==
543543
dependencies:
544544
"@babel/generator" "^7.18.13"
545545
"@babel/template" "^7.18.10"
546546
"@babel/types" "^7.18.13"
547-
"@graphql-codegen/client-preset" "1.0.1"
548547
"@graphql-codegen/core" "2.6.2"
549548
"@graphql-codegen/plugin-helpers" "^2.6.2"
550549
"@graphql-tools/apollo-engine-loader" "^7.3.6"
@@ -578,24 +577,6 @@
578577
yaml "^1.10.0"
579578
yargs "^17.0.0"
580579

581-
"@graphql-codegen/[email protected]":
582-
version "1.0.1"
583-
resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-1.0.1.tgz#a0f3c27638b9981550d4e76982211d516d078c4b"
584-
integrity sha512-JsZwrUveq2HG7Rv/tOmwPGB9IyPd9Dfc6mAXV+jrVvlmj4W3tHiIRKzQpyW1m/Y9g6xBQnMbiEp81qSXBdaWCw==
585-
dependencies:
586-
"@babel/helper-plugin-utils" "^7.14.5"
587-
"@babel/template" "^7.15.4"
588-
"@graphql-codegen/add" "^3.2.1"
589-
"@graphql-codegen/gql-tag-operations" "^1.5.0"
590-
"@graphql-codegen/plugin-helpers" "^2.6.2"
591-
"@graphql-codegen/typed-document-node" "^2.3.3"
592-
"@graphql-codegen/typescript" "^2.7.3"
593-
"@graphql-codegen/typescript-operations" "^2.5.3"
594-
"@graphql-codegen/visitor-plugin-common" "^2.12.1"
595-
"@graphql-tools/utils" "^8.8.0"
596-
"@graphql-typed-document-node/core" "3.1.1"
597-
tslib "~2.4.0"
598-
599580
"@graphql-codegen/[email protected]":
600581
version "2.6.2"
601582
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.2.tgz#29c766d2e9e5a3deeeb4f1728c1f7b1aca054a22"
@@ -918,7 +899,7 @@
918899
tslib "^2.4.0"
919900
value-or-promise "1.0.11"
920901

921-
"@graphql-typed-document-node/core@3.1.1", "@graphql-typed-document-node/core@^3.1.1":
902+
"@graphql-typed-document-node/core@^3.1.1":
922903
version "3.1.1"
923904
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
924905
integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==

0 commit comments

Comments
 (0)