build(deps-dev): bump vitepress from 1.1.3 to 1.2.0 in /website (#1748)
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.1.3 to 1.2.0. <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.0</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v1.1.4</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> <h1><a href="https://github.com/vuejs/vitepress/compare/v1.1.4...v1.2.0">1.2.0</a> (2024-05-18)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> show file info on error (<a href="f0debd20f4">f0debd2</a>)</li> <li><strong>dev:</strong> match dev and prod routing behavior (<a href="https://redirect.github.com/vuejs/vitepress/issues/3837">#3837</a>) (<a href="b360ac88df">b360ac8</a>)</li> <li><strong>markdown:</strong> entities and escapes not working properly (<a href="https://redirect.github.com/vuejs/vitepress/issues/3882">#3882</a>) (<a href="d5dbd704ce">d5dbd70</a>)</li> <li>render 404 page completely on client to infer locale from browser path (<a href="https://redirect.github.com/vuejs/vitepress/issues/3858">#3858</a>) (<a href="728cb15677">728cb15</a>)</li> <li><strong>style:</strong> prefer YaHei over DengXian (<a href="f0a37b4b84">f0a37b4</a>)</li> <li><strong>theme/regression:</strong> custom font not applying in Chinese docs because of specificity (<a href="fa2f38a0c3">fa2f38a</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/3864">#3864</a></li> <li><strong>theme:</strong> external link icon not visible for target _blank links (<a href="d08eeed897">d08eeed</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/3327">#3327</a></li> <li><strong>theme:</strong> fix invalid vp-offset in ssr (<a href="9794877347">9794877</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>build/i18n:</strong> support customizing copy code button's tooltip text (<a href="https://redirect.github.com/vuejs/vitepress/issues/3854">#3854</a>) (<a href="ed6ada7a68">ed6ada7</a>)</li> <li><strong>build:</strong> add localeIndex to md.env (<a href="https://redirect.github.com/vuejs/vitepress/issues/3862">#3862</a>) (<a href="0cbb469842">0cbb469</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.1.3...v1.1.4">1.1.4</a> (2024-04-27)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>dev:</strong> multiple server instances being created when editing config too quickly (<a href="https://redirect.github.com/vuejs/vitepress/issues/3835">#3835</a>) (<a href="729a890669">729a890</a>)</li> <li><strong>theme/a11y:</strong> add unique name to footer prev / next navigation landmark (<a href="e60c101e50">e60c101</a>)</li> <li><strong>theme/a11y:</strong> remove duplicate assistive text from outline nav (<a href="https://redirect.github.com/vuejs/vitepress/issues/3803">#3803</a>) (<a href="733d986a84">733d986</a>)</li> <li><strong>theme/i18n:</strong> 404 page not showing localized text (<a href="https://redirect.github.com/vuejs/vitepress/issues/3833">#3833</a>) (<a href="cc11b8e41e">cc11b8e</a>)</li> <li><strong>theme:</strong> disable keypress effect on search button (<a href="ccc37bb80e">ccc37bb</a>)</li> <li><strong>theme:</strong> don't use Chinese quotes on non-Chinese documents (<a href="https://redirect.github.com/vuejs/vitepress/issues/3834">#3834</a>) (<a href="75115f4f82">75115f4</a>)</li> <li><strong>theme:</strong> leaking event listener when going back/forward on Safari on iOS (<a href="https://redirect.github.com/vuejs/vitepress/issues/3658">#3658</a>) (<a href="https://redirect.github.com/vuejs/vitepress/issues/3671">#3671</a>) (<a href="1a72181c06">1a72181</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="1699abfb03"><code>1699abf</code></a> release: v1.2.0</li> <li><a href="241a7c80fc"><code>241a7c8</code></a> chore: bump deps</li> <li><a href="db51f7aa43"><code>db51f7a</code></a> build: bump deps</li> <li><a href="f0a37b4b84"><code>f0a37b4</code></a> fix(style): prefer YaHei over DengXian</li> <li><a href="9447ceeb0e"><code>9447cee</code></a> docs(zh): sync and tweak translations (<a href="https://redirect.github.com/vuejs/vitepress/issues/3883">#3883</a>)</li> <li><a href="d5dbd704ce"><code>d5dbd70</code></a> fix(markdown): entities and escapes not working properly (<a href="https://redirect.github.com/vuejs/vitepress/issues/3882">#3882</a>)</li> <li><a href="99c0cece62"><code>99c0cec</code></a> docs: add notes for sitemap + base</li> <li><a href="fa2f38a0c3"><code>fa2f38a</code></a> fix(theme/regression): custom font not applying in Chinese docs because of sp...</li> <li><a href="0cbb469842"><code>0cbb469</code></a> feat(build): add localeIndex to md.env (<a href="https://redirect.github.com/vuejs/vitepress/issues/3862">#3862</a>)</li> <li><a href="ed6ada7a68"><code>ed6ada7</code></a> feat(build/i18n): support customizing copy code button's tooltip text (<a href="https://redirect.github.com/vuejs/vitepress/issues/3854">#3854</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vitepress/compare/v1.1.3...v1.2.0">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>
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
"author": "weishu",
|
"author": "weishu",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"vitepress": "^1.1.3",
|
"vitepress": "^1.2.0",
|
||||||
"vue": "^3.4.25"
|
"vue": "^3.4.25"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -373,40 +373,40 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.14.2.tgz#5d2d9dc96b436469dc74ef93de069b14fb12aace"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.14.2.tgz#5d2d9dc96b436469dc74ef93de069b14fb12aace"
|
||||||
integrity sha512-teAqzLT0yTYZa8ZP7zhFKEx4cotS8Tkk5XiqNMJhD4CpaWB1BHARE4Qy+RzwnXvSAYv+Q3jAqCVBS+PS+Yee8Q==
|
integrity sha512-teAqzLT0yTYZa8ZP7zhFKEx4cotS8Tkk5XiqNMJhD4CpaWB1BHARE4Qy+RzwnXvSAYv+Q3jAqCVBS+PS+Yee8Q==
|
||||||
|
|
||||||
"@shikijs/core@1.3.0", "@shikijs/core@^1.3.0":
|
"@shikijs/core@1.6.0", "@shikijs/core@^1.5.2":
|
||||||
version "1.3.0"
|
version "1.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.3.0.tgz#5b93b51ddb8def1e3a1543107f9b5b0540f716f6"
|
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.6.0.tgz#ec8c199715859c7bbd2717c26526edc93e18d1c7"
|
||||||
integrity sha512-7fedsBfuILDTBmrYZNFI8B6ATTxhQAasUHllHmjvSZPnoq4bULWoTpHwmuQvZ8Aq03/tAa2IGo6RXqWtHdWaCA==
|
integrity sha512-NIEAi5U5R7BLkbW1pG/ZKu3eb1lzc3/+jD0lFsuxMT7zjaf9bbNwdNyMr7zh/Zl8EXQtQ+MYBAt5G+JLu+5DlA==
|
||||||
|
|
||||||
"@shikijs/transformers@^1.3.0":
|
"@shikijs/transformers@^1.5.2":
|
||||||
version "1.3.0"
|
version "1.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/@shikijs/transformers/-/transformers-1.3.0.tgz#b03c5733ef61e25e4f53666bf11889f8876f34e9"
|
resolved "https://registry.yarnpkg.com/@shikijs/transformers/-/transformers-1.6.0.tgz#552ea80721517c815f7615e150193a96ac508049"
|
||||||
integrity sha512-3mlpg2I9CjhjE96dEWQOGeCWoPcyTov3s4aAsHmgvnTHa8MBknEnCQy8/xivJPSpD+olqOqIEoHnLfbNJK29AA==
|
integrity sha512-qGfHe1ECiqfE2STPWvfogIj/9Q0SK+MCRJdoITkW7AmFuB7DmbFnBT2US84+zklJOB51MzNO8RUXZiauWssJlQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
shiki "1.3.0"
|
shiki "1.6.0"
|
||||||
|
|
||||||
"@types/estree@1.0.5":
|
"@types/estree@1.0.5":
|
||||||
version "1.0.5"
|
version "1.0.5"
|
||||||
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
|
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
|
||||||
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
|
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
|
||||||
|
|
||||||
"@types/linkify-it@*":
|
"@types/linkify-it@^5":
|
||||||
version "3.0.5"
|
version "5.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-3.0.5.tgz#1e78a3ac2428e6d7e6c05c1665c242023a4601d8"
|
resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-5.0.0.tgz#21413001973106cda1c3a9b91eedd4ccd5469d76"
|
||||||
integrity sha512-yg6E+u0/+Zjva+buc3EIb+29XEg4wltq7cSmd4Uc2EE/1nUVmxyzpX6gUXD0V8jIrG0r7YeOGVIbYRkxeooCtw==
|
integrity sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==
|
||||||
|
|
||||||
"@types/markdown-it@^14.0.1":
|
"@types/markdown-it@^14.1.1":
|
||||||
version "14.0.1"
|
version "14.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-14.0.1.tgz#3d3fdf9dba83b69edececc070d39ec72b84270a7"
|
resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-14.1.1.tgz#06bafb7a4e3f77b62b1f308acf7df76687887e0b"
|
||||||
integrity sha512-6WfOG3jXR78DW8L5cTYCVVGAsIFZskRHCDo5tbqa+qtKVt4oDRVH7hyIWu1SpDQJlmIoEivNQZ5h+AGAOrgOtQ==
|
integrity sha512-4NpsnpYl2Gt1ljyBGrKMxFYAYvpqbnnkgP/i/g+NLpjEUa3obn1XJCur9YbEXKDAkaXqsR1LbDnGEJ0MmKFxfg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/linkify-it" "*"
|
"@types/linkify-it" "^5"
|
||||||
"@types/mdurl" "*"
|
"@types/mdurl" "^2"
|
||||||
|
|
||||||
"@types/mdurl@*":
|
"@types/mdurl@^2":
|
||||||
version "1.0.5"
|
version "2.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-1.0.5.tgz#3e0d2db570e9fb6ccb2dc8fde0be1d79ac810d39"
|
resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-2.0.0.tgz#d43878b5b20222682163ae6f897b20447233bdfd"
|
||||||
integrity sha512-6L6VymKTzYSrEf4Nev4Xa1LCHKrlTlYCBMTlQKFuddo1CvQcE52I0mwfOJayueUC7MJuXOeHTcIU683lzd0cUA==
|
integrity sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==
|
||||||
|
|
||||||
"@types/web-bluetooth@^0.0.20":
|
"@types/web-bluetooth@^0.0.20":
|
||||||
version "0.0.20"
|
version "0.0.20"
|
||||||
@@ -418,109 +418,109 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.0.4.tgz#508d6a0f2440f86945835d903fcc0d95d1bb8a37"
|
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.0.4.tgz#508d6a0f2440f86945835d903fcc0d95d1bb8a37"
|
||||||
integrity sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==
|
integrity sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==
|
||||||
|
|
||||||
"@vue/compiler-core@3.4.25":
|
"@vue/compiler-core@3.4.27":
|
||||||
version "3.4.25"
|
version "3.4.27"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.4.25.tgz#691f59ee5014f6f2a2488fd4465f892e1e82f729"
|
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.4.27.tgz#e69060f4b61429fe57976aa5872cfa21389e4d91"
|
||||||
integrity sha512-Y2pLLopaElgWnMNolgG8w3C5nNUVev80L7hdQ5iIKPtMJvhVpG0zhnBG/g3UajJmZdvW0fktyZTotEHD1Srhbg==
|
integrity sha512-E+RyqY24KnyDXsCuQrI+mlcdW3ALND6U7Gqa/+bVwbcpcR3BRRIckFoz7Qyd4TTlnugtwuI7YgjbvsLmxb+yvg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/parser" "^7.24.4"
|
"@babel/parser" "^7.24.4"
|
||||||
"@vue/shared" "3.4.25"
|
"@vue/shared" "3.4.27"
|
||||||
entities "^4.5.0"
|
entities "^4.5.0"
|
||||||
estree-walker "^2.0.2"
|
estree-walker "^2.0.2"
|
||||||
source-map-js "^1.2.0"
|
source-map-js "^1.2.0"
|
||||||
|
|
||||||
"@vue/compiler-dom@3.4.25":
|
"@vue/compiler-dom@3.4.27":
|
||||||
version "3.4.25"
|
version "3.4.27"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.4.25.tgz#b367e0c84e11d9e9f70beabdd6f6b2277fde375f"
|
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.4.27.tgz#d51d35f40d00ce235d7afc6ad8b09dfd92b1cc1c"
|
||||||
integrity sha512-Ugz5DusW57+HjllAugLci19NsDK+VyjGvmbB2TXaTcSlQxwL++2PETHx/+Qv6qFwNLzSt7HKepPe4DcTE3pBWg==
|
integrity sha512-kUTvochG/oVgE1w5ViSr3KUBh9X7CWirebA3bezTbB5ZKBQZwR2Mwj9uoSKRMFcz4gSMzzLXBPD6KpCLb9nvWw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/compiler-core" "3.4.25"
|
"@vue/compiler-core" "3.4.27"
|
||||||
"@vue/shared" "3.4.25"
|
"@vue/shared" "3.4.27"
|
||||||
|
|
||||||
"@vue/compiler-sfc@3.4.25":
|
"@vue/compiler-sfc@3.4.27":
|
||||||
version "3.4.25"
|
version "3.4.27"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.4.25.tgz#ceab148f81571c8b251e8a8b75a9972addf1db8b"
|
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.4.27.tgz#399cac1b75c6737bf5440dc9cf3c385bb2959701"
|
||||||
integrity sha512-m7rryuqzIoQpOBZ18wKyq05IwL6qEpZxFZfRxlNYuIPDqywrXQxgUwLXIvoU72gs6cRdY6wHD0WVZIFE4OEaAQ==
|
integrity sha512-nDwntUEADssW8e0rrmE0+OrONwmRlegDA1pD6QhVeXxjIytV03yDqTey9SBDiALsvAd5U4ZrEKbMyVXhX6mCGA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/parser" "^7.24.4"
|
"@babel/parser" "^7.24.4"
|
||||||
"@vue/compiler-core" "3.4.25"
|
"@vue/compiler-core" "3.4.27"
|
||||||
"@vue/compiler-dom" "3.4.25"
|
"@vue/compiler-dom" "3.4.27"
|
||||||
"@vue/compiler-ssr" "3.4.25"
|
"@vue/compiler-ssr" "3.4.27"
|
||||||
"@vue/shared" "3.4.25"
|
"@vue/shared" "3.4.27"
|
||||||
estree-walker "^2.0.2"
|
estree-walker "^2.0.2"
|
||||||
magic-string "^0.30.10"
|
magic-string "^0.30.10"
|
||||||
postcss "^8.4.38"
|
postcss "^8.4.38"
|
||||||
source-map-js "^1.2.0"
|
source-map-js "^1.2.0"
|
||||||
|
|
||||||
"@vue/compiler-ssr@3.4.25":
|
"@vue/compiler-ssr@3.4.27":
|
||||||
version "3.4.25"
|
version "3.4.27"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.4.25.tgz#7fdd540bfdf2d4a3d6cb107b7ba4c77228d36331"
|
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.4.27.tgz#2a8ecfef1cf448b09be633901a9c020360472e3d"
|
||||||
integrity sha512-H2ohvM/Pf6LelGxDBnfbbXFPyM4NE3hrw0e/EpwuSiYu8c819wx+SVGdJ65p/sFrYDd6OnSDxN1MB2mN07hRSQ==
|
integrity sha512-CVRzSJIltzMG5FcidsW0jKNQnNRYC8bT21VegyMMtHmhW3UOI7knmUehzswXLrExDLE6lQCZdrhD4ogI7c+vuw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/compiler-dom" "3.4.25"
|
"@vue/compiler-dom" "3.4.27"
|
||||||
"@vue/shared" "3.4.25"
|
"@vue/shared" "3.4.27"
|
||||||
|
|
||||||
"@vue/devtools-api@^7.0.27":
|
"@vue/devtools-api@^7.2.0":
|
||||||
version "7.0.27"
|
version "7.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-7.0.27.tgz#bfbbfb1d632bdb71b7a9b5e3ed4314dab26a5440"
|
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-7.2.1.tgz#1eb3d33c85b76306106d5804bafa0d13178e9224"
|
||||||
integrity sha512-BFCFCusSDcw2UcOFD/QeK7OxD1x2C/m+uAN30Q7jLKECSW53hmz0urzJmX834GuWDZX/hIxkyUKnLLfEIP1c/w==
|
integrity sha512-6oNCtyFOrNdqm6GUkFujsCgFlpbsHLnZqq7edeM/+cxAbMyCWvsaCsIMUaz7AiluKLccCGEM8fhOsjaKgBvb7g==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/devtools-kit" "^7.0.27"
|
"@vue/devtools-kit" "^7.2.1"
|
||||||
|
|
||||||
"@vue/devtools-kit@^7.0.27":
|
"@vue/devtools-kit@^7.2.1":
|
||||||
version "7.0.27"
|
version "7.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/devtools-kit/-/devtools-kit-7.0.27.tgz#23dfcc70da74291f5ec5456cc8a4644093b6045f"
|
resolved "https://registry.yarnpkg.com/@vue/devtools-kit/-/devtools-kit-7.2.1.tgz#eb4e6726f0f71aa0b9405c847799f75cc86d3d81"
|
||||||
integrity sha512-/A5xM38pPCFX5Yhl/lRFAzjyK6VNsH670nww2WbjFKWqlu3I+lMxWKzQkCW6A1V8bduITgl2kHORfg2gTw6QaA==
|
integrity sha512-Wak/fin1X0Q8LLIfCAHBrdaaB+R6IdpSXsDByPHbQ3BmkCP0/cIo/oEGp9i0U2+gEqD4L3V9RDjNf1S34DTzQQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/devtools-shared" "^7.0.27"
|
"@vue/devtools-shared" "^7.2.1"
|
||||||
hookable "^5.5.3"
|
hookable "^5.5.3"
|
||||||
mitt "^3.0.1"
|
mitt "^3.0.1"
|
||||||
perfect-debounce "^1.0.0"
|
perfect-debounce "^1.0.0"
|
||||||
speakingurl "^14.0.1"
|
speakingurl "^14.0.1"
|
||||||
|
|
||||||
"@vue/devtools-shared@^7.0.27":
|
"@vue/devtools-shared@^7.2.1":
|
||||||
version "7.0.27"
|
version "7.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/devtools-shared/-/devtools-shared-7.0.27.tgz#99d6d64f502110bb4b20a4029029a16ea62ed837"
|
resolved "https://registry.yarnpkg.com/@vue/devtools-shared/-/devtools-shared-7.2.1.tgz#576c048375ba3c63e555017abbc0b1019a7d4cbe"
|
||||||
integrity sha512-4VxtmZ6yjhiSloqZZq2UYU0TBGxOJ8GxWvp5OlAH70zYqi0FIAyWGPkOhvfoZ7DKQyv2UU0mmKzFHjsEkelGyQ==
|
integrity sha512-PCJF4UknJmOal68+X9XHyVeQ+idv0LFujkTOIW30+GaMJqwFVN9LkQKX4gLqn61KkGMdJTzQ1bt7EJag3TI6AA==
|
||||||
dependencies:
|
dependencies:
|
||||||
rfdc "^1.3.1"
|
rfdc "^1.3.1"
|
||||||
|
|
||||||
"@vue/reactivity@3.4.25":
|
"@vue/reactivity@3.4.27":
|
||||||
version "3.4.25"
|
version "3.4.27"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.4.25.tgz#74983b146e06ce3341d15382669350125375d36f"
|
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.4.27.tgz#6ece72331bf719953f5eaa95ec60b2b8d49e3791"
|
||||||
integrity sha512-mKbEtKr1iTxZkAG3vm3BtKHAOhuI4zzsVcN0epDldU/THsrvfXRKzq+lZnjczZGnTdh3ojd86/WrP+u9M51pWQ==
|
integrity sha512-kK0g4NknW6JX2yySLpsm2jlunZJl2/RJGZ0H9ddHdfBVHcNzxmQ0sS0b09ipmBoQpY8JM2KmUw+a6sO8Zo+zIA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/shared" "3.4.25"
|
"@vue/shared" "3.4.27"
|
||||||
|
|
||||||
"@vue/runtime-core@3.4.25":
|
"@vue/runtime-core@3.4.27":
|
||||||
version "3.4.25"
|
version "3.4.27"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.4.25.tgz#c5545d469ae0827dc471a1376f97c6ace41081ec"
|
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.4.27.tgz#1b6e1d71e4604ba7442dd25ed22e4a1fc6adbbda"
|
||||||
integrity sha512-3qhsTqbEh8BMH3pXf009epCI5E7bKu28fJLi9O6W+ZGt/6xgSfMuGPqa5HRbUxLoehTNp5uWvzCr60KuiRIL0Q==
|
integrity sha512-7aYA9GEbOOdviqVvcuweTLe5Za4qBZkUY7SvET6vE8kyypxVgaT1ixHLg4urtOlrApdgcdgHoTZCUuTGap/5WA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/reactivity" "3.4.25"
|
"@vue/reactivity" "3.4.27"
|
||||||
"@vue/shared" "3.4.25"
|
"@vue/shared" "3.4.27"
|
||||||
|
|
||||||
"@vue/runtime-dom@3.4.25":
|
"@vue/runtime-dom@3.4.27":
|
||||||
version "3.4.25"
|
version "3.4.27"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.4.25.tgz#9bc195e4860edcd0db4303cbba5a160922b963fd"
|
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.4.27.tgz#fe8d1ce9bbe8921d5dd0ad5c10df0e04ef7a5ee7"
|
||||||
integrity sha512-ode0sj77kuwXwSc+2Yhk8JMHZh1sZp9F/51wdBiz3KGaWltbKtdihlJFhQG4H6AY+A06zzeMLkq6qu8uDSsaoA==
|
integrity sha512-ScOmP70/3NPM+TW9hvVAz6VWWtZJqkbdf7w6ySsws+EsqtHvkhxaWLecrTorFxsawelM5Ys9FnDEMt6BPBDS0Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/runtime-core" "3.4.25"
|
"@vue/runtime-core" "3.4.27"
|
||||||
"@vue/shared" "3.4.25"
|
"@vue/shared" "3.4.27"
|
||||||
csstype "^3.1.3"
|
csstype "^3.1.3"
|
||||||
|
|
||||||
"@vue/server-renderer@3.4.25":
|
"@vue/server-renderer@3.4.27":
|
||||||
version "3.4.25"
|
version "3.4.27"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.4.25.tgz#6cfc96ee631104951d5d6c09a8f1e7cef3ef3972"
|
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.4.27.tgz#3306176f37e648ba665f97dda3ce705687be63d2"
|
||||||
integrity sha512-8VTwq0Zcu3K4dWV0jOwIVINESE/gha3ifYCOKEhxOj6MEl5K5y8J8clQncTcDhKF+9U765nRw4UdUEXvrGhyVQ==
|
integrity sha512-dlAMEuvmeA3rJsOMJ2J1kXU7o7pOxgsNHVr9K8hB3ImIkSuBrIdy0vF66h8gf8Tuinf1TK3mPAz2+2sqyf3KzA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/compiler-ssr" "3.4.25"
|
"@vue/compiler-ssr" "3.4.27"
|
||||||
"@vue/shared" "3.4.25"
|
"@vue/shared" "3.4.27"
|
||||||
|
|
||||||
"@vue/shared@3.4.25":
|
"@vue/shared@3.4.27", "@vue/shared@^3.4.27":
|
||||||
version "3.4.25"
|
version "3.4.27"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.4.25.tgz#243ba8543e7401751e0ca319f75a80f153edd273"
|
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.4.27.tgz#f05e3cd107d157354bb4ae7a7b5fc9cf73c63b50"
|
||||||
integrity sha512-k0yappJ77g2+KNrIaF0FFnzwLvUBLUYr8VOwz+/6vLsmItFp51AcxLL7Ey3iPd7BIRyWPOcqUjMnm7OkahXllA==
|
integrity sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==
|
||||||
|
|
||||||
"@vueuse/core@10.9.0", "@vueuse/core@^10.9.0":
|
"@vueuse/core@10.9.0", "@vueuse/core@^10.9.0":
|
||||||
version "10.9.0"
|
version "10.9.0"
|
||||||
@@ -715,12 +715,12 @@ rollup@^4.13.0:
|
|||||||
"@rollup/rollup-win32-x64-msvc" "4.14.2"
|
"@rollup/rollup-win32-x64-msvc" "4.14.2"
|
||||||
fsevents "~2.3.2"
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
shiki@1.3.0, shiki@^1.3.0:
|
shiki@1.6.0, shiki@^1.5.2:
|
||||||
version "1.3.0"
|
version "1.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.3.0.tgz#3eda35cb49f6f0a98525e9da48fc072e6c655a3f"
|
resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.6.0.tgz#f017ed09d467f99a28d5dfb572bcba6dfcadbcf3"
|
||||||
integrity sha512-9aNdQy/etMXctnPzsje1h1XIGm9YfRcSksKOGqZWXA/qP9G18/8fpz5Bjpma8bOgz3tqIpjERAd6/lLjFyzoww==
|
integrity sha512-P31ROeXcVgW/k3Z+vUUErcxoTah7ZRaimctOpzGuqAntqnnSmx1HOsvnbAB8Z2qfXPRhw61yptAzCsuKOhTHwQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@shikijs/core" "1.3.0"
|
"@shikijs/core" "1.6.0"
|
||||||
|
|
||||||
source-map-js@^1.2.0:
|
source-map-js@^1.2.0:
|
||||||
version "1.2.0"
|
version "1.2.0"
|
||||||
@@ -737,10 +737,10 @@ tabbable@^6.2.0:
|
|||||||
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-6.2.0.tgz#732fb62bc0175cfcec257330be187dcfba1f3b97"
|
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-6.2.0.tgz#732fb62bc0175cfcec257330be187dcfba1f3b97"
|
||||||
integrity sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==
|
integrity sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==
|
||||||
|
|
||||||
vite@^5.2.9:
|
vite@^5.2.11:
|
||||||
version "5.2.9"
|
version "5.2.11"
|
||||||
resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.9.tgz#cd9a356c6ff5f7456c09c5ce74068ffa8df743d9"
|
resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.11.tgz#726ec05555431735853417c3c0bfb36003ca0cbd"
|
||||||
integrity sha512-uOQWfuZBlc6Y3W/DTuQ1Sr+oIXWvqljLvS881SVmAj00d5RdgShLcuXWxseWPd4HXwiYBFW/vXHfKFeqj9uQnw==
|
integrity sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild "^0.20.1"
|
esbuild "^0.20.1"
|
||||||
postcss "^8.4.38"
|
postcss "^8.4.38"
|
||||||
@@ -748,39 +748,40 @@ vite@^5.2.9:
|
|||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.3.3"
|
fsevents "~2.3.3"
|
||||||
|
|
||||||
vitepress@^1.1.3:
|
vitepress@^1.2.0:
|
||||||
version "1.1.3"
|
version "1.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.1.3.tgz#ded22392f5274680aaba8bb81dd4fb1c4741c02e"
|
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.2.0.tgz#84a8b46dbd840ef5dea0c657ac71912f98aa7147"
|
||||||
integrity sha512-hGrIYN0w9IHWs0NQSnlMjKV/v/HLfD+Ywv5QdvCSkiT32mpNOOwUrZjnqZv/JL/WBPpUc94eghTUvmipxw0xrA==
|
integrity sha512-m/4PAQVyPBvKHV7sFKwcmNmrsoSxdjnw/Eg40YyuBSaBHhrro9ubnfWk5GT0xGfE98LqjZkHCWKNJlR6G/7Ayg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@docsearch/css" "^3.6.0"
|
"@docsearch/css" "^3.6.0"
|
||||||
"@docsearch/js" "^3.6.0"
|
"@docsearch/js" "^3.6.0"
|
||||||
"@shikijs/core" "^1.3.0"
|
"@shikijs/core" "^1.5.2"
|
||||||
"@shikijs/transformers" "^1.3.0"
|
"@shikijs/transformers" "^1.5.2"
|
||||||
"@types/markdown-it" "^14.0.1"
|
"@types/markdown-it" "^14.1.1"
|
||||||
"@vitejs/plugin-vue" "^5.0.4"
|
"@vitejs/plugin-vue" "^5.0.4"
|
||||||
"@vue/devtools-api" "^7.0.27"
|
"@vue/devtools-api" "^7.2.0"
|
||||||
|
"@vue/shared" "^3.4.27"
|
||||||
"@vueuse/core" "^10.9.0"
|
"@vueuse/core" "^10.9.0"
|
||||||
"@vueuse/integrations" "^10.9.0"
|
"@vueuse/integrations" "^10.9.0"
|
||||||
focus-trap "^7.5.4"
|
focus-trap "^7.5.4"
|
||||||
mark.js "8.11.1"
|
mark.js "8.11.1"
|
||||||
minisearch "^6.3.0"
|
minisearch "^6.3.0"
|
||||||
shiki "^1.3.0"
|
shiki "^1.5.2"
|
||||||
vite "^5.2.9"
|
vite "^5.2.11"
|
||||||
vue "^3.4.23"
|
vue "^3.4.27"
|
||||||
|
|
||||||
vue-demi@>=0.14.7:
|
vue-demi@>=0.14.7:
|
||||||
version "0.14.7"
|
version "0.14.7"
|
||||||
resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.14.7.tgz#8317536b3ef74c5b09f268f7782e70194567d8f2"
|
resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.14.7.tgz#8317536b3ef74c5b09f268f7782e70194567d8f2"
|
||||||
integrity sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==
|
integrity sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==
|
||||||
|
|
||||||
vue@^3.4.23, vue@^3.4.25:
|
vue@^3.4.25, vue@^3.4.27:
|
||||||
version "3.4.25"
|
version "3.4.27"
|
||||||
resolved "https://registry.yarnpkg.com/vue/-/vue-3.4.25.tgz#e59d4ed36389647b52ff2fd7aa84bb6691f4205b"
|
resolved "https://registry.yarnpkg.com/vue/-/vue-3.4.27.tgz#40b7d929d3e53f427f7f5945386234d2854cc2a1"
|
||||||
integrity sha512-HWyDqoBHMgav/OKiYA2ZQg+kjfMgLt/T0vg4cbIF7JbXAjDexRf5JRg+PWAfrAkSmTd2I8aPSXtooBFWHB98cg==
|
integrity sha512-8s/56uK6r01r1icG/aEOHqyMVxd1bkYcSe9j8HcKtr/xTOFWvnzIVTehNW+5Yt89f+DLBe4A569pnZLS5HzAMA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/compiler-dom" "3.4.25"
|
"@vue/compiler-dom" "3.4.27"
|
||||||
"@vue/compiler-sfc" "3.4.25"
|
"@vue/compiler-sfc" "3.4.27"
|
||||||
"@vue/runtime-dom" "3.4.25"
|
"@vue/runtime-dom" "3.4.27"
|
||||||
"@vue/server-renderer" "3.4.25"
|
"@vue/server-renderer" "3.4.27"
|
||||||
"@vue/shared" "3.4.25"
|
"@vue/shared" "3.4.27"
|
||||||
|
|||||||
Reference in New Issue
Block a user