diff --git a/packages/material-ui/package.json b/packages/material-ui/package.json index 8c75fbb5f26970..df3bd9e9ab1022 100644 --- a/packages/material-ui/package.json +++ b/packages/material-ui/package.json @@ -42,7 +42,7 @@ "@material-ui/system": "^4.3.0", "@material-ui/types": "^4.1.1", "@material-ui/utils": "^4.1.0", - "@types/react-transition-group": "^2.0.16", + "@types/react-transition-group": "^2.9.2", "clsx": "^1.0.2", "convert-css-length": "^2.0.1", "deepmerge": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 99bf1e7b8dc642..648202b4b6792f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2163,10 +2163,10 @@ dependencies: "@types/react" "*" -"@types/react-transition-group@*", "@types/react-transition-group@^2.0.16": - version "2.9.1" - resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-2.9.1.tgz#66c9ca5d0b20bae72fe6b797e0d362b996d55e9f" - integrity sha512-1usq4DRUVBFnxc9KGJAlJO9EpQrLZGDDEC8wDOn2+2ODSyudYo8FiIzPDRaX/hfQjHqGeeoNaNdA2bj0l35hZQ== +"@types/react-transition-group@*", "@types/react-transition-group@^2.9.2": + version "2.9.2" + resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-2.9.2.tgz#c48cf2a11977c8b4ff539a1c91d259eaa627028d" + integrity sha512-5Fv2DQNO+GpdPZcxp2x/OQG/H19A01WlmpjVD9cKvVFmoVLOZ9LvBgSWG6pSXIU4og5fgbvGPaCV5+VGkWAEHA== dependencies: "@types/react" "*"