This is an automated email from the ASF dual-hosted git repository.
duhengforever pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this
push:
new 10aec134 Fix translation icon (#220)
10aec134 is described below
commit 10aec1346bf0383134fcde60194622db5a81512d
Author: Jack Tsai <[email protected]>
AuthorDate: Wed Sep 7 21:52:54 2022 +0800
Fix translation icon (#220)
Co-authored-by: tsaitsung-han.tht <[email protected]>
---
.github/workflows/pre-build.yml | 2 +-
package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/pre-build.yml b/.github/workflows/pre-build.yml
index f4bcc36e..7206b459 100644
--- a/.github/workflows/pre-build.yml
+++ b/.github/workflows/pre-build.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
- node-version: [14.x, 16.x]
+ node-version: [16.14.0]
# See supported Node.js release schedule at
https://nodejs.org/en/about/releases/
steps:
diff --git a/package.json b/package.json
index 47b41311..1a559970 100644
--- a/package.json
+++ b/package.json
@@ -14,9 +14,9 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
- "@docusaurus/core": "2.0.0-beta.6",
- "@docusaurus/plugin-client-redirects": "^2.0.1",
- "@docusaurus/preset-classic": "2.0.0-beta.6",
+ "@docusaurus/core": "2.0.0-beta.21",
+ "@docusaurus/plugin-client-redirects": "2.0.0-beta.21",
+ "@docusaurus/preset-classic": "2.0.0-beta.21",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@headlessui/react": "^1.6.5",