From 5a9795c792f1b2cab468fb2322a46b0034644e32 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 05:34:32 +0000 Subject: [PATCH] Bump @types/react-transition-group from 2.0.14 to 4.2.4 Bumps [@types/react-transition-group](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-transition-group) from 2.0.14 to 4.2.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-transition-group) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3c58202..c6580d1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/react": "^16.7.22", "@types/react-dom": "^16.0.9", "@types/react-tap-event-plugin": "^0.0.30", - "@types/react-transition-group": "^2.0.14", + "@types/react-transition-group": "^4.2.4", "@types/remarkable": "^1.7.2", "@types/uuid": "^3.4.4", "babel-plugin-module-resolver": "3.1.3", diff --git a/yarn.lock b/yarn.lock index 5cb7545..426e904 100644 --- a/yarn.lock +++ b/yarn.lock @@ -153,12 +153,19 @@ version "0.0.30" resolved "https://registry.npmjs.org/@types/react-tap-event-plugin/-/react-tap-event-plugin-0.0.30.tgz#123f35080412f489b6770c5a65c159ff96654cb5" -"@types/react-transition-group@^2.0.14", "@types/react-transition-group@^2.0.8": +"@types/react-transition-group@^2.0.8": version "2.0.14" resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-2.0.14.tgz#afd0cd785a97f070b55765e9f9d76ff568269001" dependencies: "@types/react" "*" +"@types/react-transition-group@^4.2.4": + version "4.2.4" + resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.2.4.tgz#c7416225987ccdb719262766c1483da8f826838d" + integrity sha512-8DMUaDqh0S70TjkqU0DxOu80tFUiiaS9rxkWip/nb7gtvAsbqOXm02UCmR8zdcjWujgeYPiPNTVpVpKzUDotwA== + dependencies: + "@types/react" "*" + "@types/react@*", "@types/react@^16.7.22": version "16.7.22" resolved "https://registry.yarnpkg.com/@types/react/-/react-16.7.22.tgz#5bc6d166d5ac34b835756f0b736c7b1af0043e81"