diff --git a/package.json b/package.json index bcd7b8a9..a68ea991 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.29", + "@types/react": "16.9.30", "@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.29" + "@types/react": "16.9.30" } } diff --git a/yarn.lock b/yarn.lock index 115a30d0..7f52ef85 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3144,10 +3144,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@16.9.29", "@types/react@^16.8.12", "@types/react@^16.8.6": - version "16.9.29" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.29.tgz#41c0353b5ea916cdb7a7e89b80b09b268c87a2f8" - integrity sha512-aE5sV9XVqKvIR8Lqa73hXvlqBzz5hBG0jtV9jZ1uuEWRmW8KN/mdQQmsYlPx6z/b2xa8zR3jtk7WoT+2/m4suA== +"@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== dependencies: "@types/prop-types" "*" csstype "^2.2.0"