Skip to content

Commit

Permalink
fix(cli): remove @graphql-codegen/client-preset dependency (#8405)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
charlypoly and github-actions[bot] committed Sep 28, 2022
1 parent a76c606 commit 7f7e52b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .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`)
5 changes: 5 additions & 0 deletions .changeset/wet-pigs-train.md
@@ -0,0 +1,5 @@
---
'@graphql-codegen/cli': patch
---

remove `@graphql-codegen/client-preset` direct dependency
1 change: 0 additions & 1 deletion packages/graphql-codegen-cli/package.json
Expand Up @@ -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",
Expand Down
11 changes: 0 additions & 11 deletions yarn.lock
Expand Up @@ -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"
Expand Down

0 comments on commit 7f7e52b

Please sign in to comment.