mirror of
https://github.com/beclab/Olares
synced 2026-04-21 21:47:56 +00:00
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.9.0 to 11.10.1. - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.9.0...mermaid@11.10.1) --- updated-dependencies: - dependency-name: mermaid dependency-version: 11.10.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
368 B
JSON
18 lines
368 B
JSON
{
|
|
"scripts": {
|
|
"dev": "vitepress dev",
|
|
"build": "vitepress build",
|
|
"preview": "vitepress preview"
|
|
},
|
|
"devDependencies": {
|
|
"mermaid": "11.10.1",
|
|
"terser": "^5.14.2",
|
|
"vitepress": "1.6.3",
|
|
"vitepress-plugin-mermaid": "2.0.17"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.21",
|
|
"medium-zoom": "^1.1.0",
|
|
"sitemap": "^7.1.1"
|
|
}
|
|
}
|