Skip to content

Commit 2805789

Browse files
committed
Update dependency @graphql-codegen/cli to v2.13.11
1 parent 3fc9147 commit 2805789

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.13.10",
47+
"@graphql-codegen/cli": "2.13.11",
4848
"@graphql-codegen/typescript": "2.8.1",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "29.2.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -821,15 +821,15 @@
821821
minimatch "^3.1.2"
822822
strip-json-comments "^3.1.1"
823823

824-
"@graphql-codegen/[email protected].10":
825-
version "2.13.10"
826-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.13.10.tgz#0df0fd5bbf2f21b749e5560c2e3551cff8311e6b"
827-
integrity sha512-h0b/dr1yY0P3BzHXES9b40ADqCwzb5G8mPGGmYJyrJUrWbVBDHd7oLsYNZyUXrdNH2+OXSvRla0P+rE7Xtql5Q==
824+
"@graphql-codegen/[email protected].11":
825+
version "2.13.11"
826+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.13.11.tgz#74ff250b9da09c38baf812662969e450783126aa"
827+
integrity sha512-PJF36a1i6M7Btj1kB4PWWzBUO3u2BJzsd/6KXxRmEugcxrbaCnbTDDktopy0CZYKdqaFbXaowwbRY8Tk8DV99Q==
828828
dependencies:
829829
"@babel/generator" "^7.18.13"
830830
"@babel/template" "^7.18.10"
831831
"@babel/types" "^7.18.13"
832-
"@graphql-codegen/core" "2.6.4"
832+
"@graphql-codegen/core" "2.6.5"
833833
"@graphql-codegen/plugin-helpers" "^2.7.2"
834834
"@graphql-tools/apollo-engine-loader" "^7.3.6"
835835
"@graphql-tools/code-file-loader" "^7.3.1"
@@ -863,10 +863,10 @@
863863
yaml "^1.10.0"
864864
yargs "^17.0.0"
865865

866-
"@graphql-codegen/[email protected].4":
867-
version "2.6.4"
868-
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.4.tgz#0ed07c1efe18f36dd7515a54d05b07685b00cbb1"
869-
integrity sha512-gmiRJIkmzeODBpX5ATDLWBTAs2zl21cRqwOmcYtLY3RMxNa3SIpHFII6BIYLOo/ZO767+2DH8FOKWCR78w6cvQ==
866+
"@graphql-codegen/[email protected].5":
867+
version "2.6.5"
868+
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.5.tgz#08ac1e9cdfeba3f95557230b2bd3736b4ef2f777"
869+
integrity sha512-oSbM8vINFxcV1GUasJTDIemMpEG1t6NkBG8odQCt/3ZExCYmoviHhG9vJB89QqJeU5W06qQB6SJn/dg/gv5Aqg==
870870
dependencies:
871871
"@graphql-codegen/plugin-helpers" "^2.7.2"
872872
"@graphql-tools/schema" "^9.0.0"

0 commit comments

Comments
 (0)