build(deps): bump the npm group across 1 directory with 28 updates (#2097)
Bumps the npm group with 15 updates in the /website directory: | Package | From | To | | --- | --- | --- | | [vue](https://github.com/vuejs/core) | `3.5.3` | `3.5.9` | | [@shikijs/core](https://github.com/shikijs/shiki/tree/HEAD/packages/core) | `1.14.1` | `1.16.2` | | [@shikijs/transformers](https://github.com/shikijs/shiki/tree/HEAD/packages/transformers) | `1.16.2` | `1.20.0` | | [@shikijs/vscode-textmate](https://github.com/shikijs/vscode-textmate) | `9.2.0` | `9.2.2` | | [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.1.3` | `5.1.4` | | [@vue/devtools-api](https://github.com/vuejs/devtools-next/tree/HEAD/packages/devtools-api) | `7.4.4` | `7.4.6` | | [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `11.0.1` | `11.0.3` | | [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) | `11.0.3` | `11.1.0` | | [focus-trap](https://github.com/focus-trap/focus-trap) | `7.5.4` | `7.6.0` | | [postcss](https://github.com/postcss/postcss) | `8.4.45` | `8.4.47` | | [preact](https://github.com/preactjs/preact) | `10.23.2` | `10.24.1` | | [rollup](https://github.com/rollup/rollup) | `4.21.2` | `4.22.4` | | [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.16.2` | `1.20.0` | | [source-map-js](https://github.com/7rulnik/source-map-js) | `1.2.0` | `1.2.1` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.3` | `5.4.8` | Updates `vue` from 3.5.3 to 3.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases">vue's releases</a>.</em></p> <blockquote> <h2>v3.5.9</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.8</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.7</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.6</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.5</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.4</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">vue's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.8...v3.5.9">3.5.9</a> (2024-09-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> fix property dep removal regression (<a href="6001e5c81a">6001e5c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li> <li><strong>reactivity:</strong> fix recursive sync watcher on computed edge case (<a href="10ff159240">10ff159</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12033">#12033</a> <a href="https://redirect.github.com/vuejs/core/issues/12037">#12037</a></li> <li><strong>runtime-core:</strong> avoid rendering plain object as VNode (<a href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>) (<a href="cb34b28a4a">cb34b28</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12035">#12035</a> <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/353">vitejs/vite-plugin-vue#353</a></li> <li><strong>runtime-core:</strong> make useId() always return a string (<a href="a177092754">a177092</a>)</li> <li><strong>types:</strong> correct type inference of union event names (<a href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>) (<a href="4da688141d">4da6881</a>)</li> <li><strong>vue:</strong> properly cache runtime compilation (<a href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>) (<a href="fa0ba24b3a">fa0ba24</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.7...v3.5.8">3.5.8</a> (2024-09-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> do not remove dep from depsMap when cleaning up deps of computed (<a href="https://redirect.github.com/vuejs/core/issues/11995">#11995</a>) (<a href="0267a58801">0267a58</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.7">3.5.7</a> (2024-09-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-core:</strong> fix v-model with newlines edge case (<a href="https://redirect.github.com/vuejs/core/issues/11960">#11960</a>) (<a href="62242886d7">6224288</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8306">#8306</a></li> <li><strong>compiler-sfc:</strong> initialize scope with null prototype object (<a href="https://redirect.github.com/vuejs/core/issues/11963">#11963</a>) (<a href="215e154072">215e154</a>)</li> <li><strong>hydration:</strong> avoid observing non-Element node (<a href="https://redirect.github.com/vuejs/core/issues/11954">#11954</a>) (<a href="7257e6a342">7257e6a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11952">#11952</a></li> <li><strong>reactivity:</strong> do not remove dep from depsMap when unsubbed by computed (<a href="960706eebf">960706e</a>)</li> <li><strong>reactivity:</strong> fix dev-only memory leak by updating dep.subsHead on sub removal (<a href="5c8b76ed6c">5c8b76e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li> <li><strong>reactivity:</strong> fix memory leak from dep instances of garbage collected objects (<a href="235ea4772e">235ea47</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11979">#11979</a> <a href="https://redirect.github.com/vuejs/core/issues/11971">#11971</a></li> <li><strong>reactivity:</strong> fix triggerRef call on ObjectRefImpl returned by toRef (<a href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>) (<a href="b030c8bc73">b030c8b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11982">#11982</a></li> <li><strong>scheduler:</strong> ensure recursive jobs can't be queued twice (<a href="https://redirect.github.com/vuejs/core/issues/11955">#11955</a>) (<a href="d18d6aa1b2">d18d6aa</a>)</li> <li><strong>ssr:</strong> don't render comments in TransitionGroup (<a href="https://redirect.github.com/vuejs/core/issues/11961">#11961</a>) (<a href="a2f6edeb02">a2f6ede</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11958">#11958</a></li> <li><strong>transition:</strong> respect <code>duration</code> setting even when it is <code>0</code> (<a href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>) (<a href="f927a4ae6f">f927a4a</a>)</li> <li><strong>types:</strong> correct type inference of all-optional props (<a href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>) (<a href="9eca65ee98">9eca65e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11733">#11733</a> <a href="https://redirect.github.com/vuejs/language-tools/issues/4704">vuejs/language-tools#4704</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>hydration:</strong> avoid observer if element is in viewport (<a href="https://redirect.github.com/vuejs/core/issues/11639">#11639</a>) (<a href="e075dfad5c">e075dfa</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">3.5.6</a> (2024-09-16)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="01f15beeb0"><code>01f15be</code></a> release: v3.5.9</li> <li><a href="10ff159240"><code>10ff159</code></a> fix(reactivity): fix recursive sync watcher on computed edge case</li> <li><a href="cb34b28a4a"><code>cb34b28</code></a> fix(runtime-core): avoid rendering plain object as VNode (<a href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>)</li> <li><a href="faf55a15d7"><code>faf55a1</code></a> chore(deps): update build (<a href="https://redirect.github.com/vuejs/core/issues/12001">#12001</a>)</li> <li><a href="fa0ba24b3a"><code>fa0ba24</code></a> fix(vue): properly cache runtime compilation (<a href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>)</li> <li><a href="4da688141d"><code>4da6881</code></a> fix(types): correct type inference of union event names (<a href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>)</li> <li><a href="6001e5c81a"><code>6001e5c</code></a> fix(reactivity): fix property dep removal regression</li> <li><a href="c0e9434414"><code>c0e9434</code></a> refactor(reactivity): avoid optional chaining in getDepFromReactive (<a href="https://redirect.github.com/vuejs/core/issues/12007">#12007</a>)</li> <li><a href="7a00f6f093"><code>7a00f6f</code></a> chore: remove unused argument (<a href="https://redirect.github.com/vuejs/core/issues/12006">#12006</a>)</li> <li><a href="5d9e81d3da"><code>5d9e81d</code></a> chore(types): disambiguate the <code>Comment</code> type in hydration.ts (<a href="https://redirect.github.com/vuejs/core/issues/12009">#12009</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.3...v3.5.9">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/core` from 1.14.1 to 1.16.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases"><code>@shikijs/core</code>'s releases</a>.</em></p> <blockquote> <h2>v1.16.2</h2> <h3> 🚀 Features</h3> <ul> <li>Allow to swap regex constructor for JavaScript engine - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/930dddc6"><!-- raw HTML omitted -->(930dd)<!-- raw HTML omitted --></a></li> <li>Upgrade <code>oniguruma-to-js</code>, support more languages - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/4ddfdb14"><!-- raw HTML omitted -->(4ddfd)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.16.1...v1.16.2">View changes on GitHub</a></h5> <h2>v1.16.1</h2> <h3> 🏎 Performance</h3> <ul> <li>Externalize <code>@shikijs/vscode-textmate</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/a1e154d5"><!-- raw HTML omitted -->(a1e15)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.16.0...v1.16.1">View changes on GitHub</a></h5> <h2>v1.16.0</h2> <h3> 🚀 Features</h3> <ul> <li>Synchronous Shiki usage - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/764">shikijs/shiki#764</a> <a href="https://github.com/shikijs/shiki/commit/9396a6f1"><!-- raw HTML omitted -->(9396a)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: New options object signature for <code>createdBundledHighlighter</code> for custom engine bundle, deprecate old signature - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/513224f8"><!-- raw HTML omitted -->(51322)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>core</strong>: <code>createdBundledHighlighter</code> allow user to override engine - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/b59e4875"><!-- raw HTML omitted -->(b59e4)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.15.2...v1.16.0">View changes on GitHub</a></h5> <h2>v1.15.2</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><code>@shikijs/twoslash</code> version specifier, close <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/core/issues/763">#763</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/763">shikijs/shiki#763</a> <a href="https://github.com/shikijs/shiki/commit/c7998db7"><!-- raw HTML omitted -->(c7998)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.15.1...v1.15.2">View changes on GitHub</a></h5> <h2>v1.15.1</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Support more languages - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/e4f70ec5"><!-- raw HTML omitted -->(e4f70)<!-- raw HTML omitted --></a></li> <li><strong>engine</strong>: <ul> <li>Correct default regex flag - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/61a6bf21"><!-- raw HTML omitted -->(61a6b)<!-- raw HTML omitted --></a></li> <li>Regex flags propagation - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/55526bb7"><!-- raw HTML omitted -->(55526)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.15.0...v1.15.1">View changes on GitHub</a></h5> <h2>v1.15.0</h2> <h3> 🚀 Features</h3> <ul> <li>Update deps, new <code>plastic</code> theme - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/04bb6576"><!-- raw HTML omitted -->(04bb6)<!-- raw HTML omitted --></a></li> <li>Introduce experimental JavaScript RegExp Engine - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/761">shikijs/shiki#761</a> <a href="https://github.com/shikijs/shiki/commit/2be5b2d1"><!-- raw HTML omitted -->(2be5b)<!-- raw HTML omitted --></a></li> <li><strong>rehype</strong>: Support inline codes - by <a href="https://github.com/fuma-nama"><code>@fuma-nama</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/751">shikijs/shiki#751</a> <a href="https://github.com/shikijs/shiki/commit/6ca98aa5"><!-- raw HTML omitted -->(6ca98)<!-- raw HTML omitted --></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="eae73919d4"><code>eae7391</code></a> chore: release v1.16.2</li> <li><a href="4ddfdb14ae"><code>4ddfdb1</code></a> feat: upgrade <code>oniguruma-to-js</code>, support more languages</li> <li><a href="930dddc609"><code>930dddc</code></a> feat: allow to swap regex constructor for JavaScript engine</li> <li><a href="a71d08c213"><code>a71d08c</code></a> chore: release v1.16.1</li> <li><a href="a1e154d5c7"><code>a1e154d</code></a> perf: externalize <code>@shikijs/vscode-textmate</code></li> <li><a href="b0f3bb7d9d"><code>b0f3bb7</code></a> pref: reuse <code>EncodedTokenMetadata</code> from <code>@shikijs/vscode-textmate</code></li> <li><a href="ab6e60287f"><code>ab6e602</code></a> chore: release v1.16.0</li> <li><a href="e3bee32d7f"><code>e3bee32</code></a> docs: docs for js engine and sync usage</li> <li><a href="b59e487574"><code>b59e487</code></a> fix(core): <code>createdBundledHighlighter</code> allow user to override engine</li> <li><a href="513224f8c8"><code>513224f</code></a> feat(core): new options object signature for <code>createdBundledHighlighter</code> for ...</li> <li>Additional commits viewable in <a href="https://github.com/shikijs/shiki/commits/v1.16.2/packages/core">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/transformers` from 1.16.2 to 1.20.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases"><code>@shikijs/transformers</code>'s releases</a>.</em></p> <blockquote> <h2>v1.20.0</h2> <h3> 🚀 Features</h3> <ul> <li>Rename <code>createWasmOnigEngine</code> to <code>createOnigurumaEngine</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/2335dda7"><!-- raw HTML omitted -->(2335d)<!-- raw HTML omitted --></a></li> <li>Move <code>createCssVariablesTheme</code> to core - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/989afdb4"><!-- raw HTML omitted -->(989af)<!-- raw HTML omitted --></a></li> <li><strong>rehype</strong>: Support lazy load languages - by <a href="https://github.com/fuma-nama"><code>@fuma-nama</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/787">shikijs/shiki#787</a> <a href="https://github.com/shikijs/shiki/commit/c449dd13"><!-- raw HTML omitted -->(c449d)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Improve deprecation warnings - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/50c8e4ac"><!-- raw HTML omitted -->(50c8e)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.19.0...v1.20.0">View changes on GitHub</a></h5> <h2>v1.19.0</h2> <h3> 🚀 Features</h3> <ul> <li>Introduce warning system for deprecated API - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/788">shikijs/shiki#788</a> <a href="https://github.com/shikijs/shiki/commit/4e59b65d"><!-- raw HTML omitted -->(4e59b)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: <ul> <li>Pass raw token to <code>transformer.span</code> api - by <a href="https://github.com/zzuu666"><code>@zzuu666</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/782">shikijs/shiki#782</a> <a href="https://github.com/shikijs/shiki/commit/bba452c4"><!-- raw HTML omitted -->(bba45)<!-- raw HTML omitted --></a></li> <li>Support object style <code>htmlStyle</code> in themed token, support new <code>htmlAttrs</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/85a4ff94"><!-- raw HTML omitted -->(85a4f)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.18.0...v1.19.0">View changes on GitHub</a></h5> <h2>v1.18.0</h2> <h3> 🚀 Features</h3> <ul> <li><strong>perf</strong>: Wrap json data with <code>JSON.parse</code> to speed up rebundling - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/781">shikijs/shiki#781</a> <a href="https://github.com/shikijs/shiki/commit/bbfceeef"><!-- raw HTML omitted -->(bbfce)<!-- raw HTML omitted --></a></li> <li><strong>twoslash</strong>: Introduce <code>disableTriggers</code>, close <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/transformers/issues/780">#780</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/780">shikijs/shiki#780</a> <a href="https://github.com/shikijs/shiki/commit/dca6a488"><!-- raw HTML omitted -->(dca6a)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.17.7...v1.18.0">View changes on GitHub</a></h5> <h2>v1.17.7</h2> <h3> 🚀 Features</h3> <ul> <li>Allow customize <code>tabindex</code>, close <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/transformers/issues/778">#778</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/778">shikijs/shiki#778</a> <a href="https://github.com/shikijs/shiki/commit/52b055d7"><!-- raw HTML omitted -->(52b05)<!-- raw HTML omitted --></a></li> <li>Update grammar - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/a560bccc"><!-- raw HTML omitted -->(a560b)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.17.6...v1.17.7">View changes on GitHub</a></h5> <h2>v1.17.6</h2> <h3> 🚀 Features</h3> <ul> <li><strong>engine-js</strong>: <ul> <li>Improve js engine by replacing hard-coded recursive reference - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/b3d493b9"><!-- raw HTML omitted -->(b3d49)<!-- raw HTML omitted --></a></li> <li>Improve js engine handling for markdown - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/b05d838d"><!-- raw HTML omitted -->(b05d8)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Missing named exports for <code>shiki/wasm</code> and <code>@shikijs/wasm-inlined</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/3f2269e9"><!-- raw HTML omitted -->(3f226)<!-- raw HTML omitted --></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="6aa7e08e92"><code>6aa7e08</code></a> chore: release v1.20.0</li> <li><a href="9444b61554"><code>9444b61</code></a> chore: release v1.19.0</li> <li><a href="7602669bcc"><code>7602669</code></a> chore: release v1.18.0</li> <li><a href="55f09422c9"><code>55f0942</code></a> chore: release v1.17.7</li> <li><a href="1d270945f6"><code>1d27094</code></a> chore: explicit return type</li> <li><a href="599b061ec8"><code>599b061</code></a> chore: release v1.17.6</li> <li><a href="a61a4eefb7"><code>a61a4ee</code></a> chore: release v1.17.5</li> <li><a href="0fd45ea8c3"><code>0fd45ea</code></a> chore: release v1.17.4</li> <li><a href="5fbe4e9022"><code>5fbe4e9</code></a> chore: release v1.17.3</li> <li><a href="01068e6595"><code>01068e6</code></a> chore: release v1.17.2</li> <li>Additional commits viewable in <a href="https://github.com/shikijs/shiki/commits/v1.20.0/packages/transformers">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/vscode-textmate` from 9.2.0 to 9.2.2 <details> <summary>Commits</summary> <ul> <li><a href="8d2e84a3aa"><code>8d2e84a</code></a> chore: release v9.2.2</li> <li><a href="1a9770dad1"><code>1a9770d</code></a> fix: exports name</li> <li><a href="26c5be805c"><code>26c5be8</code></a> chore: release v9.2.1</li> <li><a href="fc4c36de52"><code>fc4c36d</code></a> feat: export <code>FontStyle</code> enum</li> <li>See full diff in <a href="https://github.com/shikijs/vscode-textmate/compare/v9.2.0...v9.2.2">compare view</a></li> </ul> </details> <br /> Updates `@vitejs/plugin-vue` from 5.1.3 to 5.1.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-vue/releases"><code>@vitejs/plugin-vue</code>'s releases</a>.</em></p> <blockquote> <h2>plugin-vue@5.1.4</h2> <p>Please refer to <a href="https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@5.1.4/packages/plugin-vue/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md"><code>@vitejs/plugin-vue</code>'s changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.1.4 (2024-09-16)<!-- raw HTML omitted --></h2> <ul> <li>chore: format (<a href="https://github.com/vitejs/vite-plugin-vue/commit/07b29a6">07b29a6</a>)</li> <li>chore(deps): update dependency rollup to ^4.21.3 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/440">#440</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/98766c2">98766c2</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/440">#440</a></li> <li>fix: skip checking private properties of typeParameters (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/443">#443</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/e4f5fff">e4f5fff</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/443">#443</a></li> <li>fix(plugin-vue): allow overwrite esbuild config (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/444">#444</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/1344294">1344294</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/444">#444</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="8d5a270408"><code>8d5a270</code></a> release: plugin-vue@5.1.4</li> <li><a href="07b29a6a3d"><code>07b29a6</code></a> chore: format</li> <li><a href="98766c2b39"><code>98766c2</code></a> chore(deps): update dependency rollup to ^4.21.3 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/440">#440</a>)</li> <li><a href="e4f5fffa4a"><code>e4f5fff</code></a> fix: skip checking private properties of typeParameters (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/443">#443</a>)</li> <li><a href="1344294a0f"><code>1344294</code></a> fix(plugin-vue): allow overwrite esbuild config (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/444">#444</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.1.4/packages/plugin-vue">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-core` from 3.5.3 to 3.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@vue/compiler-core</code>'s releases</a>.</em></p> <blockquote> <h2>v3.5.9</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.8</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.7</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.6</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.5</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.4</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md"><code>@vue/compiler-core</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.8...v3.5.9">3.5.9</a> (2024-09-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> fix property dep removal regression (<a href="6001e5c81a">6001e5c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li> <li><strong>reactivity:</strong> fix recursive sync watcher on computed edge case (<a href="10ff159240">10ff159</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12033">#12033</a> <a href="https://redirect.github.com/vuejs/core/issues/12037">#12037</a></li> <li><strong>runtime-core:</strong> avoid rendering plain object as VNode (<a href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>) (<a href="cb34b28a4a">cb34b28</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12035">#12035</a> <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/353">vitejs/vite-plugin-vue#353</a></li> <li><strong>runtime-core:</strong> make useId() always return a string (<a href="a177092754">a177092</a>)</li> <li><strong>types:</strong> correct type inference of union event names (<a href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>) (<a href="4da688141d">4da6881</a>)</li> <li><strong>vue:</strong> properly cache runtime compilation (<a href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>) (<a href="fa0ba24b3a">fa0ba24</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.7...v3.5.8">3.5.8</a> (2024-09-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> do not remove dep from depsMap when cleaning up deps of computed (<a href="https://redirect.github.com/vuejs/core/issues/11995">#11995</a>) (<a href="0267a58801">0267a58</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.7">3.5.7</a> (2024-09-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-core:</strong> fix v-model with newlines edge case (<a href="https://redirect.github.com/vuejs/core/issues/11960">#11960</a>) (<a href="62242886d7">6224288</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8306">#8306</a></li> <li><strong>compiler-sfc:</strong> initialize scope with null prototype object (<a href="https://redirect.github.com/vuejs/core/issues/11963">#11963</a>) (<a href="215e154072">215e154</a>)</li> <li><strong>hydration:</strong> avoid observing non-Element node (<a href="https://redirect.github.com/vuejs/core/issues/11954">#11954</a>) (<a href="7257e6a342">7257e6a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11952">#11952</a></li> <li><strong>reactivity:</strong> do not remove dep from depsMap when unsubbed by computed (<a href="960706eebf">960706e</a>)</li> <li><strong>reactivity:</strong> fix dev-only memory leak by updating dep.subsHead on sub removal (<a href="5c8b76ed6c">5c8b76e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li> <li><strong>reactivity:</strong> fix memory leak from dep instances of garbage collected objects (<a href="235ea4772e">235ea47</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11979">#11979</a> <a href="https://redirect.github.com/vuejs/core/issues/11971">#11971</a></li> <li><strong>reactivity:</strong> fix triggerRef call on ObjectRefImpl returned by toRef (<a href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>) (<a href="b030c8bc73">b030c8b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11982">#11982</a></li> <li><strong>scheduler:</strong> ensure recursive jobs can't be queued twice (<a href="https://redirect.github.com/vuejs/core/issues/11955">#11955</a>) (<a href="d18d6aa1b2">d18d6aa</a>)</li> <li><strong>ssr:</strong> don't render comments in TransitionGroup (<a href="https://redirect.github.com/vuejs/core/issues/11961">#11961</a>) (<a href="a2f6edeb02">a2f6ede</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11958">#11958</a></li> <li><strong>transition:</strong> respect <code>duration</code> setting even when it is <code>0</code> (<a href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>) (<a href="f927a4ae6f">f927a4a</a>)</li> <li><strong>types:</strong> correct type inference of all-optional props (<a href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>) (<a href="9eca65ee98">9eca65e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11733">#11733</a> <a href="https://redirect.github.com/vuejs/language-tools/issues/4704">vuejs/language-tools#4704</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>hydration:</strong> avoid observer if element is in viewport (<a href="https://redirect.github.com/vuejs/core/issues/11639">#11639</a>) (<a href="e075dfad5c">e075dfa</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">3.5.6</a> (2024-09-16)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="01f15beeb0"><code>01f15be</code></a> release: v3.5.9</li> <li><a href="5e8898572f"><code>5e88985</code></a> release: v3.5.8</li> <li><a href="6fcb80172f"><code>6fcb801</code></a> release: v3.5.7</li> <li><a href="62242886d7"><code>6224288</code></a> fix(compile-core): fix v-model with newlines edge case (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-core/issues/11960">#11960</a>)</li> <li><a href="9a36f2a0b8"><code>9a36f2a</code></a> release: v3.5.6</li> <li><a href="7f2de3f53e"><code>7f2de3f</code></a> release: v3.5.5</li> <li><a href="3c4bf76276"><code>3c4bf76</code></a> fix(compiler-dom): should ignore leading newline in <textarea> per spec</li> <li><a href="706d4ac1d0"><code>706d4ac</code></a> fix(compiler-core): fix handling of delimiterOpen in VPre (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-core/issues/11915">#11915</a>)</li> <li><a href="91212fa408"><code>91212fa</code></a> release: v3.5.4</li> <li><a href="b1db66a1a9"><code>b1db66a</code></a> chore(deps): upgrade to TypeScript 5.6</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/commits/v3.5.9/packages/compiler-core">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-dom` from 3.5.3 to 3.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@vue/compiler-dom</code>'s releases</a>.</em></p> <blockquote> <h2>v3.5.9</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.8</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.7</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.6</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.5</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.4</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md"><code>@vue/compiler-dom</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.8...v3.5.9">3.5.9</a> (2024-09-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> fix property dep removal regression (<a href="6001e5c81a">6001e5c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li> <li><strong>reactivity:</strong> fix recursive sync watcher on computed edge case (<a href="10ff159240">10ff159</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12033">#12033</a> <a href="https://redirect.github.com/vuejs/core/issues/12037">#12037</a></li> <li><strong>runtime-core:</strong> avoid rendering plain object as VNode (<a href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>) (<a href="cb34b28a4a">cb34b28</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12035">#12035</a> <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/353">vitejs/vite-plugin-vue#353</a></li> <li><strong>runtime-core:</strong> make useId() always return a string (<a href="a177092754">a177092</a>)</li> <li><strong>types:</strong> correct type inference of union event names (<a href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>) (<a href="4da688141d">4da6881</a>)</li> <li><strong>vue:</strong> properly cache runtime compilation (<a href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>) (<a href="fa0ba24b3a">fa0ba24</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.7...v3.5.8">3.5.8</a> (2024-09-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> do not remove dep from depsMap when cleaning up deps of computed (<a href="https://redirect.github.com/vuejs/core/issues/11995">#11995</a>) (<a href="0267a58801">0267a58</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.7">3.5.7</a> (2024-09-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-core:</strong> fix v-model with newlines edge case (<a href="https://redirect.github.com/vuejs/core/issues/11960">#11960</a>) (<a href="62242886d7">6224288</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8306">#8306</a></li> <li><strong>compiler-sfc:</strong> initialize scope with null prototype object (<a href="https://redirect.github.com/vuejs/core/issues/11963">#11963</a>) (<a href="215e154072">215e154</a>)</li> <li><strong>hydration:</strong> avoid observing non-Element node (<a href="https://redirect.github.com/vuejs/core/issues/11954">#11954</a>) (<a href="7257e6a342">7257e6a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11952">#11952</a></li> <li><strong>reactivity:</strong> do not remove dep from depsMap when unsubbed by computed (<a href="960706eebf">960706e</a>)</li> <li><strong>reactivity:</strong> fix dev-only memory leak by updating dep.subsHead on sub removal (<a href="5c8b76ed6c">5c8b76e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li> <li><strong>reactivity:</strong> fix memory leak from dep instances of garbage collected objects (<a href="235ea4772e">235ea47</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11979">#11979</a> <a href="https://redirect.github.com/vuejs/core/issues/11971">#11971</a></li> <li><strong>reactivity:</strong> fix triggerRef call on ObjectRefImpl returned by toRef (<a href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>) (<a href="b030c8bc73">b030c8b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11982">#11982</a></li> <li><strong>scheduler:</strong> ensure recursive jobs can't be queued twice (<a href="https://redirect.github.com/vuejs/core/issues/11955">#11955</a>) (<a href="d18d6aa1b2">d18d6aa</a>)</li> <li><strong>ssr:</strong> don't render comments in TransitionGroup (<a href="https://redirect.github.com/vuejs/core/issues/11961">#11961</a>) (<a href="a2f6edeb02">a2f6ede</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11958">#11958</a></li> <li><strong>transition:</strong> respect <code>duration</code> setting even when it is <code>0</code> (<a href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>) (<a href="f927a4ae6f">f927a4a</a>)</li> <li><strong>types:</strong> correct type inference of all-optional props (<a href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>) (<a href="9eca65ee98">9eca65e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11733">#11733</a> <a href="https://redirect.github.com/vuejs/language-tools/issues/4704">vuejs/language-tools#4704</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>hydration:</strong> avoid observer if element is in viewport (<a href="https://redirect.github.com/vuejs/core/issues/11639">#11639</a>) (<a href="e075dfad5c">e075dfa</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">3.5.6</a> (2024-09-16)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="01f15beeb0"><code>01f15be</code></a> release: v3.5.9</li> <li><a href="5e8898572f"><code>5e88985</code></a> release: v3.5.8</li> <li><a href="6fcb80172f"><code>6fcb801</code></a> release: v3.5.7</li> <li><a href="9a36f2a0b8"><code>9a36f2a</code></a> release: v3.5.6</li> <li><a href="85c138ced1"><code>85c138c</code></a> fix(compile-dom): should be able to stringify mathML (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-dom/issues/11891">#11891</a>)</li> <li><a href="7f2de3f53e"><code>7f2de3f</code></a> release: v3.5.5</li> <li><a href="3c4bf76276"><code>3c4bf76</code></a> fix(compiler-dom): should ignore leading newline in <textarea> per spec</li> <li><a href="1d99d61c1b"><code>1d99d61</code></a> fix(compiler-dom): fix stringify static edge for partially eligible chunks in...</li> <li><a href="91212fa408"><code>91212fa</code></a> release: v3.5.4</li> <li><a href="b1430f250d"><code>b1430f2</code></a> refactor: remove rarely used argument in makeMap + optimize perf</li> <li>See full diff in <a href="https://github.com/vuejs/core/commits/v3.5.9/packages/compiler-dom">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-sfc` from 3.5.3 to 3.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@vue/compiler-sfc</code>'s releases</a>.</em></p> <blockquote> <h2>v3.5.9</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.8</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.7</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.6</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.5</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.4</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md"><code>@vue/compiler-sfc</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.8...v3.5.9">3.5.9</a> (2024-09-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> fix property dep removal regression (<a href="6001e5c81a">6001e5c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li> <li><strong>reactivity:</strong> fix recursive sync watcher on computed edge case (<a href="10ff159240">10ff159</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12033">#12033</a> <a href="https://redirect.github.com/vuejs/core/issues/12037">#12037</a></li> <li><strong>runtime-core:</strong> avoid rendering plain object as VNode (<a href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>) (<a href="cb34b28a4a">cb34b28</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12035">#12035</a> <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/353">vitejs/vite-plugin-vue#353</a></li> <li><strong>runtime-core:</strong> make useId() always return a string (<a href="a177092754">a177092</a>)</li> <li><strong>types:</strong> correct type inference of union event names (<a href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>) (<a href="4da688141d">4da6881</a>)</li> <li><strong>vue:</strong> properly cache runtime compilation (<a href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>) (<a href="fa0ba24b3a">fa0ba24</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.7...v3.5.8">3.5.8</a> (2024-09-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> do not remove dep from depsMap when cleaning up deps of computed (<a href="https://redirect.github.com/vuejs/core/issues/11995">#11995</a>) (<a href="0267a58801">0267a58</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.7">3.5.7</a> (2024-09-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-core:</strong> fix v-model with newlines edge case (<a href="https://redirect.github.com/vuejs/core/issues/11960">#11960</a>) (<a href="62242886d7">6224288</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8306">#8306</a></li> <li><strong>compiler-sfc:</strong> initialize scope with null prototype object (<a href="https://redirect.github.com/vuejs/core/issues/11963">#11963</a>) (<a href="215e154072">215e154</a>)</li> <li><strong>hydration:</strong> avoid observing non-Element node (<a href="https://redirect.github.com/vuejs/core/issues/11954">#11954</a>) (<a href="7257e6a342">7257e6a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11952">#11952</a></li> <li><strong>reactivity:</strong> do not remove dep from depsMap when unsubbed by computed (<a href="960706eebf">960706e</a>)</li> <li><strong>reactivity:</strong> fix dev-only memory leak by updating dep.subsHead on sub removal (<a href="5c8b76ed6c">5c8b76e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li> <li><strong>reactivity:</strong> fix memory leak from dep instances of garbage collected objects (<a href="235ea4772e">235ea47</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11979">#11979</a> <a href="https://redirect.github.com/vuejs/core/issues/11971">#11971</a></li> <li><strong>reactivity:</strong> fix triggerRef call on ObjectRefImpl returned by toRef (<a href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>) (<a href="b030c8bc73">b030c8b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11982">#11982</a></li> <li><strong>scheduler:</strong> ensure recursive jobs can't be queued twice (<a href="https://redirect.github.com/vuejs/core/issues/11955">#11955</a>) (<a href="d18d6aa1b2">d18d6aa</a>)</li> <li><strong>ssr:</strong> don't render comments in TransitionGroup (<a href="https://redirect.github.com/vuejs/core/issues/11961">#11961</a>) (<a href="a2f6edeb02">a2f6ede</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11958">#11958</a></li> <li><strong>transition:</strong> respect <code>duration</code> setting even when it is <code>0</code> (<a href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>) (<a href="f927a4ae6f">f927a4a</a>)</li> <li><strong>types:</strong> correct type inference of all-optional props (<a href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>) (<a href="9eca65ee98">9eca65e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11733">#11733</a> <a href="https://redirect.github.com/vuejs/language-tools/issues/4704">vuejs/language-tools#4704</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>hydration:</strong> avoid observer if element is in viewport (<a href="https://redirect.github.com/vuejs/core/issues/11639">#11639</a>) (<a href="e075dfad5c">e075dfa</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">3.5.6</a> (2024-09-16)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="01f15beeb0"><code>01f15be</code></a> release: v3.5.9</li> <li><a href="fa0ba24b3a"><code>fa0ba24</code></a> fix(vue): properly cache runtime compilation (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/12019">#12019</a>)</li> <li><a href="5e8898572f"><code>5e88985</code></a> release: v3.5.8</li> <li><a href="6fcb80172f"><code>6fcb801</code></a> release: v3.5.7</li> <li><a href="62242886d7"><code>6224288</code></a> fix(compile-core): fix v-model with newlines edge case (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11960">#11960</a>)</li> <li><a href="215e154072"><code>215e154</code></a> fix(compiler-sfc): initialize scope with null prototype object (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11963">#11963</a>)</li> <li><a href="9a36f2a0b8"><code>9a36f2a</code></a> release: v3.5.6</li> <li><a href="8492c3c49a"><code>8492c3c</code></a> fix(compiler-sfc): preserve old behavior when using withDefaults with desutru...</li> <li><a href="47bda40653"><code>47bda40</code></a> fix(deps): update dependency postcss to ^8.4.47 (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11938">#11938</a>)</li> <li><a href="7f2de3f53e"><code>7f2de3f</code></a> release: v3.5.5</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/commits/v3.5.9/packages/compiler-sfc">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-ssr` from 3.5.3 to 3.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@vue/compiler-ssr</code>'s releases</a>.</em></p> <blockquote> <h2>v3.5.9</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.8</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.7</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.6</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.5</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.4</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md"><code>@vue/compiler-ssr</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.8...v3.5.9">3.5.9</a> (2024-09-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> fix property dep removal regression (<a href="6001e5c81a">6001e5c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li> <li><strong>reactivity:</strong> fix recursive sync watcher on computed edge case (<a href="https://github.com/vuejs/core/commit/10ff15924053d9bd95a... _Description has been truncated_ 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:
@@ -8,7 +8,7 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"vitepress": "^1.3.4",
|
||||
"vue": "^3.5.3"
|
||||
"vue": "^3.5.9"
|
||||
},
|
||||
"scripts": {
|
||||
"docs:dev": "vitepress dev docs",
|
||||
|
||||
@@ -319,119 +319,141 @@
|
||||
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
|
||||
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
|
||||
|
||||
"@rollup/rollup-android-arm-eabi@4.21.2":
|
||||
version "4.21.2"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.21.2.tgz#0412834dc423d1ff7be4cb1fc13a86a0cd262c11"
|
||||
integrity sha512-fSuPrt0ZO8uXeS+xP3b+yYTCBUd05MoSp2N/MFOgjhhUhMmchXlpTQrTpI8T+YAwAQuK7MafsCOxW7VrPMrJcg==
|
||||
"@rollup/rollup-android-arm-eabi@4.22.4":
|
||||
version "4.22.4"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.22.4.tgz#8b613b9725e8f9479d142970b106b6ae878610d5"
|
||||
integrity sha512-Fxamp4aEZnfPOcGA8KSNEohV8hX7zVHOemC8jVBoBUHu5zpJK/Eu3uJwt6BMgy9fkvzxDaurgj96F/NiLukF2w==
|
||||
|
||||
"@rollup/rollup-android-arm64@4.21.2":
|
||||
version "4.21.2"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.21.2.tgz#baf1a014b13654f3b9e835388df9caf8c35389cb"
|
||||
integrity sha512-xGU5ZQmPlsjQS6tzTTGwMsnKUtu0WVbl0hYpTPauvbRAnmIvpInhJtgjj3mcuJpEiuUw4v1s4BimkdfDWlh7gA==
|
||||
"@rollup/rollup-android-arm64@4.22.4":
|
||||
version "4.22.4"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.22.4.tgz#654ca1049189132ff602bfcf8df14c18da1f15fb"
|
||||
integrity sha512-VXoK5UMrgECLYaMuGuVTOx5kcuap1Jm8g/M83RnCHBKOqvPPmROFJGQaZhGccnsFtfXQ3XYa4/jMCJvZnbJBdA==
|
||||
|
||||
"@rollup/rollup-darwin-arm64@4.21.2":
|
||||
version "4.21.2"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.21.2.tgz#0a2c364e775acdf1172fe3327662eec7c46e55b1"
|
||||
integrity sha512-99AhQ3/ZMxU7jw34Sq8brzXqWH/bMnf7ZVhvLk9QU2cOepbQSVTns6qoErJmSiAvU3InRqC2RRZ5ovh1KN0d0Q==
|
||||
"@rollup/rollup-darwin-arm64@4.22.4":
|
||||
version "4.22.4"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.22.4.tgz#6d241d099d1518ef0c2205d96b3fa52e0fe1954b"
|
||||
integrity sha512-xMM9ORBqu81jyMKCDP+SZDhnX2QEVQzTcC6G18KlTQEzWK8r/oNZtKuZaCcHhnsa6fEeOBionoyl5JsAbE/36Q==
|
||||
|
||||
"@rollup/rollup-darwin-x64@4.21.2":
|
||||
version "4.21.2"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.21.2.tgz#a972db75890dfab8df0da228c28993220a468c42"
|
||||
integrity sha512-ZbRaUvw2iN/y37x6dY50D8m2BnDbBjlnMPotDi/qITMJ4sIxNY33HArjikDyakhSv0+ybdUxhWxE6kTI4oX26w==
|
||||
"@rollup/rollup-darwin-x64@4.22.4":
|
||||
version "4.22.4"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.22.4.tgz#42bd19d292a57ee11734c980c4650de26b457791"
|
||||
integrity sha512-aJJyYKQwbHuhTUrjWjxEvGnNNBCnmpHDvrb8JFDbeSH3m2XdHcxDd3jthAzvmoI8w/kSjd2y0udT+4okADsZIw==
|
||||
|
||||
"@rollup/rollup-linux-arm-gnueabihf@4.21.2":
|
||||
version "4.21.2"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.21.2.tgz#1609d0630ef61109dd19a278353e5176d92e30a1"
|
||||
integrity sha512-ztRJJMiE8nnU1YFcdbd9BcH6bGWG1z+jP+IPW2oDUAPxPjo9dverIOyXz76m6IPA6udEL12reYeLojzW2cYL7w==
|
||||
"@rollup/rollup-linux-arm-gnueabihf@4.22.4":
|
||||
version "4.22.4"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.22.4.tgz#f23555ee3d8fe941c5c5fd458cd22b65eb1c2232"
|
||||
integrity sha512-j63YtCIRAzbO+gC2L9dWXRh5BFetsv0j0va0Wi9epXDgU/XUi5dJKo4USTttVyK7fGw2nPWK0PbAvyliz50SCQ==
|
||||
|
||||
"@rollup/rollup-linux-arm-musleabihf@4.21.2":
|
||||
version "4.21.2"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.21.2.tgz#3c1dca5f160aa2e79e4b20ff6395eab21804f266"
|
||||
integrity sha512-flOcGHDZajGKYpLV0JNc0VFH361M7rnV1ee+NTeC/BQQ1/0pllYcFmxpagltANYt8FYf9+kL6RSk80Ziwyhr7w==
|
||||
"@rollup/rollup-linux-arm-musleabihf@4.22.4":
|
||||
version "4.22.4"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.22.4.tgz#f3bbd1ae2420f5539d40ac1fde2b38da67779baa"
|
||||
integrity sha512-dJnWUgwWBX1YBRsuKKMOlXCzh2Wu1mlHzv20TpqEsfdZLb3WoJW2kIEsGwLkroYf24IrPAvOT/ZQ2OYMV6vlrg==
|
||||
|
||||
"@rollup/rollup-linux-arm64-gnu@4.21.2":
|
||||
version "4.21.2"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.21.2.tgz#c2fe376e8b04eafb52a286668a8df7c761470ac7"
|
||||
integrity sha512-69CF19Kp3TdMopyteO/LJbWufOzqqXzkrv4L2sP8kfMaAQ6iwky7NoXTp7bD6/irKgknDKM0P9E/1l5XxVQAhw==
|
||||
"@rollup/rollup-linux-arm64-gnu@4.22.4":
|
||||
version "4.22.4"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.22.4.tgz#7abe900120113e08a1f90afb84c7c28774054d15"
|
||||
integrity sha512-AdPRoNi3NKVLolCN/Sp4F4N1d98c4SBnHMKoLuiG6RXgoZ4sllseuGioszumnPGmPM2O7qaAX/IJdeDU8f26Aw==
|
||||
|
||||
"@rollup/rollup-linux-arm64-musl@4.21.2":
|
||||
version "4.21.2"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.21.2.tgz#e62a4235f01e0f66dbba587c087ca6db8008ec80"
|
||||
integrity sha512-48pD/fJkTiHAZTnZwR0VzHrao70/4MlzJrq0ZsILjLW/Ab/1XlVUStYyGt7tdyIiVSlGZbnliqmult/QGA2O2w==
|
||||
"@rollup/rollup-linux-arm64-musl@4.22.4":
|
||||
version "4.22.4"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.22.4.tgz#9e655285c8175cd44f57d6a1e8e5dedfbba1d820"
|
||||
integrity sha512-Gl0AxBtDg8uoAn5CCqQDMqAx22Wx22pjDOjBdmG0VIWX3qUBHzYmOKh8KXHL4UpogfJ14G4wk16EQogF+v8hmA==
|
||||
|
||||
"@rollup/rollup-linux-powerpc64le-gnu@4.21.2":
|
||||
version "4.21.2"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.21.2.tgz#24b3457e75ee9ae5b1c198bd39eea53222a74e54"
|
||||
integrity sha512-cZdyuInj0ofc7mAQpKcPR2a2iu4YM4FQfuUzCVA2u4HI95lCwzjoPtdWjdpDKyHxI0UO82bLDoOaLfpZ/wviyQ==
|
||||
"@rollup/rollup-linux-powerpc64le-gnu@4.22.4":
|
||||
version "4.22.4"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.22.4.tgz#9a79ae6c9e9d8fe83d49e2712ecf4302db5bef5e"
|
||||
integrity sha512-3aVCK9xfWW1oGQpTsYJJPF6bfpWfhbRnhdlyhak2ZiyFLDaayz0EP5j9V1RVLAAxlmWKTDfS9wyRyY3hvhPoOg==
|
||||
|
||||
"@rollup/rollup-linux-riscv64-gnu@4.21.2":
|
||||
version "4.21.2"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.21.2.tgz#38edfba9620fe2ca8116c97e02bd9f2d606bde09"
|
||||
integrity sha512-RL56JMT6NwQ0lXIQmMIWr1SW28z4E4pOhRRNqwWZeXpRlykRIlEpSWdsgNWJbYBEWD84eocjSGDu/XxbYeCmwg==
|
||||
"@rollup/rollup-linux-riscv64-gnu@4.22.4":
|
||||
version "4.22.4"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.22.4.tgz#67ac70eca4ace8e2942fabca95164e8874ab8128"
|
||||
integrity sha512-ePYIir6VYnhgv2C5Xe9u+ico4t8sZWXschR6fMgoPUK31yQu7hTEJb7bCqivHECwIClJfKgE7zYsh1qTP3WHUA==
|
||||
|
||||
"@rollup/rollup-linux-s390x-gnu@4.21.2":
|
||||
version "4.21.2"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.21.2.tgz#a3bfb8bc5f1e802f8c76cff4a4be2e9f9ac36a18"
|
||||
integrity sha512-PMxkrWS9z38bCr3rWvDFVGD6sFeZJw4iQlhrup7ReGmfn7Oukrr/zweLhYX6v2/8J6Cep9IEA/SmjXjCmSbrMQ==
|
||||
"@rollup/rollup-linux-s390x-gnu@4.22.4":
|
||||
version "4.22.4"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.22.4.tgz#9f883a7440f51a22ed7f99e1d070bd84ea5005fc"
|
||||
integrity sha512-GqFJ9wLlbB9daxhVlrTe61vJtEY99/xB3C8e4ULVsVfflcpmR6c8UZXjtkMA6FhNONhj2eA5Tk9uAVw5orEs4Q==
|
||||
|
||||
"@rollup/rollup-linux-x64-gnu@4.21.2":
|
||||
version "4.21.2"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.21.2.tgz#0dadf34be9199fcdda44b5985a086326344f30ad"
|
||||
integrity sha512-B90tYAUoLhU22olrafY3JQCFLnT3NglazdwkHyxNDYF/zAxJt5fJUB/yBoWFoIQ7SQj+KLe3iL4BhOMa9fzgpw==
|
||||
"@rollup/rollup-linux-x64-gnu@4.22.4":
|
||||
version "4.22.4"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.22.4.tgz#70116ae6c577fe367f58559e2cffb5641a1dd9d0"
|
||||
integrity sha512-87v0ol2sH9GE3cLQLNEy0K/R0pz1nvg76o8M5nhMR0+Q+BBGLnb35P0fVz4CQxHYXaAOhE8HhlkaZfsdUOlHwg==
|
||||
|
||||
"@rollup/rollup-linux-x64-musl@4.21.2":
|
||||
version "4.21.2"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.21.2.tgz#7b7deddce240400eb87f2406a445061b4fed99a8"
|
||||
integrity sha512-7twFizNXudESmC9oneLGIUmoHiiLppz/Xs5uJQ4ShvE6234K0VB1/aJYU3f/4g7PhssLGKBVCC37uRkkOi8wjg==
|
||||
"@rollup/rollup-linux-x64-musl@4.22.4":
|
||||
version "4.22.4"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.22.4.tgz#f473f88219feb07b0b98b53a7923be716d1d182f"
|
||||
integrity sha512-UV6FZMUgePDZrFjrNGIWzDo/vABebuXBhJEqrHxrGiU6HikPy0Z3LfdtciIttEUQfuDdCn8fqh7wiFJjCNwO+g==
|
||||
|
||||
"@rollup/rollup-win32-arm64-msvc@4.21.2":
|
||||
version "4.21.2"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.21.2.tgz#a0ca0c5149c2cfb26fab32e6ba3f16996fbdb504"
|
||||
integrity sha512-9rRero0E7qTeYf6+rFh3AErTNU1VCQg2mn7CQcI44vNUWM9Ze7MSRS/9RFuSsox+vstRt97+x3sOhEey024FRQ==
|
||||
"@rollup/rollup-win32-arm64-msvc@4.22.4":
|
||||
version "4.22.4"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.22.4.tgz#4349482d17f5d1c58604d1c8900540d676f420e0"
|
||||
integrity sha512-BjI+NVVEGAXjGWYHz/vv0pBqfGoUH0IGZ0cICTn7kB9PyjrATSkX+8WkguNjWoj2qSr1im/+tTGRaY+4/PdcQw==
|
||||
|
||||
"@rollup/rollup-win32-ia32-msvc@4.21.2":
|
||||
version "4.21.2"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.21.2.tgz#aae2886beec3024203dbb5569db3a137bc385f8e"
|
||||
integrity sha512-5rA4vjlqgrpbFVVHX3qkrCo/fZTj1q0Xxpg+Z7yIo3J2AilW7t2+n6Q8Jrx+4MrYpAnjttTYF8rr7bP46BPzRw==
|
||||
"@rollup/rollup-win32-ia32-msvc@4.22.4":
|
||||
version "4.22.4"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.22.4.tgz#a6fc39a15db618040ec3c2a24c1e26cb5f4d7422"
|
||||
integrity sha512-SiWG/1TuUdPvYmzmYnmd3IEifzR61Tragkbx9D3+R8mzQqDBz8v+BvZNDlkiTtI9T15KYZhP0ehn3Dld4n9J5g==
|
||||
|
||||
"@rollup/rollup-win32-x64-msvc@4.21.2":
|
||||
version "4.21.2"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.21.2.tgz#e4291e3c1bc637083f87936c333cdbcad22af63b"
|
||||
integrity sha512-6UUxd0+SKomjdzuAcp+HAmxw1FlGBnl1v2yEPSabtx4lBfdXHDVsW7+lQkgz9cNFJGY3AWR7+V8P5BqkD9L9nA==
|
||||
"@rollup/rollup-win32-x64-msvc@4.22.4":
|
||||
version "4.22.4"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.22.4.tgz#3dd5d53e900df2a40841882c02e56f866c04d202"
|
||||
integrity sha512-j8pPKp53/lq9lMXN57S8cFz0MynJk8OWNuUnXct/9KCpKU7DgU3bYMJhwWmcqC0UU29p8Lr0/7KEVcaM6bf47Q==
|
||||
|
||||
"@shikijs/core@1.16.2":
|
||||
version "1.16.2"
|
||||
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.16.2.tgz#67182b0eb7e2c3aedcf47e24acb893bca352c869"
|
||||
integrity sha512-XSVH5OZCvE4WLMgdoBqfPMYmGHGmCC3OgZhw0S7KcSi2XKZ+5oHGe71GFnTljgdOxvxx5WrRks6QoTLKrl1eAA==
|
||||
"@shikijs/core@1.20.0", "@shikijs/core@^1.13.0":
|
||||
version "1.20.0"
|
||||
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.20.0.tgz#e431b69bebf1c1a0dd53fd3fb16eae7e7823d9ba"
|
||||
integrity sha512-KlO3iE0THzSdYkzDFugt8SHe6FR3qNYTkmpbdW1d6xo8juQkMjybxAw/cBi2npL2eb2F4PbbnSs5Z9tDusfvyg==
|
||||
dependencies:
|
||||
"@shikijs/vscode-textmate" "^9.2.0"
|
||||
"@shikijs/engine-javascript" "1.20.0"
|
||||
"@shikijs/engine-oniguruma" "1.20.0"
|
||||
"@shikijs/types" "1.20.0"
|
||||
"@shikijs/vscode-textmate" "^9.2.2"
|
||||
"@types/hast" "^3.0.4"
|
||||
hast-util-to-html "^9.0.3"
|
||||
|
||||
"@shikijs/core@^1.13.0":
|
||||
version "1.14.1"
|
||||
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.14.1.tgz#008f1c4a20ff83fd1672d9e31d76b687862f7511"
|
||||
integrity sha512-KyHIIpKNaT20FtFPFjCQB5WVSTpLR/n+jQXhWHWVUMm9MaOaG9BGOG0MSyt7yA4+Lm+4c9rTc03tt3nYzeYSfw==
|
||||
"@shikijs/engine-javascript@1.20.0":
|
||||
version "1.20.0"
|
||||
resolved "https://registry.yarnpkg.com/@shikijs/engine-javascript/-/engine-javascript-1.20.0.tgz#ffb18986aa4d989b0320136202b29739a659778a"
|
||||
integrity sha512-ZUMo758uduM0Tfgzi/kd+0IKMbNdumCxxWjY36uf1DIs2Qyg9HIq3vA1Wfa/vc6HE7tHWFpANRi3mv7UzJ68MQ==
|
||||
dependencies:
|
||||
"@types/hast" "^3.0.4"
|
||||
"@shikijs/types" "1.20.0"
|
||||
"@shikijs/vscode-textmate" "^9.2.2"
|
||||
oniguruma-to-js "0.4.3"
|
||||
|
||||
"@shikijs/engine-oniguruma@1.20.0":
|
||||
version "1.20.0"
|
||||
resolved "https://registry.yarnpkg.com/@shikijs/engine-oniguruma/-/engine-oniguruma-1.20.0.tgz#21091c82349109710050169332eec1ec3ff3095b"
|
||||
integrity sha512-MQ40WkVTZk7by33ces4PGK6XNFSo6PYvKTSAr2kTWdRNhFmOcnaX+1XzvFwB26eySXR7U74t91czZ1qJkEgxTA==
|
||||
dependencies:
|
||||
"@shikijs/types" "1.20.0"
|
||||
"@shikijs/vscode-textmate" "^9.2.2"
|
||||
|
||||
"@shikijs/transformers@^1.13.0":
|
||||
version "1.16.2"
|
||||
resolved "https://registry.yarnpkg.com/@shikijs/transformers/-/transformers-1.16.2.tgz#1b090520b79188ba5f06d3c11404438231669971"
|
||||
integrity sha512-AR6ANiKwi1dJr5g/W0L+Su4PoHurkHLgtNmesbOFOPGKNQC2BeGU/Z2Ghkl+cUF5PfE+UeLkxUwzpE6H37hTSg==
|
||||
version "1.20.0"
|
||||
resolved "https://registry.yarnpkg.com/@shikijs/transformers/-/transformers-1.20.0.tgz#8efa331c9edb6b8d4040de1f7024efaef80e55f5"
|
||||
integrity sha512-TNS5KAErbNIOm1QqabuVaU77NOs5xWfpjpnqME059SA8yddr3mN5ZNAeCI+4QAAnNqZd8RKXjp+9hw66f5ak/A==
|
||||
dependencies:
|
||||
shiki "1.16.2"
|
||||
shiki "1.20.0"
|
||||
|
||||
"@shikijs/vscode-textmate@^9.2.0":
|
||||
version "9.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@shikijs/vscode-textmate/-/vscode-textmate-9.2.0.tgz#a8405c86b4ea3e1cec779319e7d5c4e67283b2db"
|
||||
integrity sha512-5FinaOp6Vdh/dl4/yaOTh0ZeKch+rYS8DUb38V3GMKYVkdqzxw53lViRKUYkVILRiVQT7dcPC7VvAKOR73zVtQ==
|
||||
"@shikijs/types@1.20.0":
|
||||
version "1.20.0"
|
||||
resolved "https://registry.yarnpkg.com/@shikijs/types/-/types-1.20.0.tgz#6ae758cc48cf7e776a538437dc8d17d8f49bdc4e"
|
||||
integrity sha512-y+EaDvU2K6/GaXOKXxJaGnr1XtmZMF7MfS0pSEDdxEq66gCtKsLwQvVwoQFdp7R7dLlNAro3ijEE19sMZ0pzqg==
|
||||
dependencies:
|
||||
"@shikijs/vscode-textmate" "^9.2.2"
|
||||
"@types/hast" "^3.0.4"
|
||||
|
||||
"@shikijs/vscode-textmate@^9.2.2":
|
||||
version "9.2.2"
|
||||
resolved "https://registry.yarnpkg.com/@shikijs/vscode-textmate/-/vscode-textmate-9.2.2.tgz#24571f50625c7cd075f9efe0def8b9d2c0930ada"
|
||||
integrity sha512-TMp15K+GGYrWlZM8+Lnj9EaHEFmOen0WJBrfa17hF7taDOYthuPPV0GWzfd/9iMij0akS/8Yw2ikquH7uVi/fg==
|
||||
|
||||
"@types/estree@1.0.5":
|
||||
version "1.0.5"
|
||||
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
|
||||
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
|
||||
|
||||
"@types/hast@^3.0.4":
|
||||
"@types/hast@^3.0.0", "@types/hast@^3.0.4":
|
||||
version "3.0.4"
|
||||
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa"
|
||||
integrity sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==
|
||||
@@ -451,12 +473,19 @@
|
||||
"@types/linkify-it" "^5"
|
||||
"@types/mdurl" "^2"
|
||||
|
||||
"@types/mdast@^4.0.0":
|
||||
version "4.0.4"
|
||||
resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-4.0.4.tgz#7ccf72edd2f1aa7dd3437e180c64373585804dd6"
|
||||
integrity sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==
|
||||
dependencies:
|
||||
"@types/unist" "*"
|
||||
|
||||
"@types/mdurl@^2":
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-2.0.0.tgz#d43878b5b20222682163ae6f897b20447233bdfd"
|
||||
integrity sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==
|
||||
|
||||
"@types/unist@*":
|
||||
"@types/unist@*", "@types/unist@^3.0.0":
|
||||
version "3.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
|
||||
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
|
||||
@@ -466,66 +495,71 @@
|
||||
resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz#f066abfcd1cbe66267cdbbf0de010d8a41b41597"
|
||||
integrity sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==
|
||||
|
||||
"@vitejs/plugin-vue@^5.1.2":
|
||||
version "5.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.1.3.tgz#42b55c1a4d6f329aea25c5a24db51a31db31c693"
|
||||
integrity sha512-3xbWsKEKXYlmX82aOHufFQVnkbMC/v8fLpWwh6hWOUrK5fbbtBh9Q/WWse27BFgSy2/e2c0fz5Scgya9h2GLhw==
|
||||
"@ungap/structured-clone@^1.0.0":
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
||||
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
|
||||
|
||||
"@vue/compiler-core@3.5.3":
|
||||
version "3.5.3"
|
||||
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.3.tgz#93476cc858c8a4e5e9670c9a9185661026136dee"
|
||||
integrity sha512-adAfy9boPkP233NTyvLbGEqVuIfK/R0ZsBsIOW4BZNfb4BRpRW41Do1u+ozJpsb+mdoy80O20IzAsHaihRb5qA==
|
||||
"@vitejs/plugin-vue@^5.1.2":
|
||||
version "5.1.4"
|
||||
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.1.4.tgz#72b8b705cfce36b00b59af196195146e356500c4"
|
||||
integrity sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==
|
||||
|
||||
"@vue/compiler-core@3.5.9":
|
||||
version "3.5.9"
|
||||
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.9.tgz#d51fbfe6c18479b27fe6b1723344ba0832e4aacb"
|
||||
integrity sha512-KE1sCdwqSKq0CQ/ltg3XnlMTKeinjegIkuFsuq9DKvNPmqLGdmI51ChZdGBBRXIvEYTLm8X/JxOuBQ1HqF/+PA==
|
||||
dependencies:
|
||||
"@babel/parser" "^7.25.3"
|
||||
"@vue/shared" "3.5.3"
|
||||
"@vue/shared" "3.5.9"
|
||||
entities "^4.5.0"
|
||||
estree-walker "^2.0.2"
|
||||
source-map-js "^1.2.0"
|
||||
|
||||
"@vue/compiler-dom@3.5.3":
|
||||
version "3.5.3"
|
||||
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.3.tgz#195f21b2c700477e4c3e21f4c98edc7032aedca3"
|
||||
integrity sha512-wnzFArg9zpvk/811CDOZOadJRugf1Bgl/TQ3RfV4nKfSPok4hi0w10ziYUQR6LnnBAUlEXYLUfZ71Oj9ds/+QA==
|
||||
"@vue/compiler-dom@3.5.9":
|
||||
version "3.5.9"
|
||||
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.9.tgz#6fa2b7e536ae4c416fc2d60b7e9e33b3410eac7a"
|
||||
integrity sha512-gEAURwPo902AsJF50vl59VaWR+Cx6cX9SoqLYHu1jq9hDbmQlXvpZyYNIIbxa2JTJ+FD/oBQweVUwuTQv79KTg==
|
||||
dependencies:
|
||||
"@vue/compiler-core" "3.5.3"
|
||||
"@vue/shared" "3.5.3"
|
||||
"@vue/compiler-core" "3.5.9"
|
||||
"@vue/shared" "3.5.9"
|
||||
|
||||
"@vue/compiler-sfc@3.5.3":
|
||||
version "3.5.3"
|
||||
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.3.tgz#d44c1cafe94d26f74fa4864cabc948c3908a27de"
|
||||
integrity sha512-P3uATLny2tfyvMB04OQFe7Sczteno7SLFxwrOA/dw01pBWQHB5HL15a8PosoNX2aG/EAMGqnXTu+1LnmzFhpTQ==
|
||||
"@vue/compiler-sfc@3.5.9":
|
||||
version "3.5.9"
|
||||
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.9.tgz#020b7654f1fde7c606a49ec4e4d2838e8e1a43c5"
|
||||
integrity sha512-kp9qawcTXakYm0TN6YAwH24IurSywoXh4fWhRbLu0at4UVyo994bhEzJlQn82eiyqtut4GjkQodSfn8drFbpZQ==
|
||||
dependencies:
|
||||
"@babel/parser" "^7.25.3"
|
||||
"@vue/compiler-core" "3.5.3"
|
||||
"@vue/compiler-dom" "3.5.3"
|
||||
"@vue/compiler-ssr" "3.5.3"
|
||||
"@vue/shared" "3.5.3"
|
||||
"@vue/compiler-core" "3.5.9"
|
||||
"@vue/compiler-dom" "3.5.9"
|
||||
"@vue/compiler-ssr" "3.5.9"
|
||||
"@vue/shared" "3.5.9"
|
||||
estree-walker "^2.0.2"
|
||||
magic-string "^0.30.11"
|
||||
postcss "^8.4.44"
|
||||
postcss "^8.4.47"
|
||||
source-map-js "^1.2.0"
|
||||
|
||||
"@vue/compiler-ssr@3.5.3":
|
||||
version "3.5.3"
|
||||
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.3.tgz#ef8a98385f571e36798a82d783ac369a06d24f5c"
|
||||
integrity sha512-F/5f+r2WzL/2YAPl7UlKcJWHrvoZN8XwEBLnT7S4BXwncH25iDOabhO2M2DWioyTguJAGavDOawejkFXj8EM1w==
|
||||
"@vue/compiler-ssr@3.5.9":
|
||||
version "3.5.9"
|
||||
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.9.tgz#e30f8e866589392421abcbfc0e0241470f3ca9a6"
|
||||
integrity sha512-fb1g2mQv32QzIei76rlXRTz08Grw+ZzBXSQfHo4StGFutm/flyebw3dGJkexKwcU3GjX9s5fIGjEv/cjO8j8Yw==
|
||||
dependencies:
|
||||
"@vue/compiler-dom" "3.5.3"
|
||||
"@vue/shared" "3.5.3"
|
||||
"@vue/compiler-dom" "3.5.9"
|
||||
"@vue/shared" "3.5.9"
|
||||
|
||||
"@vue/devtools-api@^7.3.8":
|
||||
version "7.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-7.4.4.tgz#12bcdd742cd6e0c372a0b3d50627fc5c5fdaff13"
|
||||
integrity sha512-Iqqy9yBFWBbPb/jHlJzU/OrU+iHSJ/e9p/v5pZhm/L5pUCX26z32bvvjPa28vMXxRehbAZTgX8zovOeqBTnhdg==
|
||||
version "7.4.6"
|
||||
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-7.4.6.tgz#5e9249d6de3cee58624e511fdc727837b1f2d273"
|
||||
integrity sha512-XipBV5k0/IfTr0sNBDTg7OBUCp51cYMMXyPxLXJZ4K/wmUeMqt8cVdr2ZZGOFq+si/jTyCYnNxeKoyev5DOUUA==
|
||||
dependencies:
|
||||
"@vue/devtools-kit" "^7.4.4"
|
||||
"@vue/devtools-kit" "^7.4.6"
|
||||
|
||||
"@vue/devtools-kit@^7.4.4":
|
||||
version "7.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@vue/devtools-kit/-/devtools-kit-7.4.4.tgz#f05e775e6e80636362a25c955c7c1291f990e456"
|
||||
integrity sha512-awK/4NfsUG0nQ7qnTM37m7ZkEUMREyPh8taFCX+uQYps/MTFEum0AD05VeGDRMXwWvMmGIcWX9xp8ZiBddY0jw==
|
||||
"@vue/devtools-kit@^7.4.6":
|
||||
version "7.4.6"
|
||||
resolved "https://registry.yarnpkg.com/@vue/devtools-kit/-/devtools-kit-7.4.6.tgz#80aa30db65bf5b2b0eda4e818749d3c37d80f709"
|
||||
integrity sha512-NbYBwPWgEic1AOd9bWExz9weBzFdjiIfov0yRn4DrRfR+EQJCI9dn4I0XS7IxYGdkmUJi8mFW42LLk18WsGqew==
|
||||
dependencies:
|
||||
"@vue/devtools-shared" "^7.4.4"
|
||||
"@vue/devtools-shared" "^7.4.6"
|
||||
birpc "^0.2.17"
|
||||
hookable "^5.5.3"
|
||||
mitt "^3.0.1"
|
||||
@@ -533,101 +567,79 @@
|
||||
speakingurl "^14.0.1"
|
||||
superjson "^2.2.1"
|
||||
|
||||
"@vue/devtools-shared@^7.4.4":
|
||||
version "7.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@vue/devtools-shared/-/devtools-shared-7.4.4.tgz#f841a99ed30ac3120f878de77e4721c964984976"
|
||||
integrity sha512-yeJULXFHOKIm8yL2JFO050a9ztTVqOCKTqN9JHFxGTJN0b+gjtfn6zC+FfyHUgjwCwf6E3hfKrlohtthcqoYqw==
|
||||
"@vue/devtools-shared@^7.4.6":
|
||||
version "7.4.6"
|
||||
resolved "https://registry.yarnpkg.com/@vue/devtools-shared/-/devtools-shared-7.4.6.tgz#492c2301caacc83a32542dd95dfcae3980621417"
|
||||
integrity sha512-rPeSBzElnHYMB05Cc056BQiJpgocQjY8XVulgni+O9a9Gr9tNXgPteSzFFD+fT/iWMxNuUgGKs9CuW5DZewfIg==
|
||||
dependencies:
|
||||
rfdc "^1.4.1"
|
||||
|
||||
"@vue/reactivity@3.5.3":
|
||||
version "3.5.3"
|
||||
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.5.3.tgz#0bdc6031d5be973ee0f807f82259d5579fb46fb6"
|
||||
integrity sha512-2w61UnRWTP7+rj1H/j6FH706gRBHdFVpIqEkSDAyIpafBXYH8xt4gttstbbCWdU3OlcSWO8/3mbKl/93/HSMpw==
|
||||
"@vue/reactivity@3.5.9":
|
||||
version "3.5.9"
|
||||
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.5.9.tgz#8864a55e4c495666f3c679beb8f734489eeb042e"
|
||||
integrity sha512-88ApgNZ6yPYpyYkTfXzcbWk6O8+LrPRIpa/U4AdeTzpfRUO+EUt5jemnTBVSlAUNmlYY96xa5feUNEq+BouLog==
|
||||
dependencies:
|
||||
"@vue/shared" "3.5.3"
|
||||
"@vue/shared" "3.5.9"
|
||||
|
||||
"@vue/runtime-core@3.5.3":
|
||||
version "3.5.3"
|
||||
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.5.3.tgz#8126927e4b0cf87a8a7d32822abe8170b8c99edf"
|
||||
integrity sha512-5b2AQw5OZlmCzSsSBWYoZOsy75N4UdMWenTfDdI5bAzXnuVR7iR8Q4AOzQm2OGoA41xjk53VQKrqQhOz2ktWaw==
|
||||
"@vue/runtime-core@3.5.9":
|
||||
version "3.5.9"
|
||||
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.5.9.tgz#e47f890734039f77dac86328cc059cf8188c5729"
|
||||
integrity sha512-YAeP0zNkjSl5mEc1NxOg9qoAhLNbREElHAhfYbMXT57oF0ixehEEJWBhg2uvVxslCGh23JhpEAyMvJrJHW9WGg==
|
||||
dependencies:
|
||||
"@vue/reactivity" "3.5.3"
|
||||
"@vue/shared" "3.5.3"
|
||||
"@vue/reactivity" "3.5.9"
|
||||
"@vue/shared" "3.5.9"
|
||||
|
||||
"@vue/runtime-dom@3.5.3":
|
||||
version "3.5.3"
|
||||
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.5.3.tgz#f07ba3faecfd39feb54c4d13d8cc4416ca28f111"
|
||||
integrity sha512-wPR1DEGc3XnQ7yHbmkTt3GoY0cEnVGQnARRdAkDzZ8MbUKEs26gogCQo6AOvvgahfjIcnvWJzkZArQ1fmWjcSg==
|
||||
"@vue/runtime-dom@3.5.9":
|
||||
version "3.5.9"
|
||||
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.5.9.tgz#088746207f74963d09b31ce7b79add0bf96aa337"
|
||||
integrity sha512-5Oq/5oenpB9lw94moKvOHqBDEaMSyDmcu2HS8AtAT6/pwdo/t9fR9aVtLh6FzYGGqZR9yRfoHAN6P7goblq1aA==
|
||||
dependencies:
|
||||
"@vue/reactivity" "3.5.3"
|
||||
"@vue/runtime-core" "3.5.3"
|
||||
"@vue/shared" "3.5.3"
|
||||
"@vue/reactivity" "3.5.9"
|
||||
"@vue/runtime-core" "3.5.9"
|
||||
"@vue/shared" "3.5.9"
|
||||
csstype "^3.1.3"
|
||||
|
||||
"@vue/server-renderer@3.5.3":
|
||||
version "3.5.3"
|
||||
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.5.3.tgz#1cbf7bb83cf1a6c7cdcea4ae3afca65c3cf6cf29"
|
||||
integrity sha512-28volmaZVG2PGO3V3+gBPKoSHvLlE8FGfG/GKXKkjjfxLuj/50B/0OQGakM/g6ehQeqCrZYM4eHC4Ks48eig1Q==
|
||||
"@vue/server-renderer@3.5.9":
|
||||
version "3.5.9"
|
||||
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.5.9.tgz#3bf0736001623960d120ef01dee5045fad6efadb"
|
||||
integrity sha512-tbuUsZfMWGazR9LXLNiiDSTwkO8K9sLyR70diY+FbQmKmh7236PPz4jkTxymelV8D89IJUGtbfe4VdmpHkmuxg==
|
||||
dependencies:
|
||||
"@vue/compiler-ssr" "3.5.3"
|
||||
"@vue/shared" "3.5.3"
|
||||
"@vue/compiler-ssr" "3.5.9"
|
||||
"@vue/shared" "3.5.9"
|
||||
|
||||
"@vue/shared@3.5.3", "@vue/shared@^3.4.38":
|
||||
version "3.5.3"
|
||||
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.3.tgz#fb7149372cf5768b9a9f980067c5d0ebac8dc833"
|
||||
integrity sha512-Jp2v8nylKBT+PlOUjun2Wp/f++TfJVFjshLzNtJDdmFJabJa7noGMncqXRM1vXGX+Yo2V7WykQFNxusSim8SCA==
|
||||
"@vue/shared@3.5.9", "@vue/shared@^3.4.38":
|
||||
version "3.5.9"
|
||||
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.9.tgz#713257216ea2cbf4e200cb9ae395c34ae2349385"
|
||||
integrity sha512-8wiT/m0mnsLhTME0mPgc57jv+4TipRBSAAmheUdYgiOaO6AobZPNOmm87ub4np65VVDgLcWxc+Edc++5Wyz1uA==
|
||||
|
||||
"@vueuse/core@11.0.3":
|
||||
version "11.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-11.0.3.tgz#e5fb5aa6580c6e505cecea43518fcb66cb56a3ef"
|
||||
integrity sha512-RENlh64+SYA9XMExmmH1a3TPqeIuJBNNB/63GT35MZI+zpru3oMRUA6cEFr9HmGqEgUisurwGwnIieF6qu3aXw==
|
||||
"@vueuse/core@11.1.0", "@vueuse/core@^11.0.0":
|
||||
version "11.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-11.1.0.tgz#a104f33c899a15f3b28d3eb7b20738501a3a5035"
|
||||
integrity sha512-P6dk79QYA6sKQnghrUz/1tHi0n9mrb/iO1WTMk/ElLmTyNqgDeSZ3wcDf6fRBGzRJbeG1dxzEOvLENMjr+E3fg==
|
||||
dependencies:
|
||||
"@types/web-bluetooth" "^0.0.20"
|
||||
"@vueuse/metadata" "11.0.3"
|
||||
"@vueuse/shared" "11.0.3"
|
||||
vue-demi ">=0.14.10"
|
||||
|
||||
"@vueuse/core@^11.0.0":
|
||||
version "11.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-11.0.1.tgz#cffaf8824a1b3b3c3cbe5d7d6de21000f43fab23"
|
||||
integrity sha512-YTrekI18WwEyP3h168Fir94G/HNC27wvXJI21Alm0sPOwvhihfkrvHIe+5PNJq+MpgWdRcsjvE/38JaoKrgZhQ==
|
||||
dependencies:
|
||||
"@types/web-bluetooth" "^0.0.20"
|
||||
"@vueuse/metadata" "11.0.1"
|
||||
"@vueuse/shared" "11.0.1"
|
||||
"@vueuse/metadata" "11.1.0"
|
||||
"@vueuse/shared" "11.1.0"
|
||||
vue-demi ">=0.14.10"
|
||||
|
||||
"@vueuse/integrations@^11.0.0":
|
||||
version "11.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@vueuse/integrations/-/integrations-11.0.3.tgz#38c91fe555175a382d43548138fca615fc42a4bf"
|
||||
integrity sha512-w6CDisaxs19S5Fd+NPPLFaA3GoX5gxuxrbTTBu0EYap7oH13w75L6C/+7e9mcoF9akhcR6GyYajwVMQEjdapJg==
|
||||
version "11.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@vueuse/integrations/-/integrations-11.1.0.tgz#1e2c1d43b2d389fc4b4d0a7ee08091665698b9ad"
|
||||
integrity sha512-O2ZgrAGPy0qAjpoI2YR3egNgyEqwG85fxfwmA9BshRIGjV4G6yu6CfOPpMHAOoCD+UfsIl7Vb1bXJ6ifrHYDDA==
|
||||
dependencies:
|
||||
"@vueuse/core" "11.0.3"
|
||||
"@vueuse/shared" "11.0.3"
|
||||
"@vueuse/core" "11.1.0"
|
||||
"@vueuse/shared" "11.1.0"
|
||||
vue-demi ">=0.14.10"
|
||||
|
||||
"@vueuse/metadata@11.0.1":
|
||||
version "11.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-11.0.1.tgz#b78fee96948896f1663c8da1f4a94839aa7627d7"
|
||||
integrity sha512-dTFvuHFAjLYOiSd+t9Sk7xUiuL6jbfay/eX+g+jaipXXlwKur2VCqBCZX+jfu+2vROUGcUsdn3fJR9KkpadIOg==
|
||||
"@vueuse/metadata@11.1.0":
|
||||
version "11.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-11.1.0.tgz#ad367d2a51d985129724425923b3cf95f0faf27b"
|
||||
integrity sha512-l9Q502TBTaPYGanl1G+hPgd3QX5s4CGnpXriVBR5fEZ/goI6fvDaVmIl3Td8oKFurOxTmbXvBPSsgrd6eu6HYg==
|
||||
|
||||
"@vueuse/metadata@11.0.3":
|
||||
version "11.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-11.0.3.tgz#f3f20066fb5217df24614de92162b65c24475e1b"
|
||||
integrity sha512-+FtbO4SD5WpsOcQTcC0hAhNlOid6QNLzqedtquTtQ+CRNBoAt9GuV07c6KNHK1wCmlq8DFPwgiLF2rXwgSHX5Q==
|
||||
|
||||
"@vueuse/shared@11.0.1":
|
||||
version "11.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-11.0.1.tgz#50c34d3d20a889bfa36db87fd7208be29e5448c7"
|
||||
integrity sha512-eAPf5CQB3HR0S76HqrhjBqFYstZfiHWZq8xF9EQmobGBkrhPfErJEhr8aMNQMqd6MkENIx2pblIEfJGlHpClug==
|
||||
dependencies:
|
||||
vue-demi ">=0.14.10"
|
||||
|
||||
"@vueuse/shared@11.0.3":
|
||||
version "11.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-11.0.3.tgz#0e5519dcdc9ac0c6fc831c105a9e7ba7bda98628"
|
||||
integrity sha512-0rY2m6HS5t27n/Vp5cTDsKTlNnimCqsbh/fmT2LgE+aaU42EMfXo8+bNX91W9I7DDmxfuACXMmrd7d79JxkqWA==
|
||||
"@vueuse/shared@11.1.0":
|
||||
version "11.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-11.1.0.tgz#3bfc3aa555c2a456c21945ec7f127d71938d12e8"
|
||||
integrity sha512-YUtIpY122q7osj+zsNMFAfMTubGz0sn5QzE5gPzAIiCmtt2ha3uQUY1+JPyL4gRCTsLPX82Y9brNbo/aqlA91w==
|
||||
dependencies:
|
||||
vue-demi ">=0.14.10"
|
||||
|
||||
@@ -657,6 +669,26 @@ birpc@^0.2.17:
|
||||
resolved "https://registry.yarnpkg.com/birpc/-/birpc-0.2.17.tgz#d0bdb90d4d063061156637f03b7b0adea1779734"
|
||||
integrity sha512-+hkTxhot+dWsLpp3gia5AkVHIsKlZybNT5gIYiDlNzJrmYPcTM9k5/w2uaj3IPpd7LlEYpmCj4Jj1nC41VhDFg==
|
||||
|
||||
ccount@^2.0.0:
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/ccount/-/ccount-2.0.1.tgz#17a3bf82302e0870d6da43a01311a8bc02a3ecf5"
|
||||
integrity sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==
|
||||
|
||||
character-entities-html4@^2.0.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz#1f1adb940c971a4b22ba39ddca6b618dc6e56b2b"
|
||||
integrity sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==
|
||||
|
||||
character-entities-legacy@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz#76bc83a90738901d7bc223a9e93759fdd560125b"
|
||||
integrity sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==
|
||||
|
||||
comma-separated-tokens@^2.0.0:
|
||||
version "2.0.3"
|
||||
resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz#4e89c9458acb61bc8fef19f4529973b2392839ee"
|
||||
integrity sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==
|
||||
|
||||
copy-anything@^3.0.2:
|
||||
version "3.0.5"
|
||||
resolved "https://registry.yarnpkg.com/copy-anything/-/copy-anything-3.0.5.tgz#2d92dce8c498f790fa7ad16b01a1ae5a45b020a0"
|
||||
@@ -669,6 +701,18 @@ csstype@^3.1.3:
|
||||
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
|
||||
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
|
||||
|
||||
dequal@^2.0.0:
|
||||
version "2.0.3"
|
||||
resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.3.tgz#2644214f1997d39ed0ee0ece72335490a7ac67be"
|
||||
integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==
|
||||
|
||||
devlop@^1.0.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/devlop/-/devlop-1.1.0.tgz#4db7c2ca4dc6e0e834c30be70c94bbc976dc7018"
|
||||
integrity sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==
|
||||
dependencies:
|
||||
dequal "^2.0.0"
|
||||
|
||||
entities@^4.5.0:
|
||||
version "4.5.0"
|
||||
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
|
||||
@@ -709,9 +753,9 @@ estree-walker@^2.0.2:
|
||||
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
|
||||
|
||||
focus-trap@^7.5.4:
|
||||
version "7.5.4"
|
||||
resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-7.5.4.tgz#6c4e342fe1dae6add9c2aa332a6e7a0bbd495ba2"
|
||||
integrity sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==
|
||||
version "7.6.0"
|
||||
resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-7.6.0.tgz#7f3edab8135eaca92ab59b6e963eb5cc42ded715"
|
||||
integrity sha512-1td0l3pMkWJLFipobUcGaf+5DTY4PLDDrcqoSaKP8ediO/CoWCCYk/fT/Y2A4e6TNB+Sh6clRJCjOPPnKoNHnQ==
|
||||
dependencies:
|
||||
tabbable "^6.2.0"
|
||||
|
||||
@@ -720,11 +764,40 @@ fsevents@~2.3.2, fsevents@~2.3.3:
|
||||
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
|
||||
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
|
||||
|
||||
hast-util-to-html@^9.0.3:
|
||||
version "9.0.3"
|
||||
resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-9.0.3.tgz#a9999a0ba6b4919576a9105129fead85d37f302b"
|
||||
integrity sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==
|
||||
dependencies:
|
||||
"@types/hast" "^3.0.0"
|
||||
"@types/unist" "^3.0.0"
|
||||
ccount "^2.0.0"
|
||||
comma-separated-tokens "^2.0.0"
|
||||
hast-util-whitespace "^3.0.0"
|
||||
html-void-elements "^3.0.0"
|
||||
mdast-util-to-hast "^13.0.0"
|
||||
property-information "^6.0.0"
|
||||
space-separated-tokens "^2.0.0"
|
||||
stringify-entities "^4.0.0"
|
||||
zwitch "^2.0.4"
|
||||
|
||||
hast-util-whitespace@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz#7778ed9d3c92dd9e8c5c8f648a49c21fc51cb621"
|
||||
integrity sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==
|
||||
dependencies:
|
||||
"@types/hast" "^3.0.0"
|
||||
|
||||
hookable@^5.5.3:
|
||||
version "5.5.3"
|
||||
resolved "https://registry.yarnpkg.com/hookable/-/hookable-5.5.3.tgz#6cfc358984a1ef991e2518cb9ed4a778bbd3215d"
|
||||
integrity sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==
|
||||
|
||||
html-void-elements@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-3.0.0.tgz#fc9dbd84af9e747249034d4d62602def6517f1d7"
|
||||
integrity sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==
|
||||
|
||||
is-what@^4.1.8:
|
||||
version "4.1.16"
|
||||
resolved "https://registry.yarnpkg.com/is-what/-/is-what-4.1.16.tgz#1ad860a19da8b4895ad5495da3182ce2acdd7a6f"
|
||||
@@ -742,6 +815,53 @@ mark.js@8.11.1:
|
||||
resolved "https://registry.yarnpkg.com/mark.js/-/mark.js-8.11.1.tgz#180f1f9ebef8b0e638e4166ad52db879beb2ffc5"
|
||||
integrity sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==
|
||||
|
||||
mdast-util-to-hast@^13.0.0:
|
||||
version "13.2.0"
|
||||
resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz#5ca58e5b921cc0a3ded1bc02eed79a4fe4fe41f4"
|
||||
integrity sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==
|
||||
dependencies:
|
||||
"@types/hast" "^3.0.0"
|
||||
"@types/mdast" "^4.0.0"
|
||||
"@ungap/structured-clone" "^1.0.0"
|
||||
devlop "^1.0.0"
|
||||
micromark-util-sanitize-uri "^2.0.0"
|
||||
trim-lines "^3.0.0"
|
||||
unist-util-position "^5.0.0"
|
||||
unist-util-visit "^5.0.0"
|
||||
vfile "^6.0.0"
|
||||
|
||||
micromark-util-character@^2.0.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/micromark-util-character/-/micromark-util-character-2.1.0.tgz#31320ace16b4644316f6bf057531689c71e2aee1"
|
||||
integrity sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==
|
||||
dependencies:
|
||||
micromark-util-symbol "^2.0.0"
|
||||
micromark-util-types "^2.0.0"
|
||||
|
||||
micromark-util-encode@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz#0921ac7953dc3f1fd281e3d1932decfdb9382ab1"
|
||||
integrity sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==
|
||||
|
||||
micromark-util-sanitize-uri@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz#ec8fbf0258e9e6d8f13d9e4770f9be64342673de"
|
||||
integrity sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==
|
||||
dependencies:
|
||||
micromark-util-character "^2.0.0"
|
||||
micromark-util-encode "^2.0.0"
|
||||
micromark-util-symbol "^2.0.0"
|
||||
|
||||
micromark-util-symbol@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz#12225c8f95edf8b17254e47080ce0862d5db8044"
|
||||
integrity sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==
|
||||
|
||||
micromark-util-types@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/micromark-util-types/-/micromark-util-types-2.0.0.tgz#63b4b7ffeb35d3ecf50d1ca20e68fc7caa36d95e"
|
||||
integrity sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==
|
||||
|
||||
minisearch@^7.1.0:
|
||||
version "7.1.0"
|
||||
resolved "https://registry.yarnpkg.com/minisearch/-/minisearch-7.1.0.tgz#f5830e9109b5919ee7b291c29a304f381aa68770"
|
||||
@@ -757,29 +877,46 @@ nanoid@^3.3.7:
|
||||
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
|
||||
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
|
||||
|
||||
oniguruma-to-js@0.4.3:
|
||||
version "0.4.3"
|
||||
resolved "https://registry.yarnpkg.com/oniguruma-to-js/-/oniguruma-to-js-0.4.3.tgz#8d899714c21f5c7d59a3c0008ca50e848086d740"
|
||||
integrity sha512-X0jWUcAlxORhOqqBREgPMgnshB7ZGYszBNspP+tS9hPD3l13CdaXcHbgImoHUHlrvGx/7AvFEkTRhAGYh+jzjQ==
|
||||
dependencies:
|
||||
regex "^4.3.2"
|
||||
|
||||
perfect-debounce@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz#9c2e8bc30b169cc984a58b7d5b28049839591d2a"
|
||||
integrity sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==
|
||||
|
||||
picocolors@^1.0.1:
|
||||
picocolors@^1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
|
||||
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
|
||||
|
||||
postcss@^8.4.43, postcss@^8.4.44:
|
||||
version "8.4.45"
|
||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.45.tgz#538d13d89a16ef71edbf75d895284ae06b79e603"
|
||||
integrity sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==
|
||||
postcss@^8.4.43, postcss@^8.4.47:
|
||||
version "8.4.47"
|
||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365"
|
||||
integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==
|
||||
dependencies:
|
||||
nanoid "^3.3.7"
|
||||
picocolors "^1.0.1"
|
||||
source-map-js "^1.2.0"
|
||||
picocolors "^1.1.0"
|
||||
source-map-js "^1.2.1"
|
||||
|
||||
preact@^10.0.0:
|
||||
version "10.23.2"
|
||||
resolved "https://registry.yarnpkg.com/preact/-/preact-10.23.2.tgz#52deec92796ae0f0cc6b034d9c66e0fbc1b837dc"
|
||||
integrity sha512-kKYfePf9rzKnxOAKDpsWhg/ysrHPqT+yQ7UW4JjdnqjFIeNUnNcEJvhuA8fDenxAGWzUqtd51DfVg7xp/8T9NA==
|
||||
version "10.24.1"
|
||||
resolved "https://registry.yarnpkg.com/preact/-/preact-10.24.1.tgz#501e206d0a46667b6d0d8b780c7a65172239b2d0"
|
||||
integrity sha512-PnBAwFI3Yjxxcxw75n6VId/5TFxNW/81zexzWD9jn1+eSrOP84NdsS38H5IkF/UH3frqRPT+MvuCoVHjTDTnDw==
|
||||
|
||||
property-information@^6.0.0:
|
||||
version "6.5.0"
|
||||
resolved "https://registry.yarnpkg.com/property-information/-/property-information-6.5.0.tgz#6212fbb52ba757e92ef4fb9d657563b933b7ffec"
|
||||
integrity sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==
|
||||
|
||||
regex@^4.3.2:
|
||||
version "4.3.2"
|
||||
resolved "https://registry.yarnpkg.com/regex/-/regex-4.3.2.tgz#a68a68c9b337a77bf4ce4ed0b4b1a49d97cb3b7b"
|
||||
integrity sha512-kK/AA3A9K6q2js89+VMymcboLOlF5lZRCYJv3gzszXFHBr6kO6qLGzbm+UIugBEV8SMMKCTR59txoY6ctRHYVw==
|
||||
|
||||
rfdc@^1.4.1:
|
||||
version "1.4.1"
|
||||
@@ -787,49 +924,65 @@ rfdc@^1.4.1:
|
||||
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
|
||||
|
||||
rollup@^4.20.0:
|
||||
version "4.21.2"
|
||||
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.21.2.tgz#f41f277a448d6264e923dd1ea179f0a926aaf9b7"
|
||||
integrity sha512-e3TapAgYf9xjdLvKQCkQTnbTKd4a6jwlpQSJJFokHGaX2IVjoEqkIIhiQfqsi0cdwlOD+tQGuOd5AJkc5RngBw==
|
||||
version "4.22.4"
|
||||
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.22.4.tgz#4135a6446671cd2a2453e1ad42a45d5973ec3a0f"
|
||||
integrity sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==
|
||||
dependencies:
|
||||
"@types/estree" "1.0.5"
|
||||
optionalDependencies:
|
||||
"@rollup/rollup-android-arm-eabi" "4.21.2"
|
||||
"@rollup/rollup-android-arm64" "4.21.2"
|
||||
"@rollup/rollup-darwin-arm64" "4.21.2"
|
||||
"@rollup/rollup-darwin-x64" "4.21.2"
|
||||
"@rollup/rollup-linux-arm-gnueabihf" "4.21.2"
|
||||
"@rollup/rollup-linux-arm-musleabihf" "4.21.2"
|
||||
"@rollup/rollup-linux-arm64-gnu" "4.21.2"
|
||||
"@rollup/rollup-linux-arm64-musl" "4.21.2"
|
||||
"@rollup/rollup-linux-powerpc64le-gnu" "4.21.2"
|
||||
"@rollup/rollup-linux-riscv64-gnu" "4.21.2"
|
||||
"@rollup/rollup-linux-s390x-gnu" "4.21.2"
|
||||
"@rollup/rollup-linux-x64-gnu" "4.21.2"
|
||||
"@rollup/rollup-linux-x64-musl" "4.21.2"
|
||||
"@rollup/rollup-win32-arm64-msvc" "4.21.2"
|
||||
"@rollup/rollup-win32-ia32-msvc" "4.21.2"
|
||||
"@rollup/rollup-win32-x64-msvc" "4.21.2"
|
||||
"@rollup/rollup-android-arm-eabi" "4.22.4"
|
||||
"@rollup/rollup-android-arm64" "4.22.4"
|
||||
"@rollup/rollup-darwin-arm64" "4.22.4"
|
||||
"@rollup/rollup-darwin-x64" "4.22.4"
|
||||
"@rollup/rollup-linux-arm-gnueabihf" "4.22.4"
|
||||
"@rollup/rollup-linux-arm-musleabihf" "4.22.4"
|
||||
"@rollup/rollup-linux-arm64-gnu" "4.22.4"
|
||||
"@rollup/rollup-linux-arm64-musl" "4.22.4"
|
||||
"@rollup/rollup-linux-powerpc64le-gnu" "4.22.4"
|
||||
"@rollup/rollup-linux-riscv64-gnu" "4.22.4"
|
||||
"@rollup/rollup-linux-s390x-gnu" "4.22.4"
|
||||
"@rollup/rollup-linux-x64-gnu" "4.22.4"
|
||||
"@rollup/rollup-linux-x64-musl" "4.22.4"
|
||||
"@rollup/rollup-win32-arm64-msvc" "4.22.4"
|
||||
"@rollup/rollup-win32-ia32-msvc" "4.22.4"
|
||||
"@rollup/rollup-win32-x64-msvc" "4.22.4"
|
||||
fsevents "~2.3.2"
|
||||
|
||||
shiki@1.16.2, shiki@^1.13.0:
|
||||
version "1.16.2"
|
||||
resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.16.2.tgz#6cb6ec67bfd518d720840b9fafc714419253e0e0"
|
||||
integrity sha512-gSym0hZf5a1U0iDPsdoOAZbvoi+e0c6c3NKAi03FoSLTm7oG20tum29+gk0wzzivOasn3loxfGUPT+jZXIUbWg==
|
||||
shiki@1.20.0, shiki@^1.13.0:
|
||||
version "1.20.0"
|
||||
resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.20.0.tgz#ea04cf622234c5cf8f8b6c993f8b7b05009a085e"
|
||||
integrity sha512-MZJJ1PCFsQB1Piq+25wiz0a75yUv8Q3/fzy7SzRx5ONdjdtGdyiKwYn8vb/FnK5kjS0voWGnPpjG16POauUR+g==
|
||||
dependencies:
|
||||
"@shikijs/core" "1.16.2"
|
||||
"@shikijs/vscode-textmate" "^9.2.0"
|
||||
"@shikijs/core" "1.20.0"
|
||||
"@shikijs/engine-javascript" "1.20.0"
|
||||
"@shikijs/engine-oniguruma" "1.20.0"
|
||||
"@shikijs/types" "1.20.0"
|
||||
"@shikijs/vscode-textmate" "^9.2.2"
|
||||
"@types/hast" "^3.0.4"
|
||||
|
||||
source-map-js@^1.2.0:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
|
||||
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
|
||||
source-map-js@^1.2.0, source-map-js@^1.2.1:
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
|
||||
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
|
||||
|
||||
space-separated-tokens@^2.0.0:
|
||||
version "2.0.2"
|
||||
resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz#1ecd9d2350a3844572c3f4a312bceb018348859f"
|
||||
integrity sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==
|
||||
|
||||
speakingurl@^14.0.1:
|
||||
version "14.0.1"
|
||||
resolved "https://registry.yarnpkg.com/speakingurl/-/speakingurl-14.0.1.tgz#f37ec8ddc4ab98e9600c1c9ec324a8c48d772a53"
|
||||
integrity sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==
|
||||
|
||||
stringify-entities@^4.0.0:
|
||||
version "4.0.4"
|
||||
resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-4.0.4.tgz#b3b79ef5f277cc4ac73caeb0236c5ba939b3a4f3"
|
||||
integrity sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==
|
||||
dependencies:
|
||||
character-entities-html4 "^2.0.0"
|
||||
character-entities-legacy "^3.0.0"
|
||||
|
||||
superjson@^2.2.1:
|
||||
version "2.2.1"
|
||||
resolved "https://registry.yarnpkg.com/superjson/-/superjson-2.2.1.tgz#9377a7fa80fedb10c851c9dbffd942d4bcf79733"
|
||||
@@ -847,10 +1000,69 @@ to-fast-properties@^2.0.0:
|
||||
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
|
||||
integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==
|
||||
|
||||
trim-lines@^3.0.0:
|
||||
version "3.0.1"
|
||||
resolved "https://registry.yarnpkg.com/trim-lines/-/trim-lines-3.0.1.tgz#d802e332a07df861c48802c04321017b1bd87338"
|
||||
integrity sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==
|
||||
|
||||
unist-util-is@^6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-6.0.0.tgz#b775956486aff107a9ded971d996c173374be424"
|
||||
integrity sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==
|
||||
dependencies:
|
||||
"@types/unist" "^3.0.0"
|
||||
|
||||
unist-util-position@^5.0.0:
|
||||
version "5.0.0"
|
||||
resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-5.0.0.tgz#678f20ab5ca1207a97d7ea8a388373c9cf896be4"
|
||||
integrity sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==
|
||||
dependencies:
|
||||
"@types/unist" "^3.0.0"
|
||||
|
||||
unist-util-stringify-position@^4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz#449c6e21a880e0855bf5aabadeb3a740314abac2"
|
||||
integrity sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==
|
||||
dependencies:
|
||||
"@types/unist" "^3.0.0"
|
||||
|
||||
unist-util-visit-parents@^6.0.0:
|
||||
version "6.0.1"
|
||||
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz#4d5f85755c3b8f0dc69e21eca5d6d82d22162815"
|
||||
integrity sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==
|
||||
dependencies:
|
||||
"@types/unist" "^3.0.0"
|
||||
unist-util-is "^6.0.0"
|
||||
|
||||
unist-util-visit@^5.0.0:
|
||||
version "5.0.0"
|
||||
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-5.0.0.tgz#a7de1f31f72ffd3519ea71814cccf5fd6a9217d6"
|
||||
integrity sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==
|
||||
dependencies:
|
||||
"@types/unist" "^3.0.0"
|
||||
unist-util-is "^6.0.0"
|
||||
unist-util-visit-parents "^6.0.0"
|
||||
|
||||
vfile-message@^4.0.0:
|
||||
version "4.0.2"
|
||||
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-4.0.2.tgz#c883c9f677c72c166362fd635f21fc165a7d1181"
|
||||
integrity sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==
|
||||
dependencies:
|
||||
"@types/unist" "^3.0.0"
|
||||
unist-util-stringify-position "^4.0.0"
|
||||
|
||||
vfile@^6.0.0:
|
||||
version "6.0.3"
|
||||
resolved "https://registry.yarnpkg.com/vfile/-/vfile-6.0.3.tgz#3652ab1c496531852bf55a6bac57af981ebc38ab"
|
||||
integrity sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==
|
||||
dependencies:
|
||||
"@types/unist" "^3.0.0"
|
||||
vfile-message "^4.0.0"
|
||||
|
||||
vite@^5.4.1:
|
||||
version "5.4.3"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.3.tgz#771c470e808cb6732f204e1ee96c2ed65b97a0eb"
|
||||
integrity sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==
|
||||
version "5.4.8"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.8.tgz#af548ce1c211b2785478d3ba3e8da51e39a287e8"
|
||||
integrity sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==
|
||||
dependencies:
|
||||
esbuild "^0.21.3"
|
||||
postcss "^8.4.43"
|
||||
@@ -885,13 +1097,18 @@ vue-demi@>=0.14.10:
|
||||
resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.14.10.tgz#afc78de3d6f9e11bf78c55e8510ee12814522f04"
|
||||
integrity sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==
|
||||
|
||||
vue@^3.4.38, vue@^3.5.3:
|
||||
version "3.5.3"
|
||||
resolved "https://registry.yarnpkg.com/vue/-/vue-3.5.3.tgz#1f621023b123341ab5f427e2a6d7320d0e47d72b"
|
||||
integrity sha512-xvRbd0HpuLovYbOHXRHlSBsSvmUJbo0pzbkKTApWnQGf3/cu5Z39mQeA5cZdLRVIoNf3zI6MSoOgHUT5i2jO+Q==
|
||||
vue@^3.4.38, vue@^3.5.9:
|
||||
version "3.5.9"
|
||||
resolved "https://registry.yarnpkg.com/vue/-/vue-3.5.9.tgz#a065952d7a7c0e2cbfec8e016582b055ab984357"
|
||||
integrity sha512-nHzQhZ5cjFKynAY2beAm7XtJ5C13VKAFTLTgRYXy+Id1KEKBeiK6hO2RcW1hUjdbHMadz1YzxyHgQigOC54wug==
|
||||
dependencies:
|
||||
"@vue/compiler-dom" "3.5.3"
|
||||
"@vue/compiler-sfc" "3.5.3"
|
||||
"@vue/runtime-dom" "3.5.3"
|
||||
"@vue/server-renderer" "3.5.3"
|
||||
"@vue/shared" "3.5.3"
|
||||
"@vue/compiler-dom" "3.5.9"
|
||||
"@vue/compiler-sfc" "3.5.9"
|
||||
"@vue/runtime-dom" "3.5.9"
|
||||
"@vue/server-renderer" "3.5.9"
|
||||
"@vue/shared" "3.5.9"
|
||||
|
||||
zwitch@^2.0.4:
|
||||
version "2.0.4"
|
||||
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7"
|
||||
integrity sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==
|
||||
|
||||
Reference in New Issue
Block a user