liuxiran commented on a change in pull request #576:
URL: https://github.com/apache/apisix-website/pull/576#discussion_r706783010
##########
File path: website/package.json
##########
@@ -12,12 +12,18 @@
"docusaurus": "docusaurus"
},
"devDependencies": {
+ "@docusaurus/module-type-aliases": "^2.0.0-beta.6",
"@svgr/webpack": "^5.5.0",
- "babel-plugin-styled-components": "^1.12.0"
+ "@tsconfig/docusaurus": "^1.0.4",
+ "@types/react": "^17.0.20",
+ "@types/react-helmet": "^6.1.2",
+ "@types/react-router-dom": "^5.1.8",
+ "babel-plugin-styled-components": "^1.12.0",
+ "typescript": "^4.4.2"
},
"dependencies": {
- "@docusaurus/core": "2.0.0-beta.0",
- "@docusaurus/preset-classic": "2.0.0-beta.0",
+ "@docusaurus/core": "2.0.0-beta.6",
Review comment:
could it be possible for us use `^2.0.0-beta.6` then we can use the
latest docusaurus every time?
--
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]