This is an automated email from the ASF dual-hosted git repository. urfree pushed a commit to branch fix-docs-page-crash in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit 70a1fbfc496a8fc25eaaabd11a414d612624ec11 Author: Li Li <[email protected]> AuthorDate: Tue Aug 9 08:20:15 2022 +0800 drop the docusaurus version Signed-off-by: Li Li <[email protected]> --- site2/website-next/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site2/website-next/package.json b/site2/website-next/package.json index d2efc2671d9..f90380d7fdb 100644 --- a/site2/website-next/package.json +++ b/site2/website-next/package.json @@ -22,10 +22,10 @@ }, "dependencies": { "@crowdin/cli": "3.7.4", - "@docusaurus/core": "2.0.1", - "@docusaurus/plugin-client-redirects": "2.0.1", - "@docusaurus/plugin-google-analytics": "2.0.1", - "@docusaurus/preset-classic": "2.0.1", + "@docusaurus/core": "2.0.0-beta.21", + "@docusaurus/plugin-client-redirects": "2.0.0-beta.21", + "@docusaurus/plugin-google-analytics": "2.0.0-beta.21", + "@docusaurus/preset-classic": "2.0.0-beta.21", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", "@mdx-js/react": "^1.6.22",
