diff --git a/package.json b/package.json index 6746e0ab..3e66e348 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.19", + "@types/react": "16.9.21", "@types/react-dom": "16.9.5", "docz": "2.2.0", "emotion-theming": "10.0.27", @@ -72,6 +72,6 @@ "react": ">=16.8.1" }, "resolutions": { - "@types/react": "16.9.19" + "@types/react": "16.9.21" } } diff --git a/yarn.lock b/yarn.lock index 435908ba..d381acdc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2975,10 +2975,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@16.9.19", "@types/react@^16.8.12", "@types/react@^16.8.6": - version "16.9.19" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.19.tgz#c842aa83ea490007d29938146ff2e4d9e4360c40" - integrity sha512-LJV97//H+zqKWMms0kvxaKYJDG05U2TtQB3chRLF8MPNs+MQh/H1aGlyDUxjaHvu08EAGerdX2z4LTBc7ns77A== +"@types/react@*", "@types/react@16.9.21", "@types/react@^16.8.12", "@types/react@^16.8.6": + version "16.9.21" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.21.tgz#99e274e2ecfab6bb93920e918341daa3198b348d" + integrity sha512-xpmenCMeBwJRct8vmIfczlgdOXWIWASoOM857kxKfHlVQvDltRh7IFRVfGws79iO2jkNPXOeWREyKoClzhBaQA== dependencies: "@types/prop-types" "*" csstype "^2.2.0"