From 0cd93d1eaffcdbbcfff0faf81e44e8c2adb369d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:07:28 +0000 Subject: [PATCH] build(deps): update dependency @types/react to ^18.2.22 (#1727) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0b453463..0b13f7f9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@types/eslint": "^8.44.2", "@types/node": "^18.17.17", - "@types/react": "^18.2.21", + "@types/react": "^18.2.22", "@types/react-color": "^3.0.6", "@types/react-helmet": "^6.1.6", "@typescript-eslint/eslint-plugin": "^6.7.0", diff --git a/yarn.lock b/yarn.lock index b1a9310c..38a3147a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1343,10 +1343,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@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== +"@types/react@*", "@types/react@^18.2.22": + version "18.2.22" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.22.tgz#abe778a1c95a07fa70df40a52d7300a40b949ccb" + integrity sha512-60fLTOLqzarLED2O3UQImc/lsNRgG0jE/a1mPW9KjMemY0LMITWEsbS4VvZ4p6rorEHd5YKxxmMKSDK505GHpA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"