From 601a98030323dbe0a7b6759f04ae9c98589647eb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Apr 2020 20:14:40 +0000 Subject: [PATCH] Update dependency @types/react to v16.9.33 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e76f9ad8..fa509f07 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@testing-library/react": "10.0.2", "@testing-library/react-hooks": "3.2.1", "@types/jest": "25.2.1", - "@types/react": "16.9.32", + "@types/react": "16.9.33", "@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.32" + "@types/react": "16.9.33" } } diff --git a/yarn.lock b/yarn.lock index 97047836..221c977e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3518,10 +3518,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@16.9.32", "@types/react@^16.8.12", "@types/react@^16.8.6": - version "16.9.32" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.32.tgz#f6368625b224604148d1ddf5920e4fefbd98d383" - integrity sha512-fmejdp0CTH00mOJmxUPPbWCEBWPvRIL4m8r0qD+BSDUqmutPyGQCHifzMpMzdvZwROdEdL78IuZItntFWgPXHQ== +"@types/react@*", "@types/react@16.9.33", "@types/react@^16.8.12", "@types/react@^16.8.6": + version "16.9.33" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.33.tgz#a5274520f0d28cbbb73c8652ddd48646fd4bcae5" + integrity sha512-ovgoy7p9999HDzwv8Sewhl8GJjn/r0GRsFrM9UMwp1uodh0kQ0pwIHLQ6LNfqGSyjNzJ8II/HIg0BL7Yn/B9yA== dependencies: "@types/prop-types" "*" csstype "^2.2.0"