diff --git a/docs/package.json b/docs/package.json index e322df97c53f..2b25fa47cac4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -19,7 +19,7 @@ "@docusaurus/core": "^2.0.0-beta.5", "@docusaurus/preset-classic": "^2.0.0-beta.5", "clsx": "^1.1.1", - "react": "^17.0.2", + "react": "^18.0.0", "react-dom": "^17.0.2" } } diff --git a/docs/yarn.lock b/docs/yarn.lock index cd37bfc61e1f..b2a1c88e7281 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -6931,13 +6931,12 @@ react-textarea-autosize@^8.3.2: use-composed-ref "^1.0.0" use-latest "^1.0.0" -react@^17.0.2: - version "17.0.2" - resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037" - integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA== +react@^18.0.0: + version "18.0.0" + resolved "https://registry.yarnpkg.com/react/-/react-18.0.0.tgz#b468736d1f4a5891f38585ba8e8fb29f91c3cb96" + integrity sha512-x+VL6wbT4JRVPm7EGxXhZ8w8LTROaxPXOqhlGyVSrv0sB1jkyFGgXxJ8LVoPRLvPR6/CIZGFmfzqUa2NYeMr2A== dependencies: loose-envify "^1.1.0" - object-assign "^4.1.1" readable-stream@^2.0.1, readable-stream@^2.0.2: version "2.3.7"