You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/06/13 09:06:09 UTC

[pulsar-site] branch main updated: fix: change docusaurus version

This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 574727732f0 fix: change docusaurus version
574727732f0 is described below

commit 574727732f024cb85c21074ede334b97502b7eef
Author: Li Li <ur...@apache.org>
AuthorDate: Mon Jun 13 17:05:54 2022 +0800

    fix: change docusaurus version
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 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 f90380d7fdb..e48fa786b50 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.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",
+    "@docusaurus/core": "2.0.0-beta.20",
+    "@docusaurus/plugin-client-redirects": "2.0.0-beta.20",
+    "@docusaurus/plugin-google-analytics": "2.0.0-beta.20",
+    "@docusaurus/preset-classic": "2.0.0-beta.20",
     "@emotion/react": "^11.7.1",
     "@emotion/styled": "^11.6.0",
     "@mdx-js/react": "^1.6.22",