From 1c94e28e6acf6a3c40ed6441220df45e57b17980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 27 Apr 2019 04:12:58 +0000 Subject: [PATCH] Bump react-switch from 4.1.0 to 5.0.0 in /frontend Bumps [react-switch](https://github.com/markusenglund/react-switch) from 4.1.0 to 5.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] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index ec51580..0074784 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "react-helmet": "^5.2.0", "react-scripts": "2.1.8", "react-split-pane": "^0.1.87", - "react-switch": "^4.1.0", + "react-switch": "^5.0.0", "react-table": "^6.9.2", "uast-viewer": "^0.4.0" }, diff --git a/frontend/yarn.lock b/frontend/yarn.lock index d184c04..511da60 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -8930,10 +8930,10 @@ react-style-proptype@^3.0.0: dependencies: prop-types "^15.5.4" -react-switch@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/react-switch/-/react-switch-4.1.0.tgz#93379df044c9febe86d0b1485cb14b2a364562b6" - integrity sha512-mINolJx85ZojtsKdH+DE+p9i073a1mQscEADF6y/FLBshSmyciZffBWP0xu8jWyqRIg7tWykFLJt+2xlMya7sw== +react-switch@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/react-switch/-/react-switch-5.0.0.tgz#ecbb666f8789cb8138b3ba1160bc3745390ab502" + integrity sha512-+zxY9xj9dMc8Y4gv/kkqQrirfEiIQ+SlQfJDW1Wi81L3xoh1fcbBYyJyh0TnhM/U/b6HxuBmkmU4Ooxgtuoavw== dependencies: prop-types "^15.6.2"