diff --git a/package.json b/package.json index 292a735..4ca164f 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.1", + "@types/react": "^18.0.2", "@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 f230bc8..95fae7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2052,10 +2052,10 @@ "@types/history" "^4.7.11" "@types/react" "*" -"@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== +"@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== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"