Skip to content

Commit

Permalink
Bump @graphql-codegen/typed-document-node from 2.2.14 to 2.3.1 (#1216)
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/apollo-angular) from 2.2.14 to 2.3.1.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/apollo-angular/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typed-document-node@2.3.1/packages/plugins/typescript/apollo-angular)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/typed-document-node"
  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] committed Jul 14, 2022
1 parent 581c1fb commit 5c8b331
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 @@ -86,7 +86,7 @@
"@graphql-codegen/cli": "^2.8.1",
"@graphql-codegen/fragment-matcher": "^3.2.1",
"@graphql-codegen/gql-tag-operations-preset": "^1.4.0",
"@graphql-codegen/typed-document-node": "^2.2.13",
"@graphql-codegen/typed-document-node": "^2.3.1",
"@graphql-codegen/typescript": "^2.4.11",
"@graphql-codegen/typescript-operations": "^2.5.1",
"@graphql-codegen/typescript-resolvers": "^2.7.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1538,13 +1538,13 @@
"@graphql-tools/utils" "^8.8.0"
tslib "~2.4.0"

"@graphql-codegen/typed-document-node@^2.2.13", "@graphql-codegen/typed-document-node@^2.2.9":
version "2.2.14"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-2.2.14.tgz#0067f5dfb9c884b4fc94d219d0235e0cec3acbd4"
integrity sha512-ICGgqAy4GKvswiVwEc32bz3qjTKlJFRhItQCYdBsZZk1c7Y6AIx4u0PHVfsqLdQATlQXftJcpXFYSGMzL7dn7g==
"@graphql-codegen/typed-document-node@^2.2.9", "@graphql-codegen/typed-document-node@^2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-2.3.1.tgz#e8778ecb3e7dd9fe1dcd32e230832592e5f9910f"
integrity sha512-8EnxV1lYAuWmoPRdc8iSI1odEpiNwaR4kRxgCYuNaCjQsCrGRnF46Vb1rCWG+6veODA3BmOjp0g0sCLM5b6EAA==
dependencies:
"@graphql-codegen/plugin-helpers" "^2.4.0"
"@graphql-codegen/visitor-plugin-common" "2.10.0"
"@graphql-codegen/plugin-helpers" "^2.5.0"
"@graphql-codegen/visitor-plugin-common" "2.11.1"
auto-bind "~4.0.0"
change-case-all "1.0.14"
tslib "~2.4.0"
Expand Down

0 comments on commit 5c8b331

Please sign in to comment.