Skip to content

Commit

Permalink
chore(deps-dev): bump @graphql-codegen/typescript-operations
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed May 26, 2021
1 parent 7ac8ef3 commit 25cd2b1
Showing 1 changed file with 24 additions and 14 deletions.
38 changes: 24 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -626,13 +626,13 @@
tslib "~2.2.0"

"@graphql-codegen/typescript-operations@^1.17.14":
version "1.17.16"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-1.17.16.tgz#75eb389f268b2dbd2e46b235bcb957be561c31cb"
integrity sha512-DoWIhg/c2XS4IpgRLRXRBJDwmKoIl6KuzL2iO9GElX0rdjYguwbqx6iDV1pgktTTajMy8pXP56oZhmEcZLRD2Q==
version "1.18.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-1.18.0.tgz#04c007df476948ff972daed69c73a77a922c8968"
integrity sha512-Q4b+jySBgU39uYzSWQcHBn/q5j/gs2yUQGNiCXhV8IIHDJJNR0Zfb2ywY6AMwT7N3rgXmFuIzKAA++xBf2yKRw==
dependencies:
"@graphql-codegen/plugin-helpers" "^1.18.5"
"@graphql-codegen/typescript" "^1.22.0"
"@graphql-codegen/visitor-plugin-common" "^1.20.0"
"@graphql-codegen/plugin-helpers" "^1.18.7"
"@graphql-codegen/typescript" "^1.22.1"
"@graphql-codegen/visitor-plugin-common" "1.21.0"
auto-bind "~4.0.0"
tslib "~2.2.0"

Expand All @@ -648,7 +648,7 @@
auto-bind "~4.0.0"
tslib "~2.2.0"

"@graphql-codegen/typescript@1.22.0", "@graphql-codegen/typescript@^1.22.0":
"@graphql-codegen/typescript@1.22.0":
version "1.22.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-1.22.0.tgz#d05be3a971e5d75a076a43e123b6330f4366a6ab"
integrity sha512-YzN/3MBYHrP110m8JgUWQIHt7Ivi3JXiq0RT5XNx/F9mVOSbZz6Ezbaji8YJA3y04Gl2f6ZgtdGazWANUvcOcg==
Expand All @@ -658,14 +658,24 @@
auto-bind "~4.0.0"
tslib "~2.2.0"

"@graphql-codegen/visitor-plugin-common@^1.20.0":
version "1.20.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.20.0.tgz#38d829eab7370c79aa5229190788f94adcae8f76"
integrity sha512-AYrpy8NA3DpvhDLqYGerQRv44S+YAMPKtwT8x9GNVjzP0gVfmqi3gG1bDWbP5sm6kOZKvDC0kTxGePuBSZerxw==
"@graphql-codegen/typescript@^1.22.0", "@graphql-codegen/typescript@^1.22.1":
version "1.22.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-1.22.1.tgz#9a2e215d4cf095d942c1671db4bad78b619b11ce"
integrity sha512-3f/siciXrhhMdcs9qcxnwWXETsAhZNNiUOlr6IUEm82kVx5xvFuxc0KZZE88w3iEVJXE7xYo1oWmrttvkQP4Aw==
dependencies:
"@graphql-codegen/plugin-helpers" "^1.18.5"
"@graphql-codegen/plugin-helpers" "^1.18.7"
"@graphql-codegen/visitor-plugin-common" "1.21.0"
auto-bind "~4.0.0"
tslib "~2.2.0"

"@graphql-codegen/visitor-plugin-common@1.21.0", "@graphql-codegen/visitor-plugin-common@^1.20.0":
version "1.21.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.21.0.tgz#1cb59a8ce9a9d6486f859a254645e162c6736cfb"
integrity sha512-gw6mUCOpKwJ4aR+wnUXureQi4dV6jezEiXvX0CEZdpqBIGAJ4G8h7CKyGW66lBzvaoLCB7siOF86UJO3dw5ctg==
dependencies:
"@graphql-codegen/plugin-helpers" "^1.18.7"
"@graphql-tools/optimize" "^1.0.1"
"@graphql-tools/relay-operation-optimizer" "^6"
"@graphql-tools/relay-operation-optimizer" "^6.3.0"
array.prototype.flatmap "^1.2.4"
auto-bind "~4.0.0"
change-case-all "1.0.14"
Expand Down Expand Up @@ -848,7 +858,7 @@
tslib "~2.1.0"
yaml-ast-parser "^0.0.43"

"@graphql-tools/relay-operation-optimizer@^6":
"@graphql-tools/relay-operation-optimizer@^6.3.0":
version "6.3.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-6.3.0.tgz#f8c7f6c8aa4a9cf50ab151fbc5db4f4282a79532"
integrity sha512-Or3UgRvkY9Fq1AAx7q38oPqFmTepLz7kp6wDHKyR0ceG7AvHv5En22R12mAeISInbhff4Rpwgf6cE8zHRu6bCw==
Expand Down

0 comments on commit 25cd2b1

Please sign in to comment.