Skip to content

Commit

Permalink
chore(preset/client): update @graphql-codegen/gql-tag-operations (#…
Browse files Browse the repository at this point in the history
…8402)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
charlypoly and github-actions[bot] authored Sep 28, 2022
1 parent 79336ea commit a76c606
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-codegen/client-preset": patch
---
dependencies updates:
- Updated dependency [`@graphql-codegen/gql-tag-operations@1.5.1` ↗︎](https://www.npmjs.com/package/@graphql-codegen/gql-tag-operations/v/1.5.1) (from `^1.5.0`, in `dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-codegen/gql-tag-operations": patch
---
dependencies updates:
- Removed dependency [`graphql-tag@^2.0.0` ↗︎](https://www.npmjs.com/package/graphql-tag/v/2.0.0) (from `peerDependencies`)
5 changes: 5 additions & 0 deletions .changeset/eleven-dolls-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-codegen/client-preset': patch
---

update `@graphql-codegen/gql-tag-operations`
2 changes: 1 addition & 1 deletion packages/presets/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@graphql-codegen/typed-document-node": "^2.3.3",
"@graphql-codegen/typescript": "^2.7.3",
"@graphql-codegen/typescript-operations": "^2.5.3",
"@graphql-codegen/gql-tag-operations": "^1.5.0",
"@graphql-codegen/gql-tag-operations": "1.5.1",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "^2.12.1",
"@graphql-typed-document-node/core": "3.1.1",
Expand Down
11 changes: 11 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1695,6 +1695,17 @@
"@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 a76c606

Please sign in to comment.