From 5c6fda1108f467d441f1b0c9de303ace878babb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 00:54:36 +0000 Subject: [PATCH] [RENOVATE-BOT] Update dependency @types/react to v18.2.75 --- package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f2f00522..a3a1747d 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ }, "resolutions": { "@babel/core": "7.23.5", - "@types/react": "18.2.25", + "@types/react": "18.2.75", "jackspeak": "2.1.1" } } diff --git a/yarn.lock b/yarn.lock index 7cbcc155..2c4d5b3f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3764,7 +3764,15 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@18.2.25", "@types/react@>=16": +"@types/react@*", "@types/react@18.2.75", "@types/react@>=16": + version "18.2.75" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.75.tgz#45d18f384939306d35312def1bf532eb38a68562" + integrity sha512-+DNnF7yc5y0bHkBTiLKqXFe+L4B3nvOphiMY3tuA5X10esmjqk7smyBZzbGTy2vsiy/Bnzj8yFIBL8xhRacoOg== + dependencies: + "@types/prop-types" "*" + 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==