From cbbf7e6847725de53fe1e6e5faec31ac6762254a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 16:09:48 +0000 Subject: [PATCH] build(deps-dev): bump react-apollo from 2.5.8 to 3.1.5 Bumps [react-apollo](https://github.com/apollographql/react-apollo) from 2.5.8 to 3.1.5. - [Release notes](https://github.com/apollographql/react-apollo/releases) - [Changelog](https://github.com/apollographql/react-apollo/blob/react-apollo@3.1.5/Changelog.md) - [Commits](https://github.com/apollographql/react-apollo/compare/2.5.8...react-apollo@3.1.5) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 35 +++++++++++++++++++++++++++++++++-- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f59f0c5..9e3b6bc 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "opn-cli": "^5.0.0", "prettier": "^2.1.2", "react": "16.13.1", - "react-apollo": "^2.5.8", + "react-apollo": "^3.1.5", "react-dom": "16.13.1", "react-native-storybook-loader": "^2.0.2", "react-native-typescript-transformer": "^1.2.13", diff --git a/yarn.lock b/yarn.lock index 0c4e244..24cb531 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10,7 +10,7 @@ ts-invariant "^0.4.4" tslib "^1.10.0" -"@apollo/react-components@^3.1.3": +"@apollo/react-components@^3.1.3", "@apollo/react-components@^3.1.5": version "3.1.5" resolved "https://registry.yarnpkg.com/@apollo/react-components/-/react-components-3.1.5.tgz#040d2f35ce4947747efe16f76d59dcbd797ffdaf" integrity sha512-c82VyUuE9VBnJB7bnX+3dmwpIPMhyjMwyoSLyQWPHxz8jK4ak30XszJtqFf4eC4hwvvLYa+Ou6X73Q8V8e2/jg== @@ -21,6 +21,17 @@ ts-invariant "^0.4.4" tslib "^1.10.0" +"@apollo/react-hoc@^3.1.5": + version "3.1.5" + resolved "https://registry.yarnpkg.com/@apollo/react-hoc/-/react-hoc-3.1.5.tgz#6552d2fb4aafc59fdc8f4e353358b98b89cfab6f" + integrity sha512-jlZ2pvEnRevLa54H563BU0/xrYSgWQ72GksarxUzCHQW85nmn9wQln0kLBX7Ua7SBt9WgiuYQXQVechaaCulfQ== + dependencies: + "@apollo/react-common" "^3.1.4" + "@apollo/react-components" "^3.1.5" + hoist-non-react-statics "^3.3.0" + ts-invariant "^0.4.4" + tslib "^1.10.0" + "@apollo/react-hooks@^3.1.3", "@apollo/react-hooks@^3.1.5": version "3.1.5" resolved "https://registry.yarnpkg.com/@apollo/react-hooks/-/react-hooks-3.1.5.tgz#7e710be52461255ae7fc0b3b9c2ece64299c10e6" @@ -31,6 +42,15 @@ ts-invariant "^0.4.4" tslib "^1.10.0" +"@apollo/react-ssr@^3.1.5": + version "3.1.5" + resolved "https://registry.yarnpkg.com/@apollo/react-ssr/-/react-ssr-3.1.5.tgz#53703cd493afcde567acc6d5512cab03dafce6de" + integrity sha512-wuLPkKlctNn3u8EU8rlECyktpOUCeekFfb0KhIKknpGY6Lza2Qu0bThx7D9MIbVEzhKadNNrzLcpk0Y8/5UuWg== + dependencies: + "@apollo/react-common" "^3.1.4" + "@apollo/react-hooks" "^3.1.5" + 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" @@ -17689,7 +17709,7 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.2.8: minimist "^1.2.0" strip-json-comments "~2.0.1" -react-apollo@^2.5.5, react-apollo@^2.5.8: +react-apollo@^2.5.5: version "2.5.8" resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.5.8.tgz#c7a593b027efeefdd8399885e0ac6bec3b32623c" integrity sha512-60yOQrnNosxU/tRbOxGDaYNLFcOKmQqxHPhxyvKTlGIaF/rRCXQRKixUgWVffpEupSHHD7psY5k5ZOuZsdsSGQ== @@ -17702,6 +17722,17 @@ react-apollo@^2.5.5, react-apollo@^2.5.8: ts-invariant "^0.4.2" tslib "^1.9.3" +react-apollo@^3.1.5: + version "3.1.5" + resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-3.1.5.tgz#36692d393c47e7ccc37f0a885c7cc5a8b4961c91" + integrity sha512-xOxMqxORps+WHrUYbjVHPliviomefOpu5Sh35oO3osuOyPTxvrljdfTLGCggMhcXBsDljtS5Oy4g+ijWg3D4JQ== + dependencies: + "@apollo/react-common" "^3.1.4" + "@apollo/react-components" "^3.1.5" + "@apollo/react-hoc" "^3.1.5" + "@apollo/react-hooks" "^3.1.5" + "@apollo/react-ssr" "^3.1.5" + react-color@^2.17.0: version "2.18.1" resolved "https://registry.yarnpkg.com/react-color/-/react-color-2.18.1.tgz#2cda8cc8e06a9e2c52ad391a30ddad31972472f4"