From 9608513261f3504b25e34c22819de0e288001d8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:49:10 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to v18.3.5 --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index 91144d661..c34302428 100644 --- a/web/package.json +++ b/web/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@docusaurus/module-type-aliases": "3.5.2", "@tsconfig/docusaurus": "2.0.3", - "@types/react": "18.3.4", + "@types/react": "18.3.5", "@types/react-helmet": "6.1.11", "@types/react-router-dom": "5.3.3", "typescript": "5.6.2" diff --git a/web/yarn.lock b/web/yarn.lock index 66357f7c9..1e8a19d85 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -3074,10 +3074,10 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/react@18.3.4": - version "18.3.4" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.4.tgz#dfdd534a1d081307144c00e325c06e00312c93a3" - integrity sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw== +"@types/react@18.3.5": + version "18.3.5" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.5.tgz#5f524c2ad2089c0ff372bbdabc77ca2c4dbadf8f" + integrity sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA== dependencies: "@types/prop-types" "*" csstype "^3.0.2"