From e8db87db5df071c02a98d1633465458c34917771 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 2 Apr 2019 17:11:36 +0000 Subject: [PATCH] fix(deps): update dependency react-transition-group to v2.8.0 --- ui/package.json | 2 +- ui/yarn.lock | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ui/package.json b/ui/package.json index 1df76c607..23103c001 100644 --- a/ui/package.json +++ b/ui/package.json @@ -47,7 +47,7 @@ "react-scripts": "2.1.8", "react-select": "2.4.2", "react-tippy": "1.2.3", - "react-transition-group": "2.7.1", + "react-transition-group": "2.8.0", "react-truncate": "2.4.0", "whatwg-fetch": "3.0.0" }, diff --git a/ui/yarn.lock b/ui/yarn.lock index 3f69d899d..e1b214d7b 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -9546,7 +9546,17 @@ react-tippy@1.2.3: dependencies: popper.js "^1.11.1" -react-transition-group@2.7.1, react-transition-group@^2.2.1: +react-transition-group@2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-2.8.0.tgz#d6d8f635d81a0955b67348be5d017cff77d6c75f" + integrity sha512-So23a1MPn8CGoW5WNU4l0tLiVkOFmeXSS1K4Roe+dxxqqHvI/2XBmj76jx+u96LHnQddWG7LX8QovPAainSmWQ== + dependencies: + dom-helpers "^3.3.1" + loose-envify "^1.4.0" + prop-types "^15.6.2" + react-lifecycles-compat "^3.0.4" + +react-transition-group@^2.2.1: version "2.7.1" resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-2.7.1.tgz#1fe6d54e811e8f9dfd329aa836b39d9cd16587cb" integrity sha512-b0VJTzNRnXxRpCuxng6QJbAzmmrhBn1BZJfPPnHbH2PIo8msdkajqwtfdyGm/OypPXZNfAHKEqeN15wjMXrRJQ==