Skip to content

Commit

Permalink
Update dependency @types/react to v16.9.41
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 24, 2020
1 parent 242ebcb commit 017d752
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.3.0",
"@testing-library/react-hooks": "3.3.0",
"@types/jest": "26.0.0",
"@types/react": "16.9.38",
"@types/react": "16.9.41",
"@types/react-dom": "16.9.8",
"@types/testing-library__react": "10.0.1",
"@types/testing-library__react-hooks": "3.2.0",
Expand All @@ -88,6 +88,6 @@
"react": ">=16.8.1"
},
"resolutions": {
"@types/react": "16.9.38"
"@types/react": "16.9.41"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3757,10 +3757,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/[email protected].38", "@types/react@^16.8.12", "@types/react@^16.8.6":
version "16.9.38"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.38.tgz#868405dace93a4095d3e054f4c4a1de7a1ac0680"
integrity sha512-pHAeZbjjNRa/hxyNuLrvbxhhnKyKNiLC6I5fRF2Zr/t/S6zS41MiyzH4+c+1I9vVfvuRt1VS2Lodjr4ZWnxrdA==
"@types/react@*", "@types/[email protected].41", "@types/react@^16.8.12", "@types/react@^16.8.6":
version "16.9.41"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.41.tgz#925137ee4d2ff406a0ecf29e8e9237390844002e"
integrity sha512-6cFei7F7L4wwuM+IND/Q2cV1koQUvJ8iSV+Gwn0c3kvABZ691g7sp3hfEQHOUBJtccl1gPi+EyNjMIl9nGA0ug==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"
Expand Down

0 comments on commit 017d752

Please sign in to comment.