vingov commented on a change in pull request #4708:
URL: https://github.com/apache/hudi/pull/4708#discussion_r794187342
##########
File path: 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",
Review comment:
It's not a good practice to freeze the versions in the package.json, the
versions will be frozen in package-lock.json in our local, but I see your
point, if you want stability we can freeze the version but, we should also once
in a while try to upgrade to the latest stable version which might have
security and other critical bug fixes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]