Skip to content

Commit

Permalink
Bump @graphql-codegen/typescript-operations from 4.4.1 to 4.5.1 (#1940)
Browse files Browse the repository at this point in the history
Bumps [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) from 4.4.1 to 4.5.1.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-operations@4.5.1/packages/plugins/typescript/operations)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/typescript-operations"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent bb21269 commit 303f980
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.5",
"@graphql-codegen/typescript": "^4.1.5",
"@graphql-codegen/typescript-operations": "^4.4.1",
"@graphql-codegen/typescript-operations": "^4.5.1",
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@next/eslint-plugin-next": "^15.1.6",
"@testing-library/cypress": "^10.0.3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1945,14 +1945,14 @@
change-case-all "1.0.15"
tslib "~2.6.0"

"@graphql-codegen/typescript-operations@^4.4.1":
version "4.4.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.4.1.tgz#a3d10ff2f0cc7c016493c035cc8f00fad38485b4"
integrity sha512-iqAdEe4wfxGPT9s/VD+EhehBzaTxvWdisbsqiM6dMfk+8FfjrOj8SDBsHzKwmkRcrpMK6h9gLr3XcuBPu0JoFg==
"@graphql-codegen/typescript-operations@^4.4.1", "@graphql-codegen/typescript-operations@^4.5.1":
version "4.5.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.5.1.tgz#59995370aa257daf517e3419265ed587522b44df"
integrity sha512-KL+sYPm7GWHwVvFPVaaWSOv9WF7PDxkmOX8DEBtzqTYez5xCWqtCz7LIrwzmtDd7XoJGkRpWlyrHdpuw5VakhA==
dependencies:
"@graphql-codegen/plugin-helpers" "^5.1.0"
"@graphql-codegen/typescript" "^4.1.3"
"@graphql-codegen/visitor-plugin-common" "5.6.1"
"@graphql-codegen/typescript" "^4.1.5"
"@graphql-codegen/visitor-plugin-common" "5.7.1"
auto-bind "~4.0.0"
tslib "~2.6.0"

Expand Down

0 comments on commit 303f980

Please sign in to comment.