Skip to content

Commit

Permalink
Update dependency @graphql-codegen/cli to v2.13.11 (#480)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 2, 2022
1 parent d90d5ec commit 2553915
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-codegen/cli": "2.13.10",
"@graphql-codegen/cli": "2.13.11",
"@graphql-codegen/import-types-preset": "2.2.6",
"@graphql-codegen/typescript": "2.8.1",
"@graphql-codegen/typescript-operations": "2.5.6",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1136,15 +1136,15 @@
"@graphql-codegen/plugin-helpers" "^2.6.2"
tslib "~2.4.0"

"@graphql-codegen/[email protected].10":
version "2.13.10"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.13.10.tgz#0df0fd5bbf2f21b749e5560c2e3551cff8311e6b"
integrity sha512-h0b/dr1yY0P3BzHXES9b40ADqCwzb5G8mPGGmYJyrJUrWbVBDHd7oLsYNZyUXrdNH2+OXSvRla0P+rE7Xtql5Q==
"@graphql-codegen/[email protected].11":
version "2.13.11"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.13.11.tgz#74ff250b9da09c38baf812662969e450783126aa"
integrity sha512-PJF36a1i6M7Btj1kB4PWWzBUO3u2BJzsd/6KXxRmEugcxrbaCnbTDDktopy0CZYKdqaFbXaowwbRY8Tk8DV99Q==
dependencies:
"@babel/generator" "^7.18.13"
"@babel/template" "^7.18.10"
"@babel/types" "^7.18.13"
"@graphql-codegen/core" "2.6.4"
"@graphql-codegen/core" "2.6.5"
"@graphql-codegen/plugin-helpers" "^2.7.2"
"@graphql-tools/apollo-engine-loader" "^7.3.6"
"@graphql-tools/code-file-loader" "^7.3.1"
Expand Down Expand Up @@ -1178,10 +1178,10 @@
yaml "^1.10.0"
yargs "^17.0.0"

"@graphql-codegen/[email protected].4":
version "2.6.4"
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.4.tgz#0ed07c1efe18f36dd7515a54d05b07685b00cbb1"
integrity sha512-gmiRJIkmzeODBpX5ATDLWBTAs2zl21cRqwOmcYtLY3RMxNa3SIpHFII6BIYLOo/ZO767+2DH8FOKWCR78w6cvQ==
"@graphql-codegen/[email protected].5":
version "2.6.5"
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.5.tgz#08ac1e9cdfeba3f95557230b2bd3736b4ef2f777"
integrity sha512-oSbM8vINFxcV1GUasJTDIemMpEG1t6NkBG8odQCt/3ZExCYmoviHhG9vJB89QqJeU5W06qQB6SJn/dg/gv5Aqg==
dependencies:
"@graphql-codegen/plugin-helpers" "^2.7.2"
"@graphql-tools/schema" "^9.0.0"
Expand Down

0 comments on commit 2553915

Please sign in to comment.