Upgrade: Bump mermaid from 9.4.0 to 10.0.0

Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 9.4.0 to 10.0.0.
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/mermaid-js/mermaid/compare/v9.4.0...v10.0.0)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-02-27 20:38:05 -05:00
committed by yuhan6665
parent 60879f6b8f
commit a5842db0e2
3 changed files with 19 additions and 16 deletions
+2
View File
@@ -27,6 +27,7 @@ jobs:
- name: Install and Build
env:
XRAY_DOCS_USE_VITE: "true"
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
yarn install
yarn docs:build
@@ -38,6 +39,7 @@ jobs:
- name: Build for Main Repository
env:
XRAY_DOCS_MAIN_REPO: "true"
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
yarn docs:build
- name: Deploy to main Repository