Skip to content

Commit

Permalink
Update dependency @types/react to v16.9.43
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 11, 2020
1 parent b9b79b2 commit adf5ca4
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 @@ -71,7 +71,7 @@
"@testing-library/react": "10.4.5",
"@testing-library/react-hooks": "3.3.0",
"@types/jest": "26.0.4",
"@types/react": "16.9.42",
"@types/react": "16.9.43",
"@types/react-dom": "16.9.8",
"@types/testing-library__react": "10.0.1",
"@types/testing-library__react-hooks": "3.2.0",
Expand All @@ -89,6 +89,6 @@
"react-dom": ">=16.8.1"
},
"resolutions": {
"@types/react": "16.9.42"
"@types/react": "16.9.43"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2764,10 +2764,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@16.9.42":
version "16.9.42"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.42.tgz#9776508d59c1867bbf9bd7f036dab007fdaa1cb7"
integrity sha512-iGy6HwfVfotqJ+PfRZ4eqPHPP5NdPZgQlr0lTs8EfkODRBV9cYy8QMKcC9qPCe1JrESC1Im6SrCFR6tQgg74ag==
"@types/react@*", "@types/react@16.9.43":
version "16.9.43"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.43.tgz#c287f23f6189666ee3bebc2eb8d0f84bcb6cdb6b"
integrity sha512-PxshAFcnJqIWYpJbLPriClH53Z2WlJcVZE+NP2etUtWQs2s7yIMj3/LDKZT/5CHJ/F62iyjVCDu2H3jHEXIxSg==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"
Expand Down

0 comments on commit adf5ca4

Please sign in to comment.