Skip to content

Commit

Permalink
Update @types/react to the latest version 🚀 (#861)
Browse files Browse the repository at this point in the history
* chore(package): update @types/react to version 16.9.12

* chore(package): update lockfile yarn.lock
  • Loading branch information
greenkeeper[bot] authored and hyochan committed Nov 24, 2019
1 parent a39f11d commit d6c7709
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@dooboo/eslint-config": "^0.2.0",
"@types/eslint": "^6.1.1",
"@types/react": "16.9.11",
"@types/react": "16.9.12",
"@types/react-native": "0.60.23",
"babel-eslint": "^10.0.3",
"eslint": "^6.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/react@16.9.11":
version "16.9.11"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.11.tgz#70e0b7ad79058a7842f25ccf2999807076ada120"
integrity sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ==
"@types/react@16.9.12":
version "16.9.12"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.12.tgz#be562c2701300355af98ed5028e9ccfdfb0bf36e"
integrity sha512-tc2xuDvJ8uhGmRg/WVpn2IltHoGqijmxntSNkl2tgbMH2boX78ptcAWdyXPgxD0FoaYw8CczUdvjD1G8Y0JtSw==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"
Expand Down

0 comments on commit d6c7709

Please sign in to comment.