From 066b1e535da94d10773e4c5e639dac5a77389a75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 10:25:18 -0700 Subject: [PATCH] Bump react-transition-group from 4.3.0 to 4.4.1 in /desktop (#1367) Summary: Bumps [react-transition-group](https://github.com/reactjs/react-transition-group) from 4.3.0 to 4.4.1.
Release notes

Sourced from react-transition-group's releases.

v4.4.1

4.4.1 (2020-05-06)

Bug Fixes

v4.4.0

4.4.0 (2020-05-05)

Features

Bug Fixes

Changelog

Sourced from react-transition-group's changelog.

4.4.1 (2020-05-06)

Bug Fixes

4.4.0 (2020-05-05)

Features

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-transition-group&package-manager=npm_and_yarn&previous-version=4.3.0&new-version=4.4.1)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request resolved: https://github.com/facebook/flipper/pull/1367 Reviewed By: nikoant Differential Revision: D22502222 Pulled By: passy fbshipit-source-id: debea69fe5442e14516dbe0061de90a95325619c --- desktop/app/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index c84e7d32e..2a79f78c1 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -47,7 +47,7 @@ "react-player": "^1.15.2", "react-redux": "^7.1.1", "react-test-renderer": "^16.13.0", - "react-transition-group": "^4.3.0", + "react-transition-group": "^4.4.1", "react-virtualized-auto-sizer": "^1.0.2", "react-window": "^1.3.1", "redux": "^4.0.0", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 28d389edd..fab1d0a75 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -10303,10 +10303,10 @@ react-transition-group@^2.5.0: prop-types "^15.6.2" react-lifecycles-compat "^3.0.4" -react-transition-group@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.3.0.tgz#fea832e386cf8796c58b61874a3319704f5ce683" - integrity sha512-1qRV1ZuVSdxPlPf4O8t7inxUGpdyO5zG9IoNfJxSO0ImU2A1YWkEQvFPuIPZmMLkg5hYs7vv5mMOyfgSkvAwvw== +react-transition-group@^4.4.1: + version "4.4.1" + resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.1.tgz#63868f9325a38ea5ee9535d828327f85773345c9" + integrity sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw== dependencies: "@babel/runtime" "^7.5.5" dom-helpers "^5.0.1"