From 2eefd71b04f941fc8ceda25442cb1a17288c9d92 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Apr 2022 06:33:25 +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 49979c1..8b8fc29 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/eslint": "7.29.0", "@types/jest": "26.0.24", "@types/luxon": "1.27.1", - "@types/react": "17.0.44", + "@types/react": "18.0.2", "@types/react-dom": "17.0.15", "@types/testing-library__jest-dom": "5.14.3", "@types/testing-library__react": "10.2.0", diff --git a/yarn.lock b/yarn.lock index b1b1aba..4efb718 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2224,7 +2224,16 @@ dependencies: "@types/react" "^17" -"@types/react@17.0.44", "@types/react@^17": +"@types/react@18.0.2": + version "18.0.2" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.2.tgz#bc6a0572d434642ebe8b4ac0f121d18e2f2d8f7f" + integrity sha512-2poV9ReTwwV5ZNxkKyk7t6Vp/odeTfYI3vRjtDYWfUdEstx9mp26jzELfMBwV6gXg1irhHUnmZJH/dJW7xafcA== + 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==