From 012bd5883b907e7fbaa8ba66049562520562603e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 10:06:20 +0000 Subject: [PATCH] build(deps): bump redux-react-hook from 3.3.2 to 4.0.3 Bumps [redux-react-hook](https://github.com/facebookincubator/redux-react-hook) from 3.3.2 to 4.0.3. - [Release notes](https://github.com/facebookincubator/redux-react-hook/releases) - [Changelog](https://github.com/facebookincubator/redux-react-hook/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebookincubator/redux-react-hook/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index dfc195c..d29c535 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react-router-redux": "^4.0.8", "react-scripts": "3.1.2", "redux": "^4.0.4", - "redux-react-hook": "^3.3.2" + "redux-react-hook": "^4.0.3" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index 5c86b11..d3a294a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8189,9 +8189,9 @@ redent@^1.0.0: indent-string "^2.1.0" strip-indent "^1.0.1" -redux-react-hook@^3.3.2: - version "3.3.2" - resolved "https://registry.yarnpkg.com/redux-react-hook/-/redux-react-hook-3.3.2.tgz#1cdad45009dfa264f46c2a9959d86ce1401df725" +redux-react-hook@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/redux-react-hook/-/redux-react-hook-4.0.3.tgz#859a9ba517f7e2e934def3b6aaa5c5a8da921cdc" redux@^4.0.4: version "4.0.4"