From 2cb74c8268afb923210f968f10a234e3d794b139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 04:19:13 +0000 Subject: [PATCH] build(deps-dev): bump @types/react from 18.0.2 to 18.0.3 (#447) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 62e6090..f199390 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.2", + "@types/react": "^18.0.3", "@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 39d889d..1f8ecb6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2052,10 +2052,10 @@ "@types/history" "^4.7.11" "@types/react" "*" -"@types/react@*", "@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== +"@types/react@*", "@types/react@^18.0.3": + version "18.0.3" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.3.tgz#baefa397561372015b9f8ba5bc83bc3f84ae8fcb" + integrity sha512-P8QUaMW4k+kH9aKNPl9b3XWcKMSSALYprLL8xpAMJOLUn3Pl6B+6nKC4F7dsk9oJPwkiRx+qlwhG/Zc1LxFVuQ== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"