Skip to content

Commit

Permalink
fix(deps): update dependency @types/react to v16.4.6 (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 2, 2018
1 parent 2cc25ac commit 5ec5eb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/with-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "with-react",
"version": "1.2.0",
"dependencies": {
"@types/react": "16.4.5",
"@types/react": "16.4.6",
"@types/react-dom": "16.0.6",
"@types/react-router": "4.0.27",
"@types/react-router-dom": "4.2.7",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,9 @@
dependencies:
csstype "^2.2.0"

"@types/react@16.4.5":
version "16.4.5"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.5.tgz#98a00fdd2c512ed5d7399d3f2660ce9d6152bce6"
"@types/react@16.4.6":
version "16.4.6"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.6.tgz#5024957c6bcef4f02823accf5974faba2e54fada"
dependencies:
csstype "^2.2.0"

Expand Down

0 comments on commit 5ec5eb4

Please sign in to comment.