From 65ba6317a6d1de79d4046d51cc72eab5e5742130 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 9 Jun 2022 16:08:56 +0000 Subject: [PATCH] chore(deps): update dependency react-switch to v7 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 31fc32ca..e54dd805 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-helmet": "6.1.0", - "react-switch": "6.1.0", + "react-switch": "7.0.0", "react-typography": "0.16.20", "styled-components": "5.3.5", "typeface-merriweather": "1.1.13", diff --git a/yarn.lock b/yarn.lock index 108e8425..dbaa6210 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13450,10 +13450,10 @@ react-style-proptype@^3.2.2: dependencies: prop-types "^15.5.4" -react-switch@6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/react-switch/-/react-switch-6.1.0.tgz#46239535820f6cf1331aecd948ba585d8a7b532a" - integrity sha512-cOwQkxtHCOGtoK0KN3kZBPTQjt8P1TTpaor+TS0AJRLfFBIRkgjVIUCwAfvVlW32Bi1BK333rk9y/14suD38SA== +react-switch@7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/react-switch/-/react-switch-7.0.0.tgz#400990bb9822864938e343ed24f13276a617bdc0" + integrity sha512-KkDeW+cozZXI6knDPyUt3KBN1rmhoVYgAdCJqAh7st7tk8YE6N0iR89zjCWO8T8dUTeJGTR0KU+5CHCRMRffiA== dependencies: prop-types "^15.7.2"