Skip to content

Commit

Permalink
Update @types/react to the latest version 🚀 (#810)
Browse files Browse the repository at this point in the history
* chore(package): update @types/react to version 16.9.10
* chore(package): update lockfile yarn.lock
  • Loading branch information
greenkeeper[bot] authored and hyochan committed Oct 25, 2019
1 parent 7a303be commit e33d06f
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 @@ -39,7 +39,7 @@
"devDependencies": {
"@dooboo/eslint-config": "^0.2.0",
"@types/eslint": "^6.1.1",
"@types/react": "16.9.7",
"@types/react": "16.9.10",
"@types/react-native": "0.60.20",
"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.7":
version "16.9.7"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.7.tgz#3b50cb38285a79fd325cf185e0d623e3e0dd2893"
integrity sha512-cF/zwVSOa/NQ5ZSLwUmAdeARgJkmu94shnqDO0dUOsp5roeS8SXtYv06uKeQMYgMjnP6dXH5CecxL+GibvqEFg==
"@types/react@16.9.10":
version "16.9.10"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.10.tgz#87c2a7cd715d293c42fe73510eec42cba3ee8210"
integrity sha512-J1sinqwBCzazC+DOmbwRc96pNf0KBOVkefV5DVfLX9qiHdltfFH2BUqc36UYcYSU5tIrZtaaVMAx4JwOq5/Q/g==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"
Expand Down

0 comments on commit e33d06f

Please sign in to comment.