From 225e0e712052ea9786d138c54067f21bcbcf19c8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 26 Mar 2020 19:15:54 +0000 Subject: [PATCH] Update dependency @types/react to v16.9.26 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b273f9fc..626cbffc 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.25", + "@types/react": "16.9.26", "@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.25" + "@types/react": "16.9.26" } } diff --git a/yarn.lock b/yarn.lock index e16ddf61..fb7845df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3144,10 +3144,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@16.9.25", "@types/react@^16.8.12", "@types/react@^16.8.6": - version "16.9.25" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.25.tgz#6ae2159b40138c792058a23c3c04fd3db49e929e" - integrity sha512-Dlj2V72cfYLPNscIG3/SMUOzhzj7GK3bpSrfefwt2YT9GLynvLCCZjbhyF6VsT0q0+aRACRX03TDJGb7cA0cqg== +"@types/react@*", "@types/react@16.9.26", "@types/react@^16.8.12", "@types/react@^16.8.6": + version "16.9.26" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.26.tgz#1e55803e468f5393413e29033538cc9aaed6cec9" + integrity sha512-dGuSM+B0Pq1MKXYUMlUQWeS6Jj9IhSAUf9v8Ikaimj+YhkBcQrihWBkmyEhK/1fzkJTwZQkhZp5YhmWa2CH+Rw== dependencies: "@types/prop-types" "*" csstype "^2.2.0"