diff --git a/package.json b/package.json index 4eb774d..fe6b3fd 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@babel/runtime": "^7.3.1", "@types/jest": "^27.0.1", "@types/react-dom": "^17.0.8", - "@types/react": "^17.0.0", + "@types/react": "^18.0.5", "babel-preset-react-app": "^10.0.0", "cross-env": "^7.0.3", "gh-pages": "^3.2.3", diff --git a/yarn.lock b/yarn.lock index c558e45..031177f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1860,10 +1860,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^17.0.0": - version "17.0.19" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.19.tgz#8f2a85e8180a43b57966b237d26a29481dacc991" - integrity sha512-sX1HisdB1/ZESixMTGnMxH9TDe8Sk709734fEQZzCV/4lSu9kJCPbo2PbTRoZM+53Pp0P10hYVyReUueGwUi4A== +"@types/react@*", "@types/react@^18.0.5": + version "18.0.5" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.5.tgz#1a4d4b705ae6af5aed369dec22800b20f89f5301" + integrity sha512-UPxNGInDCIKlfqBrm8LDXYWNfLHwIdisWcsH5GpMyGjhEDLFgTtlRBaoWuCua9HcyuE0rMkmAeZ3FXV1pYLIYQ== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"