From ac85c8a67b04a4b29cf7d02854df04fb89e8810d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 04:18:37 +0000 Subject: [PATCH] build(deps-dev): bump @types/react from 18.0.0 to 18.0.1 (#443) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 551573c..4901b18 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@types/jest": "^27.4.1", "@types/jszip": "^3.4.1", "@types/openpgp": "^4.4.18", - "@types/react": "^18.0.0", + "@types/react": "^18.0.1", "@types/react-dom": "^18.0.0", "@types/react-router": "^5.1.18", "@types/react-router-dom": "^5.3.3", diff --git a/yarn.lock b/yarn.lock index b77c36f..c6b4f0a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2052,10 +2052,10 @@ "@types/history" "^4.7.11" "@types/react" "*" -"@types/react@*", "@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== +"@types/react@*", "@types/react@^18.0.1": + version "18.0.1" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.1.tgz#1b2e02fb7613212518733946e49fb963dfc66e19" + integrity sha512-VnWlrVgG0dYt+NqlfMI0yUYb8Rdl4XUROyH+c6gq/iFCiZ805Vi//26UW38DHnxQkbDhnrIWTBiy6oKZqL11cw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"