From f9149213646e2acb91962cc47882dda656addc62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 04:12:52 +0000 Subject: [PATCH] build(deps-dev): bump @types/react from 17.0.42 to 17.0.43 (#421) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 41f1939..b85208d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@types/jest": "^27.4.1", "@types/jszip": "^3.4.1", "@types/openpgp": "^4.4.18", - "@types/react": "^17.0.42", + "@types/react": "^17.0.43", "@types/react-dom": "^17.0.14", "@types/react-router": "^5.1.18", "@types/react-router-dom": "^5.3.3", diff --git a/yarn.lock b/yarn.lock index cd5491d..91b84bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2067,10 +2067,10 @@ "@types/history" "^4.7.11" "@types/react" "*" -"@types/react@*", "@types/react@^17.0.42": - version "17.0.42" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.42.tgz#8242b9219bf8a911c47f248e327206fea3f4ee5a" - integrity sha512-nuab3x3CpJ7VFeNA+3HTUuEkvClYHXqWtWd7Ud6AZYW7Z3NH9WKtgU+tFB0ZLcHq+niB/HnzLcaZPqMJ95+k5Q== +"@types/react@*", "@types/react@^17.0.43": + version "17.0.43" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.43.tgz#4adc142887dd4a2601ce730bc56c3436fdb07a55" + integrity sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"