diff --git a/client/package.json b/client/package.json index 7e715d2d8..e0281ac46 100644 --- a/client/package.json +++ b/client/package.json @@ -64,7 +64,7 @@ "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@types/jest": "^29.5.0", - "@types/react": "^18.0.28", + "@types/react": "^18.2.24", "@types/react-dom": "^18.0.11", "@types/styled-components": "^5.1.26", "@typescript-eslint/eslint-plugin": "^5.34.0", diff --git a/client/yarn.lock b/client/yarn.lock index 1c83dc977..3bc50170f 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2519,10 +2519,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.0.28": - version "18.0.32" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.32.tgz#5e88b2af6833251d54ec7fe86d393224499f41d5" - integrity sha512-gYGXdtPQ9Cj0w2Fwqg5/ak6BcK3Z15YgjSqtyDizWUfx7mQ8drs0NBUzRRsAdoFVTO8kJ8L2TL8Skm7OFPnLUw== +"@types/react@*", "@types/react@^18.2.24": + version "18.2.24" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.24.tgz#3c7d68c02e0205a472f04abe4a0c1df35d995c05" + integrity sha512-Ee0Jt4sbJxMu1iDcetZEIKQr99J1Zfb6D4F3qfUWoR1JpInkY1Wdg4WwCyBjL257D0+jGqSl1twBjV8iCaC0Aw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"