From 3459929849613cd7403afd8b568594a99a950361 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2020 18:17:18 +0000 Subject: [PATCH] chore(deps-dev): bump @types/react from 16.9.32 to 16.9.33 (#2470) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f34c830e03f..a36b52f2f31 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@types/moment": "^2.13.0", "@types/puppeteer": "^2.0.1", "@types/q": "^1.5.2", - "@types/react": "^16.9.32", + "@types/react": "^16.9.33", "@types/react-copy-to-clipboard": "^4.3.0", "@types/react-dom": "^16.9.6", "@types/react-helmet": "^5.0.15", diff --git a/yarn.lock b/yarn.lock index 940554e5370..67c0f4e1517 100644 --- a/yarn.lock +++ b/yarn.lock @@ -854,10 +854,10 @@ "@types/history" "*" "@types/react" "*" -"@types/react@*", "@types/react@^16.9.32": - 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": + 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"