Skip to content

Commit

Permalink
chore(deps-dev): bump @graphql-codegen/typed-document-node
Browse files Browse the repository at this point in the history
Bumps [@graphql-codegen/typed-document-node](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typed-document-node) from 2.3.6 to 2.3.7.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typed-document-node/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typed-document-node@2.3.7/packages/plugins/typescript/typed-document-node)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/typed-document-node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 17, 2022
1 parent 9b60642 commit ab98d1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"@graphql-codegen/cli": "^2.13.11",
"@graphql-codegen/fragment-matcher": "^3.3.1",
"@graphql-codegen/typed-document-node": "^2.3.6",
"@graphql-codegen/typed-document-node": "^2.3.7",
"@graphql-codegen/typescript": "^2.8.2",
"@graphql-codegen/typescript-operations": "^2.5.7",
"@graphql-codegen/typescript-react-apollo": "^3.3.6",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2349,13 +2349,13 @@
"@graphql-tools/utils" "^8.8.0"
tslib "~2.4.0"

"@graphql-codegen/typed-document-node@^2.3.6":
version "2.3.6"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-2.3.6.tgz#91c3a78a7e7761aa15f3db00e666fd1a74710956"
integrity sha512-uJqBNj9z/5iIUgLwXsyWmnBaCzRtK+OiZsknTQmjzx/BzKTXK5lrbn06n4KK690wqkelpdZplTtww34ExmHG9Q==
"@graphql-codegen/typed-document-node@^2.3.7":
version "2.3.7"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-2.3.7.tgz#f6b0f08b00cbdb23c3f2e73d46ee1662f5502a43"
integrity sha512-9raCw2n2gGfdK4gFZaY/fbrUH/ADpZOhlNZ/l6iEzdEEGJbAIAIsovnt9LBnpJ+VCmUBfmjhpn1QQBEwyceVlw==
dependencies:
"@graphql-codegen/plugin-helpers" "^2.7.2"
"@graphql-codegen/visitor-plugin-common" "2.13.1"
"@graphql-codegen/visitor-plugin-common" "2.13.2"
auto-bind "~4.0.0"
change-case-all "1.0.14"
tslib "~2.4.0"
Expand Down

0 comments on commit ab98d1d

Please sign in to comment.