From 017d752910d4e0b470a761c155798764d3ee43bf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 24 Jun 2020 10:16:44 +0000 Subject: [PATCH] Update dependency @types/react to v16.9.41 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 88d354b1..34a84069 100644 --- a/package.json +++ b/package.json @@ -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", @@ -88,6 +88,6 @@ "react": ">=16.8.1" }, "resolutions": { - "@types/react": "16.9.38" + "@types/react": "16.9.41" } } diff --git a/yarn.lock b/yarn.lock index 9d6a8b62..d41a1465 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3757,10 +3757,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@16.9.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/react@16.9.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"