Skip to content

Commit a56c763

Browse files
committed
Update dependency @graphql-codegen/cli to v2.8.1
1 parent 4bb0c15 commit a56c763

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"author": "codehex",
4545
"license": "MIT",
4646
"devDependencies": {
47-
"@graphql-codegen/cli": "2.8.0",
47+
"@graphql-codegen/cli": "2.8.1",
4848
"@graphql-codegen/typescript": "2.7.1",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "28.1.5",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -747,10 +747,10 @@
747747
minimatch "^3.1.2"
748748
strip-json-comments "^3.1.1"
749749

750-
"@graphql-codegen/[email protected].0":
751-
version "2.8.0"
752-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.8.0.tgz#ef596fc1afc18d5641e03a3caa0976270e570ca7"
753-
integrity sha512-qpLnfWLd7M6ISlXN5c9WPwUE9iZkzS6996hwlvKcYpyGWj10ZtDcEQpH+NFoNjNP3Bu+QOSt6gSnpnCnajwadA==
750+
"@graphql-codegen/[email protected].1":
751+
version "2.8.1"
752+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.8.1.tgz#8e8f70417f3a0e87f266953c41c6424c6e76b473"
753+
integrity sha512-o+Za1483WhnbMA5G4JJq72EeqXROsdEiDTfUTxtX1iPPebv+VMekTFfHnBCUXpes0XTeZViXTd16AX6cmtUF4Q==
754754
dependencies:
755755
"@graphql-codegen/core" "2.6.0"
756756
"@graphql-codegen/plugin-helpers" "^2.5.0"
@@ -780,6 +780,7 @@
780780
mkdirp "^1.0.4"
781781
string-env-interpolation "^1.0.1"
782782
ts-log "^2.2.3"
783+
tslib "^2.4.0"
783784
yaml "^1.10.0"
784785
yargs "^17.0.0"
785786

0 commit comments

Comments
 (0)