From 8c949c94d1ae30477ccc1c54c89fd4c7979d5656 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 21:37:09 +0000 Subject: [PATCH] Update dependency @types/react to v18.2.21 --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index f469217..4d34433 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "dependencies": { "@next/font": "13.4.13", "@types/node": "18.17.3", - "@types/react": "18.2.19", + "@types/react": "18.2.21", "@types/react-dom": "18.2.7", "axios": "^1.2.3", "bootstrap": "^5.2.3", diff --git a/client/yarn.lock b/client/yarn.lock index 01afe10..351785e 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -263,10 +263,10 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/react@18.2.19": - version "18.2.19" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.19.tgz#f77cb2c8307368e624d464a25b9675fa35f95a8b" - integrity sha512-e2S8wmY1ePfM517PqCG80CcE48Xs5k0pwJzuDZsfE8IZRRBfOMCF+XqnFxu6mWtyivum1MQm4aco+WIt6Coimw== +"@types/react@18.2.21": + version "18.2.21" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.21.tgz#774c37fd01b522d0b91aed04811b58e4e0514ed9" + integrity sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"