From a3c11ac168a14ed6e6cf4a291a956b598bdc8ac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 19:28:56 +0530 Subject: [PATCH] chore(deps-dev): bump @graphql-codegen/typescript-react-apollo (#283) Bumps [@graphql-codegen/typescript-react-apollo](https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/react-apollo) from 4.0.0 to 4.1.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/typescript-react-apollo@4.1.0/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3c9d45e..b754b96 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@graphql-codegen/client-preset": "^4.1.0", "@graphql-codegen/typescript": "^4.0.1", "@graphql-codegen/typescript-operations": "^4.0.1", - "@graphql-codegen/typescript-react-apollo": "^4.0.0", + "@graphql-codegen/typescript-react-apollo": "^4.1.0", "@graphql-inspector/cli": "^4.0.2", "@types/jest": "^29.5.6", "@types/node": "20.8.10", diff --git a/yarn.lock b/yarn.lock index f0ecd3b..a0b6b70 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1363,10 +1363,10 @@ auto-bind "~4.0.0" tslib "~2.5.0" -"@graphql-codegen/typescript-react-apollo@^4.0.0": - version "4.0.0" - resolved "https://registry.npmjs.org/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-4.0.0.tgz#2b8ae51a3a1131d82908eacc338934bf738bd87a" - integrity sha512-XDaZdciZ4216RyV/7HphaAP32oeqlHZbgyXUzpA8TQDu/dmgzCN0gapZU6xAQnZe+hiec+e7DLSu9AKBy55b2w== +"@graphql-codegen/typescript-react-apollo@^4.1.0": + version "4.1.0" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-4.1.0.tgz#d900c5d6c259f9b986f917ee280d6bd539f7ecc4" + integrity sha512-G7l4ECoilGnW1zJeqgsFQEVup9ME3w3811ZxHP5yvTra3ZNsbZO4WbYBOPKyS5uc4swsTAxj70a28hNF7kdVcw== dependencies: "@graphql-codegen/plugin-helpers" "^3.0.0" "@graphql-codegen/visitor-plugin-common" "2.13.1"