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/08/09 00:20:25 UTC

[pulsar-site] branch fix-docs-page-crash created (now 70a1fbfc496)

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

urfree pushed a change to branch fix-docs-page-crash
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


      at 70a1fbfc496 drop the docusaurus version

This branch includes the following new commits:

     new 70a1fbfc496 drop the docusaurus version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[pulsar-site] 01/01: drop the docusaurus version

Posted by ur...@apache.org.
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 <ur...@apache.org>
AuthorDate: Tue Aug 9 08:20:15 2022 +0800

    drop the 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 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",