From bc1660e539da7179fb1b98b51d9f71b0f213f89f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 Apr 2022 11:26:37 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20@typ?= =?UTF-8?q?es/react=20to=20v18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3fb0b315..9a150b09 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "@testing-library/user-event": "13.5.0", "@types/jest": "27.4.1", "@types/node": "14.18.13", - "@types/react": "17.0.44", + "@types/react": "18.0.5", "@types/remove-markdown": "0.3.1", "@typescript-eslint/eslint-plugin": "5.19.0", "@typescript-eslint/parser": "5.19.0", diff --git a/yarn.lock b/yarn.lock index d9075bd4..15c6cd0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2642,7 +2642,16 @@ dependencies: "@types/react" "^17" -"@types/react@17.0.44", "@types/react@^17": +"@types/react@18.0.5": + version "18.0.5" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.5.tgz#1a4d4b705ae6af5aed369dec22800b20f89f5301" + integrity sha512-UPxNGInDCIKlfqBrm8LDXYWNfLHwIdisWcsH5GpMyGjhEDLFgTtlRBaoWuCua9HcyuE0rMkmAeZ3FXV1pYLIYQ== + dependencies: + "@types/prop-types" "*" + "@types/scheduler" "*" + csstype "^3.0.2" + +"@types/react@^17": version "17.0.44" resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7" integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g==