From dedf37e603b22c6db374d5a64045c1a59607602b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 Apr 2022 09:47:27 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to v18 --- package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c5115ecaa4..d58d8c3a01 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/jest": "27.4.1", "@types/lodash.clonedeep": "4.5.6", "@types/node": "17.0.18", - "@types/react": "17.0.44", + "@types/react": "18.0.0", "@types/react-dom": "17.0.15", "@types/react-router-dom": "5.3.3", "@types/react-test-renderer": "17.0.1", diff --git a/yarn.lock b/yarn.lock index 2773585cb2..696503fcf3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2088,7 +2088,16 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/react@17.0.44", "@types/react@^17": +"@types/react@18.0.0": + version "18.0.0" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.0.tgz#4be8aa3a2d04afc3ac2cc1ca43d39b0bd412890c" + integrity sha512-7+K7zEQYu7NzOwQGLR91KwWXXDzmTFODRVizJyIALf6RfLv2GDpqpknX64pvRVILXCpXi7O/pua8NGk44dLvJw== + 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==