From 56743f0197c200969da97c01a11637467aff7388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 12:27:52 +0000 Subject: [PATCH] Bump @apollo/react-testing from 3.1.4 to 4.0.0 in /gsa Bumps [@apollo/react-testing](https://github.com/apollographql/react-apollo) from 3.1.4 to 4.0.0. - [Release notes](https://github.com/apollographql/react-apollo/releases) - [Changelog](https://github.com/apollographql/react-apollo/blob/master/Changelog.md) - [Commits](https://github.com/apollographql/react-apollo/compare/@apollo/react-testing@3.1.4...@apollo/react-testing@4.0.0) Signed-off-by: dependabot[bot] --- gsa/package.json | 2 +- gsa/yarn.lock | 22 ++++++---------------- 2 files changed, 7 insertions(+), 17 deletions(-) diff --git a/gsa/package.json b/gsa/package.json index 8a9b4e66d8..60260d68a0 100644 --- a/gsa/package.json +++ b/gsa/package.json @@ -80,7 +80,7 @@ "clean-up-translations": "node scripts/cleanuptranslations" }, "devDependencies": { - "@apollo/react-testing": "^3.1.3", + "@apollo/react-testing": "^4.0.0", "@babel/cli": "^7.11.6", "@storybook/react": "^6.0.22", "@testing-library/jest-dom": "^5.11.4", diff --git a/gsa/yarn.lock b/gsa/yarn.lock index ee8a48f715..00694a3024 100644 --- a/gsa/yarn.lock +++ b/gsa/yarn.lock @@ -2,7 +2,7 @@ # yarn lockfile v1 -"@apollo/client@^3.2.1": +"@apollo/client@^3.2.1", "@apollo/client@latest": version "3.2.1" resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.2.1.tgz#178dfcc1eb3a35052df8f2bd44be195b78f56e93" integrity sha512-w1EdCf3lvSwsxG2zbn8Rm31nPh9gQrB7u61BnU1QCM5BNIfOxiuuldzGNMHi5kI9KleisFvZl/9OA7pEkVg/yw== @@ -22,22 +22,12 @@ tslib "^1.10.0" zen-observable "^0.8.14" -"@apollo/react-common@^3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@apollo/react-common/-/react-common-3.1.4.tgz#ec13c985be23ea8e799c9ea18e696eccc97be345" - integrity sha512-X5Kyro73bthWSCBJUC5XYQqMnG0dLWuDZmVkzog9dynovhfiVCV4kPSdgSIkqnb++cwCzOVuQ4rDKVwo2XRzQA== - dependencies: - ts-invariant "^0.4.4" - tslib "^1.10.0" - -"@apollo/react-testing@^3.1.3": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@apollo/react-testing/-/react-testing-3.1.4.tgz#f2e1b9b65a0bd773facf54db4fdb5995d162a72a" - integrity sha512-1eKjN36UfIAnBVmfLbl12vQ/eCjTqYdaU95chGIQzT2uHd5BnasJu0z+MwXBrEs57A9WY9mFvLZxdjzQJXaacA== +"@apollo/react-testing@^4.0.0": + version "4.0.0" + resolved "https://registry.yarnpkg.com/@apollo/react-testing/-/react-testing-4.0.0.tgz#9fd1991584510c2ac051d986547ceccbc9c0a30a" + integrity sha512-P7Z/flUHpRRZYc3FkIqxZH9XD3FuP2Sgks1IXqGq2Zb7qI0aaTfVeRsLYmZNUcFOh2pTHxs0NXgPnH1VfYOpig== dependencies: - "@apollo/react-common" "^3.1.4" - fast-json-stable-stringify "^2.0.0" - tslib "^1.10.0" + "@apollo/client" latest "@babel/cli@^7.11.6": version "7.11.6"