Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit ed078b8

Browse files
Bump @types/react-transition-group from 2.0.14 to 4.2.2
Bumps [@types/react-transition-group](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-transition-group) from 2.0.14 to 4.2.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] <support@dependabot.com>
1 parent 62e8b20 commit ed078b8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/react": "^16.7.22",
3535
"@types/react-dom": "^16.0.9",
3636
"@types/react-tap-event-plugin": "^0.0.30",
37-
"@types/react-transition-group": "^2.0.14",
37+
"@types/react-transition-group": "^4.2.2",
3838
"@types/remarkable": "^1.7.2",
3939
"@types/uuid": "^3.4.4",
4040
"babel-plugin-module-resolver": "3.1.3",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,19 @@
153153
version "0.0.30"
154154
resolved "https://registry.npmjs.org/@types/react-tap-event-plugin/-/react-tap-event-plugin-0.0.30.tgz#123f35080412f489b6770c5a65c159ff96654cb5"
155155

156-
"@types/react-transition-group@^2.0.14", "@types/react-transition-group@^2.0.8":
156+
"@types/react-transition-group@^2.0.8":
157157
version "2.0.14"
158158
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-2.0.14.tgz#afd0cd785a97f070b55765e9f9d76ff568269001"
159159
dependencies:
160160
"@types/react" "*"
161161

162+
"@types/react-transition-group@^4.2.2":
163+
version "4.2.2"
164+
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.2.2.tgz#8c851c4598a23a3a34173069fb4c5c9e41c02e3f"
165+
integrity sha512-YfoaTNqBwbIqpiJ5NNfxfgg5kyFP1Hqf/jqBtSWNv0E+EkkxmN+3VD6U2fu86tlQvdAc1o0SdWhnWFwcRMTn9A==
166+
dependencies:
167+
"@types/react" "*"
168+
162169
"@types/react@*", "@types/react@^16.7.22":
163170
version "16.7.22"
164171
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.7.22.tgz#5bc6d166d5ac34b835756f0b736c7b1af0043e81"

0 commit comments

Comments
 (0)