build(deps): bump tar from 6.1.12 to 6.2.1

Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.12 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.12...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: a5cb1766a3bf8096c798dfbb90bc104cbc2ec3f3
  1. .github/
  2. assets/
  3. build/
  4. components/
  5. configs/
  6. contents/
  7. layouts/
  8. pages/
  9. static/
  10. store/
  11. types/
  12. .asf.yaml
  13. .eslintrc.js
  14. .gitignore
  15. .gitmodules
  16. .prettierrc
  17. app.html
  18. LICENSE
  19. nuxt.config.js
  20. package-lock.json
  21. package.json
  22. README.md
  23. tailwind.config.js
  24. tsconfig.json
README.md

About

This project is part of the source of The Apache ECharts Official Website. See echarts-website for more details of the building process.

Preview on GitHub Pages

https://apache.github.io/echarts-handbook

Init

npm install

Dev

npm run dev

Open in browser: http://localhost:3000/echarts-handbook/dist/

Deploy

Deploy to local dist folder

npm run build:local

Deploy to local echarts website

npm run build:localsite

Deploy to asf

npm run build:asf

Writing

https://apache.github.io/echarts-handbook/en/meta/edit-guide/