Skip to content

Commit

Permalink
Update dependency @types/react to v16.9.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 20, 2020
1 parent 091cdae commit f2ab362
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.23",
"@types/react": "16.9.25",
"@types/react-dom": "16.9.5",
"docz": "2.2.0",
"emotion-theming": "10.0.27",
Expand All @@ -72,6 +72,6 @@
"react": ">=16.8.1"
},
"resolutions": {
"@types/react": "16.9.23"
"@types/react": "16.9.25"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3040,10 +3040,10 @@
dependencies:
"@types/react" "*"

"@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==
"@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==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"
Expand Down

0 comments on commit f2ab362

Please sign in to comment.