diff --git a/docs/package.json b/docs/package.json index 466ee65..0a8063a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -27,7 +27,7 @@ "@docusaurus/module-type-aliases": "^3.5.2", "@docusaurus/tsconfig": "^3.6.3", "@docusaurus/types": "^3.5.2", - "@types/react": "^18.2.29", + "@types/react": "^18.3.12", "typescript": "^5.7.2" }, "browserslist": { diff --git a/docs/yarn.lock b/docs/yarn.lock index d04949e..5ecd3b4 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -3443,10 +3443,10 @@ "@types/history" "^4.7.11" "@types/react" "*" -"@types/react@*", "@types/react@^18.2.29": - version "18.3.11" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.11.tgz#9d530601ff843ee0d7030d4227ea4360236bd537" - integrity sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ== +"@types/react@*", "@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== dependencies: "@types/prop-types" "*" csstype "^3.0.2"