From cd6787a982ec1e493696284460e55f0a75f6a86f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Nov 2019 22:04:31 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to v16.9.11 --- package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e1259608..f1f80768 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 f0f602ed..1e4011bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2416,7 +2416,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== @@ -2424,6 +2424,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"