Skip to content

Commit e5fe67b

Browse files
build(deps-dev): bump @graphql-codegen/typescript-react-apollo from 4.1.0 to 4.3.0 (#2197)
build(deps-dev): bump @graphql-codegen/typescript-react-apollo Bumps [@graphql-codegen/typescript-react-apollo](https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/react-apollo) from 4.1.0 to 4.3.0. - [Release notes](https://github.com/dotansimha/graphql-code-generator-community/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator-community/blob/main/packages/plugins/typescript/react-apollo/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator-community/commits/@graphql-codegen/[email protected]/packages/plugins/typescript/react-apollo) --- updated-dependencies: - dependency-name: "@graphql-codegen/typescript-react-apollo" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nacho Iacovino <[email protected]>
1 parent 8adfa86 commit e5fe67b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@graphql-codegen/cli": "^5.0.0",
9494
"@graphql-codegen/client-preset": "^4.1.0",
9595
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
96-
"@graphql-codegen/typescript-react-apollo": "^4.1.0",
96+
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
9797
"@graphql-typed-document-node/core": "^3.2.0",
9898
"@next/bundle-analyzer": "^14.1.0",
9999
"@types/airtable": "^0.10.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,10 +2370,10 @@
23702370
auto-bind "~4.0.0"
23712371
tslib "~2.5.0"
23722372

2373-
"@graphql-codegen/typescript-react-apollo@^4.1.0":
2374-
version "4.1.0"
2375-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-4.1.0.tgz#d900c5d6c259f9b986f917ee280d6bd539f7ecc4"
2376-
integrity sha512-G7l4ECoilGnW1zJeqgsFQEVup9ME3w3811ZxHP5yvTra3ZNsbZO4WbYBOPKyS5uc4swsTAxj70a28hNF7kdVcw==
2373+
"@graphql-codegen/typescript-react-apollo@^4.3.0":
2374+
version "4.3.0"
2375+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-4.3.0.tgz#c20b26a3756ed39e84c465c8b0f0212c113f2fee"
2376+
integrity sha512-h+IxCGrOTDD60/6ztYDQs81yKDZZq/8aHqM9HHrZ9FiZn145O48VnQNCmGm88I619G9rEET8cCOrtYkCt+ZSzA==
23772377
dependencies:
23782378
"@graphql-codegen/plugin-helpers" "^3.0.0"
23792379
"@graphql-codegen/visitor-plugin-common" "2.13.1"

0 commit comments

Comments
 (0)