chore(deps): update dependency @graphql-codegen/cli to v2.1.1

This commit is contained in:
Renovate Bot 2021-08-20 10:23:04 +00:00
parent 14bdb1e2fa
commit 7de51d9337
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 5 additions and 5 deletions

View File

@ -69,7 +69,7 @@
]
},
"devDependencies": {
"@graphql-codegen/cli": "2.1.0",
"@graphql-codegen/cli": "2.1.1",
"@graphql-codegen/typescript": "2.1.0",
"@graphql-codegen/typescript-operations": "2.1.0",
"@types/apollo-upload-client": "^14.1.0",

View File

@ -1330,10 +1330,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"
"@graphql-codegen/cli@2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.1.0.tgz#989f15f9d8f95c4a34256ef9a21f7ea45b370ef8"
integrity sha512-UNp92FIj9oKLpiGtwv+i8+OPBQf44/Hl9XicSUP80AzcmfRxrwx/ugL4ZjnUEdqBVRLF8OHlinxA12MwxnhzTQ==
"@graphql-codegen/cli@2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.1.1.tgz#1123f7434292852ac1e101924b37d674ca1e92f3"
integrity sha512-burl5HdZeaAOhe3gx/3LBNxNyboqNHSDQLlZUazm1Gu8lUdVN1trtO3P5xF7MCBm4MFTjzaAXdPT7FoYvYaWMg==
dependencies:
"@graphql-codegen/core" "2.1.0"
"@graphql-codegen/plugin-helpers" "^2.1.0"