diff --git a/package.json b/package.json index f2f00522..16b38f50 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ }, "resolutions": { "@babel/core": "7.23.5", - "@types/react": "18.2.25", + "@types/react": "18.3.6", "jackspeak": "2.1.1" } } diff --git a/yarn.lock b/yarn.lock index 7cbcc155..1e32c0bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3764,7 +3764,15 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@18.2.25", "@types/react@>=16": +"@types/react@*", "@types/react@18.3.6", "@types/react@>=16": + version "18.3.6" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.6.tgz#1cb5895c5ea0d99d8bc7d659e42f72713cbd3942" + integrity sha512-CnGaRYNu2iZlkGXGrOYtdg5mLK8neySj0woZ4e2wF/eli2E6Sazmq5X+Nrj6OBrrFVQfJWTUFeqAzoRhWQXYvg== + dependencies: + "@types/prop-types" "*" + csstype "^3.0.2" + +"@types/react@18.2.25": version "18.2.25" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.25.tgz#99fa44154132979e870ff409dc5b6e67f06f0199" integrity sha512-24xqse6+VByVLIr+xWaQ9muX1B4bXJKXBbjszbld/UEDslGLY53+ZucF44HCmLbMPejTzGG9XgR+3m2/Wqu1kw==