Skip to content

Commit

Permalink
chore(deps-dev): bump @graphql-codegen/typescript-operations from 2.5…
Browse files Browse the repository at this point in the history
….12 to 3.0.4 (#163)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 4, 2023
1 parent c4e18e4 commit 85f52e3
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@graphql-codegen/fragment-matcher": "^3.3.3",
"@graphql-codegen/typed-document-node": "^4.0.1",
"@graphql-codegen/typescript": "^2.8.7",
"@graphql-codegen/typescript-operations": "^2.5.12",
"@graphql-codegen/typescript-operations": "^3.0.4",
"@graphql-eslint/eslint-plugin": "^3.18.0",
"@heroicons/vue": "^2.0.17",
"@nuxtjs/apollo": "^5.0.0-alpha.6",
Expand Down
36 changes: 28 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,15 @@
"@graphql-tools/utils" "^9.0.0"
tslib "~2.4.0"

"@graphql-codegen/schema-ast@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-3.0.1.tgz#37b458bb57b95715a9eb4259341c856dae2a461d"
integrity sha512-rTKTi4XiW4QFZnrEqetpiYEWVsOFNoiR/v3rY9mFSttXFbIwNXPme32EspTiGWmEEdHY8UuTDtZN3vEcs/31zw==
dependencies:
"@graphql-codegen/plugin-helpers" "^4.1.0"
"@graphql-tools/utils" "^9.0.0"
tslib "~2.5.0"

"@graphql-codegen/typed-document-node@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-4.0.1.tgz#6522a605d032fd9d10c7cac36b4a8728a83a957f"
Expand All @@ -1169,16 +1178,16 @@
change-case-all "1.0.15"
tslib "~2.5.0"

"@graphql-codegen/typescript-operations@^2.5.12":
version "2.5.12"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.5.12.tgz#36af48b34d70d98a9a2adea1ab79e26fcab23a92"
integrity sha512-/w8IgRIQwmebixf514FOQp2jXOe7vxZbMiSFoQqJgEgzrr42joPsgu4YGU+owv2QPPmu4736OcX8FSavb7SLiA==
"@graphql-codegen/typescript-operations@^3.0.4":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-3.0.4.tgz#60163c07f0ef73655779ece450d02c1172c44027"
integrity sha512-6yE2OL2+WJ1vd5MwFEGXpaxsFGzjAGUytPVHDML3Bi3TwP1F3lnQlIko4untwvHW0JhZEGQ7Ck30H9HjcxpdKA==
dependencies:
"@graphql-codegen/plugin-helpers" "^3.1.2"
"@graphql-codegen/typescript" "^2.8.7"
"@graphql-codegen/visitor-plugin-common" "2.13.7"
"@graphql-codegen/plugin-helpers" "^4.2.0"
"@graphql-codegen/typescript" "^3.0.4"
"@graphql-codegen/visitor-plugin-common" "3.1.1"
auto-bind "~4.0.0"
tslib "~2.4.0"
tslib "~2.5.0"

"@graphql-codegen/typescript@^2.8.7":
version "2.8.7"
Expand All @@ -1191,6 +1200,17 @@
auto-bind "~4.0.0"
tslib "~2.4.0"

"@graphql-codegen/typescript@^3.0.4":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-3.0.4.tgz#e12dc106a2722ebc7d18556980ccf47fa9d0805f"
integrity sha512-x4O47447DZrWNtE/l5CU9QzzW4m1RbmCEdijlA3s2flG/y1Ckqdemob4CWfilSm5/tZ3w1junVDY616RDTSvZw==
dependencies:
"@graphql-codegen/plugin-helpers" "^4.2.0"
"@graphql-codegen/schema-ast" "^3.0.1"
"@graphql-codegen/visitor-plugin-common" "3.1.1"
auto-bind "~4.0.0"
tslib "~2.5.0"

"@graphql-codegen/visitor-plugin-common@2.13.7":
version "2.13.7"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.7.tgz#591e054a970a0d572bdfb765bf948dae21bf8aed"
Expand Down

0 comments on commit 85f52e3

Please sign in to comment.