Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.0.1 to 1.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vitepress/releases">vitepress's releases</a>.</em></p> <blockquote> <h2>v1.0.2</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">vitepress's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.0.1...v1.0.2">1.0.2</a> (2024-04-01)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>theme:</strong> text containing html not showing properly in mobile nav menu (<a href="3c8b4c7060">3c8b4c7</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="3e95fa1028"><code>3e95fa1</code></a> release: v1.0.2</li> <li><a href="3c8b4c7060"><code>3c8b4c7</code></a> fix(theme): html text not showing properly in mobile nav menu</li> <li><a href="a6a7645e94"><code>a6a7645</code></a> docs: typo (<a href="https://redirect.github.com/vuejs/vitepress/issues/3692">#3692</a>)</li> <li><a href="1e8b3679c8"><code>1e8b367</code></a> docs(zh): sync and tweak translations (<a href="https://redirect.github.com/vuejs/vitepress/issues/3684">#3684</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/vitepress/compare/v1.0.1...v1.0.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
468 B
JSON
20 lines
468 B
JSON
{
|
|
"name": "KernelSU_website",
|
|
"version": "1.0.0",
|
|
"description": "KernelSU official website: https://kernelsu.org",
|
|
"main": "index.js",
|
|
"repository": "https://kernelsu.org",
|
|
"author": "weishu",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"vitepress": "^1.0.2",
|
|
"vue": "^3.4.21"
|
|
},
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev docs",
|
|
"docs:build": "vitepress build docs",
|
|
"docs:preview": "vitepress preview docs"
|
|
},
|
|
"type": "module"
|
|
}
|