diff --git a/package.json b/package.json index a01827e7..201426fd 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@pika/plugin-build-types": "0.8.1", "@pika/plugin-build-web": "0.8.1", "@pika/plugin-ts-standard-pkg": "0.8.1", - "@types/react": "16.9.16", + "@types/react": "16.9.17", "@types/react-dom": "16.9.4", "docz": "2.2.0", "emotion-theming": "10.0.19", @@ -72,6 +72,6 @@ "react": ">=16.8.1" }, "resolutions": { - "@types/react": "16.9.16" + "@types/react": "16.9.17" } } diff --git a/yarn.lock b/yarn.lock index e24b3fa3..d34f04fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2218,10 +2218,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@16.9.16", "@types/react@^16.8.12", "@types/react@^16.8.6": - version "16.9.16" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.16.tgz#4f12515707148b1f53a8eaa4341dae5dfefb066d" - integrity sha512-dQ3wlehuBbYlfvRXfF5G+5TbZF3xqgkikK7DWAsQXe2KnzV+kjD4W2ea+ThCrKASZn9h98bjjPzoTYzfRqyBkw== +"@types/react@*", "@types/react@16.9.17", "@types/react@^16.8.12", "@types/react@^16.8.6": + version "16.9.17" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.17.tgz#58f0cc0e9ec2425d1441dd7b623421a867aa253e" + integrity sha512-UP27In4fp4sWF5JgyV6pwVPAQM83Fj76JOcg02X5BZcpSu5Wx+fP9RMqc2v0ssBoQIFvD5JdKY41gjJJKmw6Bg== dependencies: "@types/prop-types" "*" csstype "^2.2.0"