diff --git a/package.json b/package.json index 3298a260..e628bd06 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ }, "resolutions": { "@types/jest": "^27.5.2", - "@types/react": "^18.0.26", + "@types/react": "^18.2.32", "jest-regex-util": "^27.5.1", "jest-watcher": "^27.5.1", "jest-worker": "^27.5.1" diff --git a/yarn.lock b/yarn.lock index 3d1afe74..2bbf88a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3488,7 +3488,16 @@ "@types/history" "^4.7.11" "@types/react" "*" -"@types/react@*", "@types/react@^18.0.26": +"@types/react@*", "@types/react@^18.2.32": + version "18.2.32" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.32.tgz#7ec787730c45ee9a3c0ed150b19e95c31fe4608a" + integrity sha512-F0FVIZQ1x5Gxy/VYJb7XcWvCcHR28Sjwt1dXLspdIatfPq1MVACfnBDwKe6ANLxQ64riIJooXClpUR6oxTiepg== + dependencies: + "@types/prop-types" "*" + "@types/scheduler" "*" + csstype "^3.0.2" + +"@types/react@^18.0.26": version "18.0.26" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.26.tgz#8ad59fc01fef8eaf5c74f4ea392621749f0b7917" integrity sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==