Skip to content

Commit 7b15ed1

Browse files
fix(deps): update dependency @graphql-codegen/cli to v6.0.1 (#2938)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ecbd79b commit 7b15ed1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

codegen-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codegen-scalars-test",
33
"dependencies": {
4-
"@graphql-codegen/cli": "6.0.0",
4+
"@graphql-codegen/cli": "6.0.1",
55
"@graphql-codegen/typescript": "5.0.2"
66
}
77
}

codegen-test/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@
213213
"@graphql-codegen/plugin-helpers" "^6.0.0"
214214
tslib "~2.6.0"
215215

216-
"@graphql-codegen/cli@6.0.0":
217-
version "6.0.0"
218-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-6.0.0.tgz#6da030654fffa8e30d372d5231c61978f81ac17f"
219-
integrity sha512-tvchLVCMtorDE+UwgQbrjyaQK16GCZA+QomTxZazRx64ixtgmbEiQV7GhCBy0y0Bo7/tcTJb6sy9G/TL/BgiOg==
216+
"@graphql-codegen/cli@6.0.1":
217+
version "6.0.1"
218+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-6.0.1.tgz#eaa63c110ffaa0aa36011e356766b6336d78f98c"
219+
integrity sha512-6iP91joxb7phdicDrIF8Cv9ah2QpPVXUUu7rbOaQKvqey+QKYmHcxGCi9r5/7p4lUiHZPQvfB7xDHURHQca1SA==
220220
dependencies:
221221
"@babel/generator" "^7.18.13"
222222
"@babel/template" "^7.18.10"

0 commit comments

Comments
 (0)