Bump js-yaml from 3.14.2 to 3.15.1 (#26)

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.2 to 3.15.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/3.15.1/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.2...3.15.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 3.15.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 file changed
tree: e0c157821eb890ca63ba2f27a69fcd4c25d05259
  1. .github/
  2. docs/
  3. src/
  4. static/
  5. .asf.yaml
  6. .gitignore
  7. babel.config.js
  8. DISCLAIMER.txt
  9. docusaurus.config.ts
  10. LICENSE
  11. licenserc.toml
  12. NOTICE
  13. package-lock.json
  14. package.json
  15. README.md
  16. tsconfig.json
README.md

Apache Otava Website

This project is a website for Apache Otava (incubating).

This website was built using Docusaurus version of apache-website-template.

Installation

Run pnpm install to install all dependencies.

Note: Make sure you have installed pnpm before running the command.

Dev server

Run pnpm start for a dev server. Navigate to http://localhost:3000/. The application will automatically reload if you change any of the source files.

Build

Run pnpm build to build the project.