diff --git a/package.json b/package.json index e9f7d1df..6c0732b3 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@docusaurus/preset-classic": "^3.6.3", "@docusaurus/types": "^3.6.3", "@mdx-js/react": "^3.1.0", - "@types/react": "^18.3.12", + "@types/react": "^18.3.13", "clsx": "^2.1.1", "formik": "^2.4.6", "html-react-parser": "^5.1.18", diff --git a/yarn.lock b/yarn.lock index 132fd1fe..b54770d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3695,18 +3695,10 @@ "@types/history" "^4.7.11" "@types/react" "*" -"@types/react@*": - version "18.3.3" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f" - integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw== - dependencies: - "@types/prop-types" "*" - csstype "^3.0.2" - -"@types/react@^18.3.12": - version "18.3.12" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.12.tgz#99419f182ccd69151813b7ee24b792fe08774f60" - integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw== +"@types/react@*", "@types/react@^18.3.13": + version "18.3.13" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.13.tgz#84c9690d9a271f548659760754ea8745701bfd82" + integrity sha512-ii/gswMmOievxAJed4PAHT949bpYjPKXvXo1v6cRB/kqc2ZR4n+SgyCyvyc5Fec5ez8VnUumI1Vk7j6fRyRogg== dependencies: "@types/prop-types" "*" csstype "^3.0.2"