From 7f7e52bc22749d1dd6946510856103ab683a1807 Mon Sep 17 00:00:00 2001 From: Charly POLY <1252066+charlypoly@users.noreply.github.com> Date: Wed, 28 Sep 2022 12:31:55 +0200 Subject: [PATCH] fix(cli): remove `@graphql-codegen/client-preset` dependency (#8405) Co-authored-by: github-actions[bot] --- .changeset/@graphql-codegen_cli-8405-dependencies.md | 5 +++++ .changeset/wet-pigs-train.md | 5 +++++ packages/graphql-codegen-cli/package.json | 1 - yarn.lock | 11 ----------- 4 files changed, 10 insertions(+), 12 deletions(-) create mode 100644 .changeset/@graphql-codegen_cli-8405-dependencies.md create mode 100644 .changeset/wet-pigs-train.md diff --git a/.changeset/@graphql-codegen_cli-8405-dependencies.md b/.changeset/@graphql-codegen_cli-8405-dependencies.md new file mode 100644 index 00000000000..f3eec310a0f --- /dev/null +++ b/.changeset/@graphql-codegen_cli-8405-dependencies.md @@ -0,0 +1,5 @@ +--- +"@graphql-codegen/cli": patch +--- +dependencies updates: + - Removed dependency [`@graphql-codegen/client-preset@1.0.1` ↗︎](https://www.npmjs.com/package/@graphql-codegen/client-preset/v/1.0.1) (from `dependencies`) diff --git a/.changeset/wet-pigs-train.md b/.changeset/wet-pigs-train.md new file mode 100644 index 00000000000..ea365e93c8e --- /dev/null +++ b/.changeset/wet-pigs-train.md @@ -0,0 +1,5 @@ +--- +'@graphql-codegen/cli': patch +--- + +remove `@graphql-codegen/client-preset` direct dependency diff --git a/packages/graphql-codegen-cli/package.json b/packages/graphql-codegen-cli/package.json index a82d108fe4e..f5138cde1cd 100644 --- a/packages/graphql-codegen-cli/package.json +++ b/packages/graphql-codegen-cli/package.json @@ -43,7 +43,6 @@ "@babel/generator": "^7.18.13", "@babel/template": "^7.18.10", "@babel/types": "^7.18.13", - "@graphql-codegen/client-preset": "1.0.1", "@graphql-codegen/core": "2.6.2", "@graphql-codegen/plugin-helpers": "^2.6.2", "@graphql-tools/apollo-engine-loader": "^7.3.6", diff --git a/yarn.lock b/yarn.lock index f47398a35fc..85a84dcd8f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1695,17 +1695,6 @@ "@graphql-tools/load" "6.2.4" tslib "2.0.2" -"@graphql-codegen/gql-tag-operations@1.5.1": - version "1.5.1" - resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-1.5.1.tgz#7c41b958168881aa886adfa910d14d2a424d3170" - integrity sha512-9dUaPOMxHDVMzCjzBJqci3a8kVD6L6XGV77IGEuNFNtjH+Ct01COGBhs0lT2NGIQnrw7Qv89xqtJMIyLhvycuQ== - dependencies: - "@graphql-codegen/plugin-helpers" "^2.6.2" - "@graphql-codegen/visitor-plugin-common" "2.12.1" - "@graphql-tools/utils" "^8.8.0" - auto-bind "~4.0.0" - tslib "~2.4.0" - "@graphql-codegen/visitor-plugin-common@2.12.0": version "2.12.0" resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.12.0.tgz#49b055c5c2c5c0890f2226ce9e84bb73dfd83801"