From 4f923b2dce841dfa2291bf672639055f608df45e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jan 2021 14:13:24 +0000 Subject: [PATCH] Bump react-switch from 5.0.1 to 6.0.0 Bumps [react-switch](https://github.com/markusenglund/react-switch) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/markusenglund/react-switch/releases) - [Changelog](https://github.com/markusenglund/react-switch/blob/master/CHANGELOG.md) - [Commits](https://github.com/markusenglund/react-switch/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 974cbac78f..91396596fc 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "react-spring": "4.0.0", "react-sticky": "^6.0.3", "react-sticky-el": "^1.1.0", - "react-switch": "^5.0.1", + "react-switch": "^6.0.0", "react-tippy": "^1.4.0", "react-toastify": "^6.2.0", "recharts": "^1.8.5", diff --git a/yarn.lock b/yarn.lock index 92c96c012d..aa0846d14d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10827,11 +10827,11 @@ react-styleguidist@^11.1.5: webpack-dev-server "^3.11.0" webpack-merge "^4.2.2" -react-switch@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/react-switch/-/react-switch-5.0.1.tgz#449277f4c3aed5286fffd0f50d5cbc2a23330406" +react-switch@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/react-switch/-/react-switch-6.0.0.tgz#bd4a2dea08f211b8a32e55e8314fd44bc1ec947e" dependencies: - prop-types "^15.6.2" + prop-types "^15.7.2" react-test-renderer@^16.0.0-0: version "16.11.0"