diff --git a/package.json b/package.json index 2fb8cd89..648b3eab 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@types/jest": "^27.4.1", "@types/marked": "^4.0.2", "@types/node": "^17.0.21", - "@types/react": "^17.0.39", + "@types/react": "^18.0.3", "@types/react-dom": "^17.0.13", "@types/react-router-dom": "^5.3.3", "@typescript-eslint/eslint-plugin": "^5.12.1", diff --git a/yarn.lock b/yarn.lock index dac832a5..30f59b2c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2155,10 +2155,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@>=16.9.0", "@types/react@^17.0.39": - version "17.0.39" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.39.tgz#d0f4cde092502a6db00a1cded6e6bf2abb7633ce" - integrity sha512-UVavlfAxDd/AgAacMa60Azl7ygyQNRwC/DsHZmKgNvPmRR5p70AJ5Q9EAmL2NWOJmeV+vVUI4IAP7GZrN8h8Ug== +"@types/react@*", "@types/react@>=16.9.0", "@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" "*"