Skip to content

Commit 467a7b5

Browse files
committed
Update dependency @graphql-codegen/cli to v2.11.0
1 parent 03db70e commit 467a7b5

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
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.10.0",
47+
"@graphql-codegen/cli": "2.11.0",
4848
"@graphql-codegen/typescript": "2.7.2",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "28.1.6",

yarn.lock

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

750-
"@graphql-codegen/cli@2.10.0":
751-
version "2.10.0"
752-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.10.0.tgz#82f716590333bcb7965cd4ae373972068b2d0787"
753-
integrity sha512-v87yzrQ4Q/PpGPC59O0xusQknWWKtUdITqahpUBDddT8ZWHNhadx2BjvPkinFoPZmCkG8yVoAHx7FJ2uLzqjww==
750+
"@graphql-codegen/cli@2.11.0":
751+
version "2.11.0"
752+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.11.0.tgz#a3b981e1471e3c696058a0eb87fcd82f49ad2bc4"
753+
integrity sha512-5twZs3PVSPg9mfaptoNFm1x0YQQsF4WPmgu0zbB4XSuIZ/gaAKA4LT1WEiuFSQNcgvbBbD9cpFdauyD4GS+Wwg==
754754
dependencies:
755755
"@graphql-codegen/core" "2.6.0"
756-
"@graphql-codegen/plugin-helpers" "^2.6.0"
756+
"@graphql-codegen/plugin-helpers" "^2.6.1"
757757
"@graphql-tools/apollo-engine-loader" "^7.3.1"
758758
"@graphql-tools/code-file-loader" "^7.3.0"
759759
"@graphql-tools/git-loader" "^7.2.0"
@@ -830,6 +830,18 @@
830830
lodash "~4.17.0"
831831
tslib "~2.4.0"
832832

833+
"@graphql-codegen/plugin-helpers@^2.6.1":
834+
version "2.6.1"
835+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.6.1.tgz#0e3abf1a13843abecd1d795fe85a61b7459a7e3a"
836+
integrity sha512-RbkCPu8rZo+d3tWPUzqnZhgGutp15GVcs9UhaOcenKpCDDQxNxqGGTn76LuAAymT9y7BSnXdY20k1CW59z4nTw==
837+
dependencies:
838+
"@graphql-tools/utils" "^8.8.0"
839+
change-case-all "1.0.14"
840+
common-tags "1.8.2"
841+
import-from "4.0.0"
842+
lodash "~4.17.0"
843+
tslib "~2.4.0"
844+
833845
"@graphql-codegen/schema-ast@^2.4.1":
834846
version "2.4.1"
835847
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.4.1.tgz#ad742b53e32f7a2fbff8ea8a91ba7e617e6ef236"

0 commit comments

Comments
 (0)