Skip to content

Commit

Permalink
Merge pull request #90 from VoidShake/dependabot/npm_and_yarn/graphql…
Browse files Browse the repository at this point in the history
…-codegen/typescript-operations-2.5.12
  • Loading branch information
PssbleTrngle authored Jan 17, 2023
2 parents 33dd53d + 050455f commit 71943dc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 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": "^2.3.12",
"@graphql-codegen/typescript": "^2.7.4",
"@graphql-codegen/typescript-operations": "^2.5.7",
"@graphql-codegen/typescript-operations": "^2.5.12",
"@graphql-eslint/eslint-plugin": "^3.13.1",
"@heroicons/vue": "^2.0.12",
"@nuxtjs/apollo": "^5.0.0-alpha.2",
Expand Down
40 changes: 20 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -778,13 +778,13 @@
lodash "~4.17.0"
tslib "~2.4.0"

"@graphql-codegen/schema-ast@^2.5.1":
version "2.5.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.5.1.tgz#ce030ae6de5dacd745848009ba0ca18c9c30910c"
integrity sha512-tewa5DEKbglWn7kYyVBkh3J8YQ5ALqAMVmZwiVFIGOao5u66nd+e4HuFqp0u+Jpz4SJGGi0ap/oFrEvlqLjd2A==
"@graphql-codegen/schema-ast@^2.6.1":
version "2.6.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.6.1.tgz#8ba1b38827c034b51ecd3ce88622c2ae6cd3fe1a"
integrity sha512-5TNW3b1IHJjCh07D2yQNGDQzUpUl2AD+GVe1Dzjqyx/d2Fn0TPMxLsHsKPS4Plg4saO8FK/QO70wLsP7fdbQ1w==
dependencies:
"@graphql-codegen/plugin-helpers" "^2.6.2"
"@graphql-tools/utils" "^8.8.0"
"@graphql-codegen/plugin-helpers" "^3.1.2"
"@graphql-tools/utils" "^9.0.0"
tslib "~2.4.0"

"@graphql-codegen/typed-document-node@^2.3.12":
Expand All @@ -798,25 +798,25 @@
change-case-all "1.0.15"
tslib "~2.4.0"

"@graphql-codegen/typescript-operations@^2.5.7":
version "2.5.7"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.5.7.tgz#324bec408ef1ab26eece9d0ace1d5780a2f9dd42"
integrity sha512-4TRyQy/GizcjkZsvN176C5O5bULyGB/lMXDWqg58A9AGf/P0n5n4QjgrMd2EG6tA3Xzg1tiBWhxYEFSmlPVETQ==
"@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==
dependencies:
"@graphql-codegen/plugin-helpers" "^2.7.2"
"@graphql-codegen/typescript" "^2.8.2"
"@graphql-codegen/visitor-plugin-common" "2.13.2"
"@graphql-codegen/plugin-helpers" "^3.1.2"
"@graphql-codegen/typescript" "^2.8.7"
"@graphql-codegen/visitor-plugin-common" "2.13.7"
auto-bind "~4.0.0"
tslib "~2.4.0"

"@graphql-codegen/typescript@^2.7.4", "@graphql-codegen/typescript@^2.8.2":
version "2.8.2"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.2.tgz#88d5b916d9b6c93b17d2300a0ddddda5696581c1"
integrity sha512-FWyEcJTHSxkImNgDRfsg4yBMJ11qPA6sPJ7v8Kviv5MaOFybclVSZ8WWfp7D8Dc6ix4zWfMd4dIl9ZIL/AJu8A==
"@graphql-codegen/typescript@^2.7.4", "@graphql-codegen/typescript@^2.8.7":
version "2.8.7"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.7.tgz#da34261b779a001d7d53b8f454bafc002b06e041"
integrity sha512-Nm5keWqIgg/VL7fivGmglF548tJRP2ttSmfTMuAdY5GNGTJTVZOzNbIOfnbVEDMMWF4V+quUuSyeUQ6zRxtX1w==
dependencies:
"@graphql-codegen/plugin-helpers" "^2.7.2"
"@graphql-codegen/schema-ast" "^2.5.1"
"@graphql-codegen/visitor-plugin-common" "2.13.2"
"@graphql-codegen/plugin-helpers" "^3.1.2"
"@graphql-codegen/schema-ast" "^2.6.1"
"@graphql-codegen/visitor-plugin-common" "2.13.7"
auto-bind "~4.0.0"
tslib "~2.4.0"

Expand Down

0 comments on commit 71943dc

Please sign in to comment.