From 3c365f42d0761c136e49efc35d75e9183c18fb6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:56:17 +0000 Subject: [PATCH] Update dependency @types/react to ^18.2.29 --- website/package.json | 2 +- website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index 5ff8b7b1..7b8764de 100644 --- a/website/package.json +++ b/website/package.json @@ -13,7 +13,7 @@ "@types/cors": "^2.8.14", "@types/d3": "^7.4.0", "@types/node": "^18.15.10", - "@types/react": "^18.0.30", + "@types/react": "^18.2.29", "@types/topojson": "^3.2.3", "bezier-easing": "^2.1.0", "clsx": "^2.0.0", diff --git a/website/yarn.lock b/website/yarn.lock index 086ad0bf..102a2840 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -687,10 +687,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.0.30": - version "18.0.30" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.30.tgz#83944e679fc7aeab3f042b76d63c4d755b56b7c4" - integrity sha512-AnME2cHDH11Pxt/yYX6r0w448BfTwQOLEhQEjCdwB7QskEI7EKtxhGUsExTQe/MsY3D9D5rMtu62WRocw9A8FA== +"@types/react@*", "@types/react@^18.2.29": + version "18.2.29" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.29.tgz#88b48a287e00f6fdcd6f95662878fb701ae18b27" + integrity sha512-Z+ZrIRocWtdD70j45izShRwDuiB4JZqDegqMFW/I8aG5DxxLKOzVNoq62UIO82v9bdgi+DO1jvsb9sTEZUSm+Q== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"