From d6bb18abb234612068aff38f8e64a674b6b43385 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Jul 2021 05:31:12 +0000 Subject: [PATCH] Bump @types/react-transition-group from 2.0.14 to 4.4.2 Bumps [@types/react-transition-group](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-transition-group) from 2.0.14 to 4.4.2. - [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..59e9273 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.4.2", "@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..20dd2b5 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.4.2": + version "4.4.2" + resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.2.tgz#38890fd9db68bf1f2252b99a942998dc7877c5b3" + integrity sha512-KibDWL6nshuOJ0fu8ll7QnV/LVTo3PzQ9aCPnRUYPfX7eZohHwLIdNHj7pftanREzHNP4/nJa8oeM73uSiavMQ== + 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"