This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 5aa8f30 [MINOR] Fix build of Hudi website (#4708)
5aa8f30 is described below
commit 5aa8f30f7ea27639c73fbff6612e317097920e09
Author: Y Ethan Guo <[email protected]>
AuthorDate: Thu Jan 27 20:46:49 2022 -0800
[MINOR] Fix build of Hudi website (#4708)
---
website/package.json | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/website/package.json b/website/package.json
index 526429a..6b483ac 100644
--- a/website/package.json
+++ b/website/package.json
@@ -14,11 +14,11 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
- "@docusaurus/core": "^2.0.0-beta.3",
- "@docusaurus/plugin-client-redirects": "^2.0.0-beta.3",
- "@docusaurus/plugin-sitemap": "^2.0.0-beta.3",
- "@docusaurus/preset-classic": "^2.0.0-beta.3",
- "@docusaurus/theme-search-algolia": "^2.0.0-beta.3",
+ "@docusaurus/core": "2.0.0-beta.14",
+ "@docusaurus/plugin-client-redirects": "2.0.0-beta.14",
+ "@docusaurus/plugin-sitemap": "2.0.0-beta.14",
+ "@docusaurus/preset-classic": "2.0.0-beta.14",
+ "@docusaurus/theme-search-algolia": "2.0.0-beta.14",
"@fontsource/comfortaa": "^4.5.0",
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",