From 8585adc119a6a45cf1360df6fb0b74a2b12c49db Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 3 Apr 2020 16:00:43 +0000 Subject: [PATCH] Update dependency @types/react to v16.9.32 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b50624d6..509108f8 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@pika/plugin-build-types": "0.9.2", "@pika/plugin-build-web": "0.9.2", "@pika/plugin-ts-standard-pkg": "0.9.2", - "@types/react": "16.9.30", + "@types/react": "16.9.32", "@types/react-dom": "16.9.6", "docz": "2.2.0", "emotion-theming": "10.0.27", @@ -72,6 +72,6 @@ "react": ">=16.8.1" }, "resolutions": { - "@types/react": "16.9.30" + "@types/react": "16.9.32" } } diff --git a/yarn.lock b/yarn.lock index c8592944..8e8ad6ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3144,10 +3144,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@16.9.30", "@types/react@^16.8.12", "@types/react@^16.8.6": - version "16.9.30" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.30.tgz#4750857769803c36afeb9ed30139bb77f9607223" - integrity sha512-nx+ixghmJkzcDYhtqvmf/jPcBvyH87yfLM+dUDH2n8lE356t18p2flj3mzkT/VO0N1wh6RCjtmWGFI3r/KhCxw== +"@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== dependencies: "@types/prop-types" "*" csstype "^2.2.0"