Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.2.2 to 1.2.3. <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.2.3</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.2.2...v1.2.3">1.2.3</a> (2024-06-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>theme,a11y:</strong> handle overflow on long mathematical equation and make tables focusable (<a href="https://redirect.github.com/vuejs/vitepress/issues/3932">#3932</a>) (closes <a href="https://redirect.github.com/vuejs/vitepress/issues/3914">#3914</a>) (<a href="afc611d399">afc611d</a>)</li> <li><strong>types:</strong> wrong types generated for markdown-it > mdurl (<a href="48ca76c523">48ca76c</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/3935">#3935</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="e313a274c0"><code>e313a27</code></a> release: v1.2.3</li> <li><a href="a83a662fb8"><code>a83a662</code></a> chore: bump deps</li> <li><a href="48ca76c523"><code>48ca76c</code></a> fix(types): wrong types generated for markdown-it > mdurl</li> <li><a href="afc611d399"><code>afc611d</code></a> fix(theme,a11y): handle overflow on long mathematical equation and make table...</li> <li><a href="b2fa9326c7"><code>b2fa932</code></a> chore: bump deps</li> <li><a href="1188951785"><code>1188951</code></a> docs: update installation command for yarn pnp</li> <li>See full diff in <a href="https://github.com/vuejs/vitepress/compare/v1.2.2...v1.2.3">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | vitepress | [< 1.2, > 1.1.3] | </details> [](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>
19 lines
467 B
JSON
19 lines
467 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.2.3",
|
|
"vue": "^3.4.27"
|
|
},
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev docs",
|
|
"docs:build": "vitepress build docs",
|
|
"docs:preview": "vitepress preview docs"
|
|
},
|
|
"type": "module"
|
|
} |