diff --git a/package.json b/package.json index 8d43cb848e6..ec025823c8f 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@svgr/rollup": "^6.2.0", "@types/express": "^4.17.13", "@types/node": "^17.0.18", - "@types/react": "^17.0.38", + "@types/react": "^18.0.8", "all-contributors-cli": "^6.20.0", "ava": "^4.0.1", "axios": "^0.25.0", diff --git a/yarn.lock b/yarn.lock index c031c982b90..6f00bca5b20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4675,7 +4675,16 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@16 || 17", "@types/react@>=16", "@types/react@^17.0.38": +"@types/react@*", "@types/react@>=16", "@types/react@^18.0.8": + version "18.0.8" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.8.tgz#a051eb380a9fbcaa404550543c58e1cf5ce4ab87" + integrity sha512-+j2hk9BzCOrrOSJASi5XiOyBbERk9jG5O73Ya4M0env5Ixi6vUNli4qy994AINcEF+1IEHISYFfIT4zwr++LKw== + dependencies: + "@types/prop-types" "*" + "@types/scheduler" "*" + csstype "^3.0.2" + +"@types/react@16 || 17": version "17.0.43" resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.43.tgz#4adc142887dd4a2601ce730bc56c3436fdb07a55" integrity sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A==