This is an automated email from the ASF dual-hosted git repository.
codope 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 34e151d [MINOR] Fix asf-site build error (#4273)
34e151d is described below
commit 34e151d3198586544a3864e7e1e70d4be184108c
Author: Raymond Xu <[email protected]>
AuthorDate: Thu Dec 9 22:22:06 2021 -0800
[MINOR] Fix asf-site build error (#4273)
---
website/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/package.json b/website/package.json
index 0d5f069..fbda5d8 100644
--- a/website/package.json
+++ b/website/package.json
@@ -14,7 +14,7 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
- "@docusaurus/core": "2.0.0-beta.3",
+ "@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",