From 6469bda7d29ea5755b94d9af4d626c71400f30d1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Jun 2020 10:16:07 +0000 Subject: [PATCH] Update dependency @types/react to v16.9.36 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index db34a2b0..1865ca83 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@testing-library/react": "10.0.4", "@testing-library/react-hooks": "3.2.1", "@types/jest": "25.2.1", - "@types/react": "16.9.34", + "@types/react": "16.9.36", "@types/react-dom": "16.9.6", "@types/testing-library__react": "10.0.1", "@types/testing-library__react-hooks": "3.2.0", @@ -88,6 +88,6 @@ "react": ">=16.8.1" }, "resolutions": { - "@types/react": "16.9.34" + "@types/react": "16.9.36" } } diff --git a/yarn.lock b/yarn.lock index ffde2b01..50d184bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3558,10 +3558,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@16.9.34", "@types/react@^16.8.12", "@types/react@^16.8.6": - version "16.9.34" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.34.tgz#f7d5e331c468f53affed17a8a4d488cd44ea9349" - integrity sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow== +"@types/react@*", "@types/react@16.9.36", "@types/react@^16.8.12", "@types/react@^16.8.6": + version "16.9.36" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.36.tgz#ade589ff51e2a903e34ee4669e05dbfa0c1ce849" + integrity sha512-mGgUb/Rk/vGx4NCvquRuSH0GHBQKb1OqpGS9cT9lFxlTLHZgkksgI60TuIxubmn7JuCb+sENHhQciqa0npm0AQ== dependencies: "@types/prop-types" "*" csstype "^2.2.0"