diff --git a/package.json b/package.json index 5c3f2a9e..03fbac67 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.21", + "@types/react": "16.9.23", "@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.21" + "@types/react": "16.9.23" } } diff --git a/yarn.lock b/yarn.lock index 30001022..38619ecc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2975,10 +2975,10 @@ dependencies: "@types/react" "*" -"@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== +"@types/react@*", "@types/react@16.9.23", "@types/react@^16.8.12", "@types/react@^16.8.6": + version "16.9.23" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.23.tgz#1a66c6d468ba11a8943ad958a8cb3e737568271c" + integrity sha512-SsGVT4E7L2wLN3tPYLiF20hmZTPGuzaayVunfgXzUn1x4uHVsKH6QDJQ/TdpHqwsTLd4CwrmQ2vOgxN7gE24gw== dependencies: "@types/prop-types" "*" csstype "^2.2.0"