diff --git a/package.json b/package.json index ab722f9d..5c301126 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@storybook/react": "5.2.5", "@testing-library/react-hooks": "2.0.3", "@types/jest": "24.0.21", - "@types/react": "16.9.2", + "@types/react": "16.9.11", "babel-core": "6.26.3", "babel-loader": "8.0.6", "babel-plugin-dynamic-import-node": "2.3.0", diff --git a/yarn.lock b/yarn.lock index 3f25e720..68e39be2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2439,7 +2439,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@16.9.2": +"@types/react@*": version "16.9.2" resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.2.tgz#6d1765431a1ad1877979013906731aae373de268" integrity sha512-jYP2LWwlh+FTqGd9v7ynUKZzjj98T8x7Yclz479QdRhHfuW9yQ+0jjnD31eXSXutmBpppj5PYNLYLRfnZJvcfg== @@ -2447,6 +2447,14 @@ "@types/prop-types" "*" csstype "^2.2.0" +"@types/react@16.9.11": + version "16.9.11" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.11.tgz#70e0b7ad79058a7842f25ccf2999807076ada120" + integrity sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ== + dependencies: + "@types/prop-types" "*" + csstype "^2.2.0" + "@types/stack-utils@^1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"