From d69d62703fef1f4cfb5f7b04df8d5cb922804914 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:11:37 +0000 Subject: [PATCH] Update dependency @types/react to v18 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ec852744..a804e9a7 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@testing-library/user-event": "13.5.0", "@types/jest": "27.5.2", "@types/node": "16.18.59", - "@types/react": "17.0.69", + "@types/react": "18.2.32", "@types/testing-library__cypress": "5.0.12", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", diff --git a/yarn.lock b/yarn.lock index eed682d7..fb124968 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1351,10 +1351,10 @@ dependencies: "@types/react" "^17" -"@types/react@17.0.69": - version "17.0.69" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.69.tgz#245a0cf2f5b0fb1d645691d3083e3c7d4409b98f" - integrity sha512-klEeru//GhiQvXUBayz0Q4l3rKHWsBR/EUOhOeow6hK2jV7MlO44+8yEk6+OtPeOlRfnpUnrLXzGK+iGph5aeg== +"@types/react@18.2.32": + version "18.2.32" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.32.tgz#7ec787730c45ee9a3c0ed150b19e95c31fe4608a" + integrity sha512-F0FVIZQ1x5Gxy/VYJb7XcWvCcHR28Sjwt1dXLspdIatfPq1MVACfnBDwKe6ANLxQ64riIJooXClpUR6oxTiepg== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"