From 15299f791bb7d6abe7b9717a8fbc54809963a88f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 14:49:31 +0000 Subject: [PATCH] Bump @apollo/react-hooks from 3.1.1 to 3.1.2 Bumps [@apollo/react-hooks](https://github.com/apollographql/react-apollo) from 3.1.1 to 3.1.2. - [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-hooks@3.1.1...@apollo/react-hooks@3.1.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- yarn.lock | 18 +++++++++--------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73d9117..043f515 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,20 +5,20 @@ "requires": true, "dependencies": { "@apollo/react-common": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@apollo/react-common/-/react-common-3.1.1.tgz", - "integrity": "sha512-lMiczOm4sD16eI9Ai+AUY+Jl3C/FNm4IpoZiAbe35TqMuD7HpZ4OJmXAbT3CzfrAqsKK8+rHgRvTiPI2kQjIWg==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@apollo/react-common/-/react-common-3.1.2.tgz", + "integrity": "sha512-6+gTeBZoIyCE6VnHD2EI9Wz+Dm05MBxplUTmVgswzvTe05lUO78SxGgB3XJc9GM/TmNexgCc0eS84vUpG/f6Tg==", "requires": { "ts-invariant": "^0.4.4", "tslib": "^1.10.0" } }, "@apollo/react-hooks": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@apollo/react-hooks/-/react-hooks-3.1.1.tgz", - "integrity": "sha512-LwE4olNlKwqh1hl6iHr/igSDGRVs7c6Ik5MYZm9TzGj01f+ebhM1+Pn+UBNLsb3uRuytZsUOsEDBEXMABzC9Tw==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@apollo/react-hooks/-/react-hooks-3.1.2.tgz", + "integrity": "sha512-PV5u40E9iwfwM7u61r2P9PTjcGaM3zRwiwrJGDKOKaOn1Y9wTHhKOVEQa7YOsCWciSaMVK1slpKMvQbD2Ypqtw==", "requires": { - "@apollo/react-common": "^3.1.1", + "@apollo/react-common": "^3.1.2", "@wry/equality": "^0.1.9", "ts-invariant": "^0.4.4", "tslib": "^1.10.0" diff --git a/package.json b/package.json index f517256..646e895 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@apollo/react-hooks": "^3.1.1", + "@apollo/react-hooks": "^3.1.2", "@babel/core": "7.6.2", "@material-ui/core": "^4.4.2", "@material-ui/icons": "^4.4.1", diff --git a/yarn.lock b/yarn.lock index 56b0db7..36a24b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,20 +2,20 @@ # yarn lockfile v1 -"@apollo/react-common@^3.1.1": - version "3.1.1" - resolved "https://registry.yarnpkg.com/@apollo/react-common/-/react-common-3.1.1.tgz#540619d8276d750ce4f381c9cf8f51a6f657f75d" - integrity sha512-lMiczOm4sD16eI9Ai+AUY+Jl3C/FNm4IpoZiAbe35TqMuD7HpZ4OJmXAbT3CzfrAqsKK8+rHgRvTiPI2kQjIWg== +"@apollo/react-common@^3.1.2": + version "3.1.2" + resolved "https://registry.yarnpkg.com/@apollo/react-common/-/react-common-3.1.2.tgz#19feb1d264c1e82e9610f68298a9dd89513060ea" + integrity sha512-6+gTeBZoIyCE6VnHD2EI9Wz+Dm05MBxplUTmVgswzvTe05lUO78SxGgB3XJc9GM/TmNexgCc0eS84vUpG/f6Tg== dependencies: ts-invariant "^0.4.4" tslib "^1.10.0" -"@apollo/react-hooks@^3.1.1": - version "3.1.1" - resolved "https://registry.yarnpkg.com/@apollo/react-hooks/-/react-hooks-3.1.1.tgz#8e5a0f281a9778aaf17496ad38a178d23375077c" - integrity sha512-LwE4olNlKwqh1hl6iHr/igSDGRVs7c6Ik5MYZm9TzGj01f+ebhM1+Pn+UBNLsb3uRuytZsUOsEDBEXMABzC9Tw== +"@apollo/react-hooks@^3.1.2": + version "3.1.2" + resolved "https://registry.yarnpkg.com/@apollo/react-hooks/-/react-hooks-3.1.2.tgz#3f889f9448ebb32faf164117f1f63d9ffa18f5d9" + integrity sha512-PV5u40E9iwfwM7u61r2P9PTjcGaM3zRwiwrJGDKOKaOn1Y9wTHhKOVEQa7YOsCWciSaMVK1slpKMvQbD2Ypqtw== dependencies: - "@apollo/react-common" "^3.1.1" + "@apollo/react-common" "^3.1.2" "@wry/equality" "^0.1.9" ts-invariant "^0.4.4" tslib "^1.10.0"