From 9ea5d0447f5d45d794cdba82559736a58a3cb4e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:52:47 +0000 Subject: [PATCH] [RENOVATE-BOT] Update dependency @types/react to v18.2.32 --- package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8b8fab33..096b17df 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ }, "resolutions": { "@babel/core": "7.23.0", - "@types/react": "18.2.25", + "@types/react": "18.2.32", "jackspeak": "2.1.1" } } diff --git a/yarn.lock b/yarn.lock index fa5b0666..f26bb704 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3762,7 +3762,16 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@18.2.25", "@types/react@>=16": +"@types/react@*", "@types/react@18.2.32", "@types/react@>=16": + version "18.2.32" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.32.tgz#7ec787730c45ee9a3c0ed150b19e95c31fe4608a" + integrity sha512-F0FVIZQ1x5Gxy/VYJb7XcWvCcHR28Sjwt1dXLspdIatfPq1MVACfnBDwKe6ANLxQ64riIJooXClpUR6oxTiepg== + dependencies: + "@types/prop-types" "*" + "@types/scheduler" "*" + csstype "^3.0.2" + +"@types/react@18.2.25": version "18.2.25" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.25.tgz#99fa44154132979e870ff409dc5b6e67f06f0199" integrity sha512-24xqse6+VByVLIr+xWaQ9muX1B4bXJKXBbjszbld/UEDslGLY53+ZucF44HCmLbMPejTzGG9XgR+3m2/Wqu1kw==