Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-codegen/cli to v2.9.1 (#6013)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored and jtoar committed Jul 28, 2022
1 parent 8fd7489 commit a2e8e7b
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
"@babel/register": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/traverse": "7.16.7",
"@graphql-codegen/cli": "2.9.0",
"@graphql-codegen/cli": "2.9.1",
"@graphql-codegen/core": "2.6.0",
"@graphql-codegen/schema-ast": "2.5.0",
"@graphql-codegen/typescript": "2.7.2",
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -3127,9 +3127,9 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/cli@npm:2.9.0":
version: 2.9.0
resolution: "@graphql-codegen/cli@npm:2.9.0"
"@graphql-codegen/cli@npm:2.9.1":
version: 2.9.1
resolution: "@graphql-codegen/cli@npm:2.9.1"
dependencies:
"@graphql-codegen/core": 2.6.0
"@graphql-codegen/plugin-helpers": ^2.6.0
@@ -3169,7 +3169,7 @@ __metadata:
graphql-code-generator: cjs/bin.js
graphql-codegen: cjs/bin.js
graphql-codegen-esm: esm/bin.js
checksum: 0e858c0b49c1b8470d2f1539823b94e9379a3555ef37866b8cb5d4b80bc5124660eb248b35c46f73e46e86f32cdc87488be2eb812fdc932068cbe79377f0031f
checksum: 1bc2cd24e4e8ae7d257d14decd931154ea98667e8eb503f76f2e38a16658ff5f594b91fb796f84bc1d10c4723f217f7a010ba70e4d20703c26069a0a83b6f2ad
languageName: node
linkType: hard

@@ -6445,7 +6445,7 @@ __metadata:
"@babel/register": 7.16.7
"@babel/runtime-corejs3": 7.16.7
"@babel/traverse": 7.16.7
"@graphql-codegen/cli": 2.9.0
"@graphql-codegen/cli": 2.9.1
"@graphql-codegen/core": 2.6.0
"@graphql-codegen/schema-ast": 2.5.0
"@graphql-codegen/typescript": 2.7.2

0 comments on commit a2e8e7b

Please sign in to comment.