Bump astro from 4.0.0 to 4.3.7 (#45)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.0.0 to 4.3.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/releases">astro's releases</a>.</em></p> <blockquote> <h2>astro@4.3.7</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9857">#9857</a> <a href="73bd900754
"><code>73bd900754365b006ee730df9f379ba924e5b3fa</code></a> Thanks <a href="https://github.com/iamyunsin"><code>@iamyunsin</code></a>! - Fixes false positives in the dev overlay audit when multiple <code>role</code> values exist.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10075">#10075</a> <a href="71273edbb4
"><code>71273edbb429b5afdba6f8ee14681b66e4c09ecc</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Improves error messages for island hydration.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10072">#10072</a> <a href="8106178043
"><code>8106178043050d142bf385bed2990730518f28e2</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Clarifies error messages in endpoint routing.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9971">#9971</a> <a href="d9266c4467
"><code>d9266c4467ca0faa1213c1a5995164e5655ab375</code></a> Thanks <a href="https://github.com/mingjunlu"><code>@mingjunlu</code></a>! - Fixes an issue where ReadableStream wasn't canceled in dev mode</p> </li> </ul> <h2>astro@4.3.6</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10063">#10063</a> <a href="dac759798c
"><code>dac759798c111494e76affd2c2504d63944871fe</code></a> Thanks <a href="https://github.com/marwan-mohamed12"><code>@marwan-mohamed12</code></a>! - Moves <code>shikiji-core</code> from <code>devDependencies</code> to <code>dependencies</code> to prevent type errors</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10067">#10067</a> <a href="989ea63bb2
"><code>989ea63bb2a5a670021541198aa70b8dc7c4bd2f</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a regression in the <code>astro:i18n</code> module, where the functions <code>getAbsoluteLocaleUrl</code> and <code>getAbsoluteLocaleUrlList</code> returned a URL with double slash with a certain combination of options.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10060">#10060</a> <a href="1810309e65
"><code>1810309e65c596266355c3b7bb36cdac70f3305e</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Fixes an issue where custom client directives added by integrations broke builds with a custom root.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9991">#9991</a> <a href="8fb67c81bb
"><code>8fb67c81bb84530b39df4a1449c0862def0854af</code></a> Thanks <a href="https://github.com/ktym4a"><code>@ktym4a</code></a>! - Increases compatibility with standard browser behavior by changing where view transitions occur on browser back navigation.</p> </li> </ul> <h2>astro@4.3.5</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10022">#10022</a> <a href="3fc76efb2a
"><code>3fc76efb2a8faa47edf67562a1f0c84a19be1b33</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Fixes a regression where types for the <code>astro:content</code> module did not include required exports, leading to typescript errors.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10016">#10016</a> <a href="037e4f12dd
"><code>037e4f12dd2f460d66f72c9f2d992b95e74d2da9</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a bug where routes with a name that start with the name of the <code>i18n.defaultLocale</code> were incorrectly returning a 404 response.</p> </li> </ul> <h2>astro@4.3.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10013">#10013</a> <a href="e6b5306a7d
"><code>e6b5306a7de779ce495d0ff076d302de0aa57eaf</code></a> Thanks <a href="https://github.com/delucis"><code>@delucis</code></a>! - Fixes a regression in content collection types</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10003">#10003</a> <a href="ce4283331f
"><code>ce4283331f18c6178654dd705e3cf02efeef004a</code></a> Thanks <a href="https://github.com/bholmesdev"><code>@bholmesdev</code></a>! - Adds support for <code>.strict()</code> on content collection schemas when a custom <code>slug</code> is present.</p> </li> </ul> <h2>astro@4.3.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9998">#9998</a> <a href="18ac0940ea
"><code>18ac0940ea1b49b6b0ddd9be1f96aef416e2d7ee</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a bug in <code>Astro.currentLocale</code> that wasn't returning the correct locale when a locale is configured via <code>path</code></p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9998">#9998</a> <a href="18ac0940ea
"><code>18ac0940ea1b49b6b0ddd9be1f96aef416e2d7ee</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a regression in <code>Astro.currentLocale</code> where it stopped working properly with dynamic routes</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9956">#9956</a> <a href="81acac24a3
"><code>81acac24a3cac5a9143155c1d9f838ea84a70421</code></a> Thanks <a href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes HMR for MDX dependencies in Content Collections</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9999">#9999</a> <a href="c53a31321a
"><code>c53a31321a935e4be04809046d7e0ba3cc41b272</code></a> Thanks <a href="https://github.com/MoustaphaDev"><code>@MoustaphaDev</code></a>! - Rollbacks the feature which allowed to dynamically generate slots with variable slot names due to unexpected regressions.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9906">#9906</a> <a href="3c0876cbed
"><code>3c0876cbed5033e6b5b42cc2b9d8b393d7e5a55e</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Improves the types for the <code>astro:content</code> module by making low fidelity types available before running <code>astro sync</code></p> </li> </ul> <h2>astro@4.3.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md">astro's changelog</a>.</em></p> <blockquote> <h2>4.3.7</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9857">#9857</a> <a href="73bd900754
"><code>73bd900754365b006ee730df9f379ba924e5b3fa</code></a> Thanks <a href="https://github.com/iamyunsin"><code>@iamyunsin</code></a>! - Fixes false positives in the dev overlay audit when multiple <code>role</code> values exist.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10075">#10075</a> <a href="71273edbb4
"><code>71273edbb429b5afdba6f8ee14681b66e4c09ecc</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Improves error messages for island hydration.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10072">#10072</a> <a href="8106178043
"><code>8106178043050d142bf385bed2990730518f28e2</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Clarifies error messages in endpoint routing.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9971">#9971</a> <a href="d9266c4467
"><code>d9266c4467ca0faa1213c1a5995164e5655ab375</code></a> Thanks <a href="https://github.com/mingjunlu"><code>@mingjunlu</code></a>! - Fixes an issue where ReadableStream wasn't canceled in dev mode</p> </li> </ul> <h2>4.3.6</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10063">#10063</a> <a href="dac759798c
"><code>dac759798c111494e76affd2c2504d63944871fe</code></a> Thanks <a href="https://github.com/marwan-mohamed12"><code>@marwan-mohamed12</code></a>! - Moves <code>shikiji-core</code> from <code>devDependencies</code> to <code>dependencies</code> to prevent type errors</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10067">#10067</a> <a href="989ea63bb2
"><code>989ea63bb2a5a670021541198aa70b8dc7c4bd2f</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a regression in the <code>astro:i18n</code> module, where the functions <code>getAbsoluteLocaleUrl</code> and <code>getAbsoluteLocaleUrlList</code> returned a URL with double slash with a certain combination of options.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10060">#10060</a> <a href="1810309e65
"><code>1810309e65c596266355c3b7bb36cdac70f3305e</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Fixes an issue where custom client directives added by integrations broke builds with a custom root.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9991">#9991</a> <a href="8fb67c81bb
"><code>8fb67c81bb84530b39df4a1449c0862def0854af</code></a> Thanks <a href="https://github.com/ktym4a"><code>@ktym4a</code></a>! - Increases compatibility with standard browser behavior by changing where view transitions occur on browser back navigation.</p> </li> </ul> <h2>4.3.5</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10022">#10022</a> <a href="3fc76efb2a
"><code>3fc76efb2a8faa47edf67562a1f0c84a19be1b33</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Fixes a regression where types for the <code>astro:content</code> module did not include required exports, leading to typescript errors.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10016">#10016</a> <a href="037e4f12dd
"><code>037e4f12dd2f460d66f72c9f2d992b95e74d2da9</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a bug where routes with a name that start with the name of the <code>i18n.defaultLocale</code> were incorrectly returning a 404 response.</p> </li> </ul> <h2>4.3.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10013">#10013</a> <a href="e6b5306a7d
"><code>e6b5306a7de779ce495d0ff076d302de0aa57eaf</code></a> Thanks <a href="https://github.com/delucis"><code>@delucis</code></a>! - Fixes a regression in content collection types</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10003">#10003</a> <a href="ce4283331f
"><code>ce4283331f18c6178654dd705e3cf02efeef004a</code></a> Thanks <a href="https://github.com/bholmesdev"><code>@bholmesdev</code></a>! - Adds support for <code>.strict()</code> on content collection schemas when a custom <code>slug</code> is present.</p> </li> </ul> <h2>4.3.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9998">#9998</a> <a href="18ac0940ea
"><code>18ac0940ea1b49b6b0ddd9be1f96aef416e2d7ee</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a bug in <code>Astro.currentLocale</code> that wasn't returning the correct locale when a locale is configured via <code>path</code></p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9998">#9998</a> <a href="18ac0940ea
"><code>18ac0940ea1b49b6b0ddd9be1f96aef416e2d7ee</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a regression in <code>Astro.currentLocale</code> where it stopped working properly with dynamic routes</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/9956">#9956</a> <a href="81acac24a3
"><code>81acac24a3cac5a9143155c1d9f838ea84a70421</code></a> Thanks <a href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes HMR for MDX dependencies in Content Collections</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="e24db1d8a6
"><code>e24db1d</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10092">#10092</a>)</li> <li><a href="d851387a2d
"><code>d851387</code></a> [ci] format</li> <li><a href="71273edbb4
"><code>71273ed</code></a> qol(islands): improve hydration errors (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10075">#10075</a>)</li> <li><a href="73bd900754
"><code>73bd900</code></a> Fixes audit when multiple <code>role</code> values exist. (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9857">#9857</a>)</li> <li><a href="2168635a6f
"><code>2168635</code></a> chore: Migrate some <code>astro-*.test.js</code> to <code>node:test</code> (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10078">#10078</a>)</li> <li><a href="f13d897002
"><code>f13d897</code></a> chore: remove some weird stuff (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10103">#10103</a>)</li> <li><a href="11639b120d
"><code>11639b1</code></a> chore: fix test that was failing (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10101">#10101</a>)</li> <li><a href="b742646d4e
"><code>b742646</code></a> [ci] format</li> <li><a href="3387f75c99
"><code>3387f75</code></a> chore: Migrate <code>content-collection-**.test.js</code> to <code>node:test</code> (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10098">#10098</a>)</li> <li><a href="3007d24c98
"><code>3007d24</code></a> chore: Migrate all <code>packages/create-astro/test</code> to node:test (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10084">#10084</a>)</li> <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/astro@4.3.7/packages/astro">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This commit is contained in:
commit
3717ccb001
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"@matthiesenxyz/astro-ghostcms-rendercontent": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Bump astro from 4.0.0 to 4.3.7
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"@matthiesenxyz/astro-ghostcms": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Bump astro from 4.0.0 to 4.3.7
|
|
@ -42,6 +42,6 @@
|
||||||
"ultrahtml": "^1.5.2"
|
"ultrahtml": "^1.5.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "4.0.0"
|
"astro": "4.3.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
"@astrojs/sitemap": "^3.0.5",
|
"@astrojs/sitemap": "^3.0.5",
|
||||||
"@resvg/resvg-js": "^2.6.0",
|
"@resvg/resvg-js": "^2.6.0",
|
||||||
"@ts-ghost/core-api": "^5.1.2",
|
"@ts-ghost/core-api": "^5.1.2",
|
||||||
"astro": "^4.3.2",
|
"astro": "^4.3.7",
|
||||||
"astro-robots-txt": "^1.0.0",
|
"astro-robots-txt": "^1.0.0",
|
||||||
"fs-extra": "^11.1.0",
|
"fs-extra": "^11.1.0",
|
||||||
"package-json": "9.0.0",
|
"package-json": "9.0.0",
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^4.3.2",
|
"astro": "^4.3.7",
|
||||||
"@matthiesenxyz/astro-ghostcms-theme-default": "workspace:*",
|
"@matthiesenxyz/astro-ghostcms-theme-default": "workspace:*",
|
||||||
"@matthiesenxyz/astro-ghostcms-catppuccin": "workspace:*",
|
"@matthiesenxyz/astro-ghostcms-catppuccin": "workspace:*",
|
||||||
"@matthiesenxyz/astro-ghostcms-brutalbyelian": "workspace:*",
|
"@matthiesenxyz/astro-ghostcms-brutalbyelian": "workspace:*",
|
||||||
|
|
408
pnpm-lock.yaml
408
pnpm-lock.yaml
|
@ -39,8 +39,8 @@ importers:
|
||||||
specifier: ^5.1.2
|
specifier: ^5.1.2
|
||||||
version: 5.1.2
|
version: 5.1.2
|
||||||
astro:
|
astro:
|
||||||
specifier: ^4.3.2
|
specifier: ^4.3.7
|
||||||
version: 4.3.2(@types/node@20.11.17)(typescript@5.3.3)
|
version: 4.3.7(@types/node@20.11.17)(typescript@5.3.3)
|
||||||
astro-robots-txt:
|
astro-robots-txt:
|
||||||
specifier: ^1.0.0
|
specifier: ^1.0.0
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
@ -213,8 +213,8 @@ importers:
|
||||||
version: 1.5.2
|
version: 1.5.2
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro:
|
astro:
|
||||||
specifier: 4.0.0
|
specifier: 4.3.7
|
||||||
version: 4.0.0
|
version: 4.3.7(typescript@5.3.3)
|
||||||
|
|
||||||
packages/astro-ghostcms-theme-default:
|
packages/astro-ghostcms-theme-default:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -311,7 +311,7 @@ importers:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/tailwind':
|
'@astrojs/tailwind':
|
||||||
specifier: ^5.1.0
|
specifier: ^5.1.0
|
||||||
version: 5.1.0(astro@4.3.2)(tailwindcss@3.4.1)
|
version: 5.1.0(astro@4.3.7)(tailwindcss@3.4.1)
|
||||||
'@matthiesenxyz/astro-ghostcms':
|
'@matthiesenxyz/astro-ghostcms':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../packages/astro-ghostcms
|
version: link:../packages/astro-ghostcms
|
||||||
|
@ -328,8 +328,8 @@ importers:
|
||||||
specifier: ^0.58.5
|
specifier: ^0.58.5
|
||||||
version: 0.58.5(vite@5.0.12)
|
version: 0.58.5(vite@5.0.12)
|
||||||
astro:
|
astro:
|
||||||
specifier: ^4.3.2
|
specifier: ^4.3.7
|
||||||
version: 4.3.2(typescript@5.3.3)
|
version: 4.3.7(typescript@5.3.3)
|
||||||
tailwindcss:
|
tailwindcss:
|
||||||
specifier: ^3.3.5
|
specifier: ^3.3.5
|
||||||
version: 3.4.1
|
version: 3.4.1
|
||||||
|
@ -396,6 +396,9 @@ packages:
|
||||||
/@astrojs/compiler@2.5.0:
|
/@astrojs/compiler@2.5.0:
|
||||||
resolution: {integrity: sha512-ZDluNgMIJT+z+HJcZ6QEJ/KqaFkTkrb+Za6c6VZs8G/nb1LBErL14/iU5EVJ9yu25i4QCLweuBJ3m5df34gZJg==}
|
resolution: {integrity: sha512-ZDluNgMIJT+z+HJcZ6QEJ/KqaFkTkrb+Za6c6VZs8G/nb1LBErL14/iU5EVJ9yu25i4QCLweuBJ3m5df34gZJg==}
|
||||||
|
|
||||||
|
/@astrojs/compiler@2.5.3:
|
||||||
|
resolution: {integrity: sha512-jzj01BRv/fmo+9Mr2FhocywGzEYiyiP2GVHje1ziGNU6c97kwhYGsnvwMkHrncAy9T9Vi54cjaMK7UE4ClX4vA==}
|
||||||
|
|
||||||
/@astrojs/internal-helpers@0.2.1:
|
/@astrojs/internal-helpers@0.2.1:
|
||||||
resolution: {integrity: sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A==}
|
resolution: {integrity: sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A==}
|
||||||
|
|
||||||
|
@ -435,30 +438,6 @@ packages:
|
||||||
- typescript
|
- typescript
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@astrojs/markdown-remark@4.0.0(astro@4.0.0):
|
|
||||||
resolution: {integrity: sha512-JSrn49fJGuH/0S2TTGxLK7bNDspOakJWZVFHeP+IDFjWdghT4HtsTShS2EiISNx3zfOFBAwy5Cj4xT4U5BWNeA==}
|
|
||||||
peerDependencies:
|
|
||||||
astro: ^4.0.0-beta.0
|
|
||||||
dependencies:
|
|
||||||
'@astrojs/prism': 3.0.0
|
|
||||||
astro: 4.0.0
|
|
||||||
github-slugger: 2.0.0
|
|
||||||
import-meta-resolve: 4.0.0
|
|
||||||
mdast-util-definitions: 6.0.0
|
|
||||||
rehype-raw: 7.0.0
|
|
||||||
rehype-stringify: 10.0.0
|
|
||||||
remark-gfm: 4.0.0
|
|
||||||
remark-parse: 11.0.0
|
|
||||||
remark-rehype: 11.1.0
|
|
||||||
remark-smartypants: 2.1.0
|
|
||||||
shikiji: 0.6.13
|
|
||||||
unified: 11.0.4
|
|
||||||
unist-util-visit: 5.0.0
|
|
||||||
vfile: 6.0.1
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@astrojs/markdown-remark@4.2.0:
|
/@astrojs/markdown-remark@4.2.0:
|
||||||
resolution: {integrity: sha512-qQB+LoxmIqzkhLXaQAzfzlBxZU1jeQYailsifurz89WeY0Q8ywIj8uQQSyqxb7rPPg3ZfdNdxsN9lF5UaCRn0w==}
|
resolution: {integrity: sha512-qQB+LoxmIqzkhLXaQAzfzlBxZU1jeQYailsifurz89WeY0Q8ywIj8uQQSyqxb7rPPg3ZfdNdxsN9lF5UaCRn0w==}
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -499,7 +478,6 @@ packages:
|
||||||
vfile: 6.0.1
|
vfile: 6.0.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: false
|
|
||||||
|
|
||||||
/@astrojs/prism@3.0.0:
|
/@astrojs/prism@3.0.0:
|
||||||
resolution: {integrity: sha512-g61lZupWq1bYbcBnYZqdjndShr/J3l/oFobBKPA3+qMat146zce3nz2kdO4giGbhYDt4gYdhmoBz0vZJ4sIurQ==}
|
resolution: {integrity: sha512-g61lZupWq1bYbcBnYZqdjndShr/J3l/oFobBKPA3+qMat146zce3nz2kdO4giGbhYDt4gYdhmoBz0vZJ4sIurQ==}
|
||||||
|
@ -536,13 +514,13 @@ packages:
|
||||||
- ts-node
|
- ts-node
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@astrojs/tailwind@5.1.0(astro@4.3.2)(tailwindcss@3.4.1):
|
/@astrojs/tailwind@5.1.0(astro@4.3.7)(tailwindcss@3.4.1):
|
||||||
resolution: {integrity: sha512-BJoCDKuWhU9FT2qYg+fr6Nfb3qP4ShtyjXGHKA/4mHN94z7BGcmauQK23iy+YH5qWvTnhqkd6mQPQ1yTZTe9Ig==}
|
resolution: {integrity: sha512-BJoCDKuWhU9FT2qYg+fr6Nfb3qP4ShtyjXGHKA/4mHN94z7BGcmauQK23iy+YH5qWvTnhqkd6mQPQ1yTZTe9Ig==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
astro: ^3.0.0 || ^4.0.0
|
astro: ^3.0.0 || ^4.0.0
|
||||||
tailwindcss: ^3.0.24
|
tailwindcss: ^3.0.24
|
||||||
dependencies:
|
dependencies:
|
||||||
astro: 4.3.2(typescript@5.3.3)
|
astro: 4.3.7(typescript@5.3.3)
|
||||||
autoprefixer: 10.4.17(postcss@8.4.33)
|
autoprefixer: 10.4.17(postcss@8.4.33)
|
||||||
postcss: 8.4.33
|
postcss: 8.4.33
|
||||||
postcss-load-config: 4.0.2(postcss@8.4.33)
|
postcss-load-config: 4.0.2(postcss@8.4.33)
|
||||||
|
@ -2713,10 +2691,10 @@ packages:
|
||||||
resolution: {integrity: sha512-JJ/AlnPEiFgu5Tuuj9AxkSjiyobg2x7hjiXpglZtyzN2Bkj7GSXVppDQL6oavwtk0kHOAAkvyuJJ+8cC5c1NqQ==}
|
resolution: {integrity: sha512-JJ/AlnPEiFgu5Tuuj9AxkSjiyobg2x7hjiXpglZtyzN2Bkj7GSXVppDQL6oavwtk0kHOAAkvyuJJ+8cC5c1NqQ==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/compiler': 2.5.0
|
'@astrojs/compiler': 2.5.3
|
||||||
'@typescript-eslint/scope-manager': 5.62.0
|
'@typescript-eslint/scope-manager': 5.62.0
|
||||||
'@typescript-eslint/types': 5.62.0
|
'@typescript-eslint/types': 5.62.0
|
||||||
astrojs-compiler-sync: 0.3.5(@astrojs/compiler@2.5.0)
|
astrojs-compiler-sync: 0.3.5(@astrojs/compiler@2.5.3)
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
entities: 4.5.0
|
entities: 4.5.0
|
||||||
eslint-visitor-keys: 3.4.3
|
eslint-visitor-keys: 3.4.3
|
||||||
|
@ -2749,86 +2727,6 @@ packages:
|
||||||
resolution: {integrity: sha512-7gq6lhibCM8FuzZIJlbLLWP5EJ9KL2/4XqeFrAg9O6ZK2xMFxJ5ubKf+a0VJwwTu8W8Xr421CmpiXu6Hq7n/7Q==}
|
resolution: {integrity: sha512-7gq6lhibCM8FuzZIJlbLLWP5EJ9KL2/4XqeFrAg9O6ZK2xMFxJ5ubKf+a0VJwwTu8W8Xr421CmpiXu6Hq7n/7Q==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/astro@4.0.0:
|
|
||||||
resolution: {integrity: sha512-18VcFYBEIMBHHnKrebncvJirNg2WiSOuoOg5BAVDvl23YhF/qYenN6Hz/zxqiWY7nQGr2hbC2YZkbU7lm9iMZg==}
|
|
||||||
engines: {node: '>=18.14.1', npm: '>=6.14.0'}
|
|
||||||
hasBin: true
|
|
||||||
dependencies:
|
|
||||||
'@astrojs/compiler': 2.5.0
|
|
||||||
'@astrojs/internal-helpers': 0.2.1
|
|
||||||
'@astrojs/markdown-remark': 4.0.0(astro@4.0.0)
|
|
||||||
'@astrojs/telemetry': 3.0.4
|
|
||||||
'@babel/core': 7.23.7
|
|
||||||
'@babel/generator': 7.23.6
|
|
||||||
'@babel/parser': 7.23.6
|
|
||||||
'@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.7)
|
|
||||||
'@babel/traverse': 7.23.7
|
|
||||||
'@babel/types': 7.23.6
|
|
||||||
'@types/babel__core': 7.20.5
|
|
||||||
acorn: 8.11.3
|
|
||||||
boxen: 7.1.1
|
|
||||||
chokidar: 3.5.3
|
|
||||||
ci-info: 4.0.0
|
|
||||||
clsx: 2.1.0
|
|
||||||
common-ancestor-path: 1.0.1
|
|
||||||
cookie: 0.6.0
|
|
||||||
debug: 4.3.4
|
|
||||||
deterministic-object-hash: 2.0.2
|
|
||||||
devalue: 4.3.2
|
|
||||||
diff: 5.1.0
|
|
||||||
dlv: 1.1.3
|
|
||||||
dset: 3.1.3
|
|
||||||
es-module-lexer: 1.4.1
|
|
||||||
esbuild: 0.19.12
|
|
||||||
estree-walker: 3.0.3
|
|
||||||
execa: 8.0.1
|
|
||||||
fast-glob: 3.3.2
|
|
||||||
flattie: 1.1.0
|
|
||||||
github-slugger: 2.0.0
|
|
||||||
gray-matter: 4.0.3
|
|
||||||
html-escaper: 3.0.3
|
|
||||||
http-cache-semantics: 4.1.1
|
|
||||||
js-yaml: 4.1.0
|
|
||||||
kleur: 4.1.5
|
|
||||||
magic-string: 0.30.5
|
|
||||||
mdast-util-to-hast: 13.0.2
|
|
||||||
mime: 3.0.0
|
|
||||||
ora: 7.0.1
|
|
||||||
p-limit: 5.0.0
|
|
||||||
p-queue: 7.4.1
|
|
||||||
path-to-regexp: 6.2.1
|
|
||||||
preferred-pm: 3.1.2
|
|
||||||
probe-image-size: 7.2.3
|
|
||||||
prompts: 2.4.2
|
|
||||||
rehype: 13.0.1
|
|
||||||
resolve: 1.22.8
|
|
||||||
semver: 7.5.4
|
|
||||||
server-destroy: 1.0.1
|
|
||||||
shikiji: 0.6.13
|
|
||||||
string-width: 7.1.0
|
|
||||||
strip-ansi: 7.1.0
|
|
||||||
tsconfck: 3.0.1(typescript@5.3.3)
|
|
||||||
unist-util-visit: 5.0.0
|
|
||||||
vfile: 6.0.1
|
|
||||||
vite: 5.0.12(sass@1.70.0)
|
|
||||||
vitefu: 0.2.5(vite@5.0.12)
|
|
||||||
which-pm: 2.1.1
|
|
||||||
yargs-parser: 21.1.1
|
|
||||||
zod: 3.22.4
|
|
||||||
optionalDependencies:
|
|
||||||
sharp: 0.32.6
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- '@types/node'
|
|
||||||
- less
|
|
||||||
- lightningcss
|
|
||||||
- sass
|
|
||||||
- stylus
|
|
||||||
- sugarss
|
|
||||||
- supports-color
|
|
||||||
- terser
|
|
||||||
- typescript
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/astro@4.2.3(sass@1.70.0)(typescript@5.3.3):
|
/astro@4.2.3(sass@1.70.0)(typescript@5.3.3):
|
||||||
resolution: {integrity: sha512-6bfSogmcwMdaTRAxuhJ7aISGin/T3ovI/69JWPRYOHBkPZxA/EfsNQOI2TiRHFJSF9XtoMnFlgvT+iYapkhOwg==}
|
resolution: {integrity: sha512-6bfSogmcwMdaTRAxuhJ7aISGin/T3ovI/69JWPRYOHBkPZxA/EfsNQOI2TiRHFJSF9XtoMnFlgvT+iYapkhOwg==}
|
||||||
engines: {node: '>=18.14.1', npm: '>=6.14.0'}
|
engines: {node: '>=18.14.1', npm: '>=6.14.0'}
|
||||||
|
@ -2994,89 +2892,6 @@ packages:
|
||||||
- typescript
|
- typescript
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/astro@4.3.2(@types/node@20.11.17)(typescript@5.3.3):
|
|
||||||
resolution: {integrity: sha512-SJotHzKG/I32ruYWItMRJjtmNQh14mVS7kahu3XfYyxvo6nx08PGJBTSPbqPrW1sjeQPHwcpVDFx3yMMK2kaxQ==}
|
|
||||||
engines: {node: '>=18.14.1', npm: '>=6.14.0'}
|
|
||||||
hasBin: true
|
|
||||||
dependencies:
|
|
||||||
'@astrojs/compiler': 2.5.0
|
|
||||||
'@astrojs/internal-helpers': 0.2.1
|
|
||||||
'@astrojs/markdown-remark': 4.2.1
|
|
||||||
'@astrojs/telemetry': 3.0.4
|
|
||||||
'@babel/core': 7.23.7
|
|
||||||
'@babel/generator': 7.23.6
|
|
||||||
'@babel/parser': 7.23.6
|
|
||||||
'@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.7)
|
|
||||||
'@babel/traverse': 7.23.7
|
|
||||||
'@babel/types': 7.23.6
|
|
||||||
'@types/babel__core': 7.20.5
|
|
||||||
acorn: 8.11.3
|
|
||||||
aria-query: 5.3.0
|
|
||||||
axobject-query: 4.0.0
|
|
||||||
boxen: 7.1.1
|
|
||||||
chokidar: 3.5.3
|
|
||||||
ci-info: 4.0.0
|
|
||||||
clsx: 2.1.0
|
|
||||||
common-ancestor-path: 1.0.1
|
|
||||||
cookie: 0.6.0
|
|
||||||
cssesc: 3.0.0
|
|
||||||
debug: 4.3.4
|
|
||||||
deterministic-object-hash: 2.0.2
|
|
||||||
devalue: 4.3.2
|
|
||||||
diff: 5.1.0
|
|
||||||
dlv: 1.1.3
|
|
||||||
dset: 3.1.3
|
|
||||||
es-module-lexer: 1.4.1
|
|
||||||
esbuild: 0.19.12
|
|
||||||
estree-walker: 3.0.3
|
|
||||||
execa: 8.0.1
|
|
||||||
fast-glob: 3.3.2
|
|
||||||
flattie: 1.1.0
|
|
||||||
github-slugger: 2.0.0
|
|
||||||
gray-matter: 4.0.3
|
|
||||||
html-escaper: 3.0.3
|
|
||||||
http-cache-semantics: 4.1.1
|
|
||||||
js-yaml: 4.1.0
|
|
||||||
kleur: 4.1.5
|
|
||||||
magic-string: 0.30.5
|
|
||||||
mdast-util-to-hast: 13.0.2
|
|
||||||
mime: 3.0.0
|
|
||||||
ora: 7.0.1
|
|
||||||
p-limit: 5.0.0
|
|
||||||
p-queue: 8.0.1
|
|
||||||
path-to-regexp: 6.2.1
|
|
||||||
preferred-pm: 3.1.2
|
|
||||||
probe-image-size: 7.2.3
|
|
||||||
prompts: 2.4.2
|
|
||||||
rehype: 13.0.1
|
|
||||||
resolve: 1.22.8
|
|
||||||
semver: 7.5.4
|
|
||||||
server-destroy: 1.0.1
|
|
||||||
shikiji: 0.9.19
|
|
||||||
string-width: 7.1.0
|
|
||||||
strip-ansi: 7.1.0
|
|
||||||
tsconfck: 3.0.1(typescript@5.3.3)
|
|
||||||
unist-util-visit: 5.0.0
|
|
||||||
vfile: 6.0.1
|
|
||||||
vite: 5.0.12(@types/node@20.11.17)
|
|
||||||
vitefu: 0.2.5(vite@5.0.12)
|
|
||||||
which-pm: 2.1.1
|
|
||||||
yargs-parser: 21.1.1
|
|
||||||
zod: 3.22.4
|
|
||||||
optionalDependencies:
|
|
||||||
sharp: 0.32.6
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- '@types/node'
|
|
||||||
- less
|
|
||||||
- lightningcss
|
|
||||||
- sass
|
|
||||||
- stylus
|
|
||||||
- sugarss
|
|
||||||
- supports-color
|
|
||||||
- terser
|
|
||||||
- typescript
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/astro@4.3.2(typescript@5.3.3):
|
/astro@4.3.2(typescript@5.3.3):
|
||||||
resolution: {integrity: sha512-SJotHzKG/I32ruYWItMRJjtmNQh14mVS7kahu3XfYyxvo6nx08PGJBTSPbqPrW1sjeQPHwcpVDFx3yMMK2kaxQ==}
|
resolution: {integrity: sha512-SJotHzKG/I32ruYWItMRJjtmNQh14mVS7kahu3XfYyxvo6nx08PGJBTSPbqPrW1sjeQPHwcpVDFx3yMMK2kaxQ==}
|
||||||
engines: {node: '>=18.14.1', npm: '>=6.14.0'}
|
engines: {node: '>=18.14.1', npm: '>=6.14.0'}
|
||||||
|
@ -3160,13 +2975,180 @@ packages:
|
||||||
- typescript
|
- typescript
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/astrojs-compiler-sync@0.3.5(@astrojs/compiler@2.5.0):
|
/astro@4.3.7(@types/node@20.11.17)(typescript@5.3.3):
|
||||||
|
resolution: {integrity: sha512-spdl+Ae6WZjQ0w8VBPq8ulN1hdN0m4EWvKG7ecgHjPQIHidMnzWJoZLEFEeKASqCGB1fDibqr7RDHoHkhZbp2Q==}
|
||||||
|
engines: {node: '>=18.14.1', npm: '>=6.14.0'}
|
||||||
|
hasBin: true
|
||||||
|
dependencies:
|
||||||
|
'@astrojs/compiler': 2.5.3
|
||||||
|
'@astrojs/internal-helpers': 0.2.1
|
||||||
|
'@astrojs/markdown-remark': 4.2.1
|
||||||
|
'@astrojs/telemetry': 3.0.4
|
||||||
|
'@babel/core': 7.23.7
|
||||||
|
'@babel/generator': 7.23.6
|
||||||
|
'@babel/parser': 7.23.6
|
||||||
|
'@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.7)
|
||||||
|
'@babel/traverse': 7.23.7
|
||||||
|
'@babel/types': 7.23.6
|
||||||
|
'@types/babel__core': 7.20.5
|
||||||
|
acorn: 8.11.3
|
||||||
|
aria-query: 5.3.0
|
||||||
|
axobject-query: 4.0.0
|
||||||
|
boxen: 7.1.1
|
||||||
|
chokidar: 3.5.3
|
||||||
|
ci-info: 4.0.0
|
||||||
|
clsx: 2.1.0
|
||||||
|
common-ancestor-path: 1.0.1
|
||||||
|
cookie: 0.6.0
|
||||||
|
cssesc: 3.0.0
|
||||||
|
debug: 4.3.4
|
||||||
|
deterministic-object-hash: 2.0.2
|
||||||
|
devalue: 4.3.2
|
||||||
|
diff: 5.1.0
|
||||||
|
dlv: 1.1.3
|
||||||
|
dset: 3.1.3
|
||||||
|
es-module-lexer: 1.4.1
|
||||||
|
esbuild: 0.19.12
|
||||||
|
estree-walker: 3.0.3
|
||||||
|
execa: 8.0.1
|
||||||
|
fast-glob: 3.3.2
|
||||||
|
flattie: 1.1.0
|
||||||
|
github-slugger: 2.0.0
|
||||||
|
gray-matter: 4.0.3
|
||||||
|
html-escaper: 3.0.3
|
||||||
|
http-cache-semantics: 4.1.1
|
||||||
|
js-yaml: 4.1.0
|
||||||
|
kleur: 4.1.5
|
||||||
|
magic-string: 0.30.5
|
||||||
|
mdast-util-to-hast: 13.0.2
|
||||||
|
mime: 3.0.0
|
||||||
|
ora: 7.0.1
|
||||||
|
p-limit: 5.0.0
|
||||||
|
p-queue: 8.0.1
|
||||||
|
path-to-regexp: 6.2.1
|
||||||
|
preferred-pm: 3.1.2
|
||||||
|
probe-image-size: 7.2.3
|
||||||
|
prompts: 2.4.2
|
||||||
|
rehype: 13.0.1
|
||||||
|
resolve: 1.22.8
|
||||||
|
semver: 7.5.4
|
||||||
|
server-destroy: 1.0.1
|
||||||
|
shikiji: 0.9.19
|
||||||
|
shikiji-core: 0.9.19
|
||||||
|
string-width: 7.1.0
|
||||||
|
strip-ansi: 7.1.0
|
||||||
|
tsconfck: 3.0.1(typescript@5.3.3)
|
||||||
|
unist-util-visit: 5.0.0
|
||||||
|
vfile: 6.0.1
|
||||||
|
vite: 5.0.12(@types/node@20.11.17)
|
||||||
|
vitefu: 0.2.5(vite@5.0.12)
|
||||||
|
which-pm: 2.1.1
|
||||||
|
yargs-parser: 21.1.1
|
||||||
|
zod: 3.22.4
|
||||||
|
optionalDependencies:
|
||||||
|
sharp: 0.32.6
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- '@types/node'
|
||||||
|
- less
|
||||||
|
- lightningcss
|
||||||
|
- sass
|
||||||
|
- stylus
|
||||||
|
- sugarss
|
||||||
|
- supports-color
|
||||||
|
- terser
|
||||||
|
- typescript
|
||||||
|
dev: false
|
||||||
|
|
||||||
|
/astro@4.3.7(typescript@5.3.3):
|
||||||
|
resolution: {integrity: sha512-spdl+Ae6WZjQ0w8VBPq8ulN1hdN0m4EWvKG7ecgHjPQIHidMnzWJoZLEFEeKASqCGB1fDibqr7RDHoHkhZbp2Q==}
|
||||||
|
engines: {node: '>=18.14.1', npm: '>=6.14.0'}
|
||||||
|
hasBin: true
|
||||||
|
dependencies:
|
||||||
|
'@astrojs/compiler': 2.5.3
|
||||||
|
'@astrojs/internal-helpers': 0.2.1
|
||||||
|
'@astrojs/markdown-remark': 4.2.1
|
||||||
|
'@astrojs/telemetry': 3.0.4
|
||||||
|
'@babel/core': 7.23.7
|
||||||
|
'@babel/generator': 7.23.6
|
||||||
|
'@babel/parser': 7.23.6
|
||||||
|
'@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.7)
|
||||||
|
'@babel/traverse': 7.23.7
|
||||||
|
'@babel/types': 7.23.6
|
||||||
|
'@types/babel__core': 7.20.5
|
||||||
|
acorn: 8.11.3
|
||||||
|
aria-query: 5.3.0
|
||||||
|
axobject-query: 4.0.0
|
||||||
|
boxen: 7.1.1
|
||||||
|
chokidar: 3.5.3
|
||||||
|
ci-info: 4.0.0
|
||||||
|
clsx: 2.1.0
|
||||||
|
common-ancestor-path: 1.0.1
|
||||||
|
cookie: 0.6.0
|
||||||
|
cssesc: 3.0.0
|
||||||
|
debug: 4.3.4
|
||||||
|
deterministic-object-hash: 2.0.2
|
||||||
|
devalue: 4.3.2
|
||||||
|
diff: 5.1.0
|
||||||
|
dlv: 1.1.3
|
||||||
|
dset: 3.1.3
|
||||||
|
es-module-lexer: 1.4.1
|
||||||
|
esbuild: 0.19.12
|
||||||
|
estree-walker: 3.0.3
|
||||||
|
execa: 8.0.1
|
||||||
|
fast-glob: 3.3.2
|
||||||
|
flattie: 1.1.0
|
||||||
|
github-slugger: 2.0.0
|
||||||
|
gray-matter: 4.0.3
|
||||||
|
html-escaper: 3.0.3
|
||||||
|
http-cache-semantics: 4.1.1
|
||||||
|
js-yaml: 4.1.0
|
||||||
|
kleur: 4.1.5
|
||||||
|
magic-string: 0.30.5
|
||||||
|
mdast-util-to-hast: 13.0.2
|
||||||
|
mime: 3.0.0
|
||||||
|
ora: 7.0.1
|
||||||
|
p-limit: 5.0.0
|
||||||
|
p-queue: 8.0.1
|
||||||
|
path-to-regexp: 6.2.1
|
||||||
|
preferred-pm: 3.1.2
|
||||||
|
probe-image-size: 7.2.3
|
||||||
|
prompts: 2.4.2
|
||||||
|
rehype: 13.0.1
|
||||||
|
resolve: 1.22.8
|
||||||
|
semver: 7.5.4
|
||||||
|
server-destroy: 1.0.1
|
||||||
|
shikiji: 0.9.19
|
||||||
|
shikiji-core: 0.9.19
|
||||||
|
string-width: 7.1.0
|
||||||
|
strip-ansi: 7.1.0
|
||||||
|
tsconfck: 3.0.1(typescript@5.3.3)
|
||||||
|
unist-util-visit: 5.0.0
|
||||||
|
vfile: 6.0.1
|
||||||
|
vite: 5.0.12(sass@1.70.0)
|
||||||
|
vitefu: 0.2.5(vite@5.0.12)
|
||||||
|
which-pm: 2.1.1
|
||||||
|
yargs-parser: 21.1.1
|
||||||
|
zod: 3.22.4
|
||||||
|
optionalDependencies:
|
||||||
|
sharp: 0.32.6
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- '@types/node'
|
||||||
|
- less
|
||||||
|
- lightningcss
|
||||||
|
- sass
|
||||||
|
- stylus
|
||||||
|
- sugarss
|
||||||
|
- supports-color
|
||||||
|
- terser
|
||||||
|
- typescript
|
||||||
|
|
||||||
|
/astrojs-compiler-sync@0.3.5(@astrojs/compiler@2.5.3):
|
||||||
resolution: {integrity: sha512-y420rhIIJ2HHDkYeqKArBHSdJNIIGMztLH90KGIX3zjcJyt/cr9Z2wYA8CP5J1w6KE7xqMh0DAkhfjhNDpQb2Q==}
|
resolution: {integrity: sha512-y420rhIIJ2HHDkYeqKArBHSdJNIIGMztLH90KGIX3zjcJyt/cr9Z2wYA8CP5J1w6KE7xqMh0DAkhfjhNDpQb2Q==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@astrojs/compiler': '>=0.27.0'
|
'@astrojs/compiler': '>=0.27.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/compiler': 2.5.0
|
'@astrojs/compiler': 2.5.3
|
||||||
synckit: 0.9.0
|
synckit: 0.9.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -3211,7 +3193,6 @@ packages:
|
||||||
resolution: {integrity: sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==}
|
resolution: {integrity: sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
dequal: 2.0.3
|
dequal: 2.0.3
|
||||||
dev: false
|
|
||||||
|
|
||||||
/b4a@1.6.4:
|
/b4a@1.6.4:
|
||||||
resolution: {integrity: sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw==}
|
resolution: {integrity: sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw==}
|
||||||
|
@ -6251,31 +6232,16 @@ packages:
|
||||||
resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==}
|
resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==}
|
||||||
engines: {node: '>=6'}
|
engines: {node: '>=6'}
|
||||||
|
|
||||||
/p-queue@7.4.1:
|
|
||||||
resolution: {integrity: sha512-vRpMXmIkYF2/1hLBKisKeVYJZ8S2tZ0zEAmIJgdVKP2nq0nh4qCdf8bgw+ZgKrkh71AOCaqzwbJJk1WtdcF3VA==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
dependencies:
|
|
||||||
eventemitter3: 5.0.1
|
|
||||||
p-timeout: 5.1.0
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/p-queue@8.0.1:
|
/p-queue@8.0.1:
|
||||||
resolution: {integrity: sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==}
|
resolution: {integrity: sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
dependencies:
|
dependencies:
|
||||||
eventemitter3: 5.0.1
|
eventemitter3: 5.0.1
|
||||||
p-timeout: 6.1.2
|
p-timeout: 6.1.2
|
||||||
dev: false
|
|
||||||
|
|
||||||
/p-timeout@5.1.0:
|
|
||||||
resolution: {integrity: sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/p-timeout@6.1.2:
|
/p-timeout@6.1.2:
|
||||||
resolution: {integrity: sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ==}
|
resolution: {integrity: sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ==}
|
||||||
engines: {node: '>=14.16'}
|
engines: {node: '>=14.16'}
|
||||||
dev: false
|
|
||||||
|
|
||||||
/p-try@2.2.0:
|
/p-try@2.2.0:
|
||||||
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
|
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
|
||||||
|
@ -7062,19 +7028,11 @@ packages:
|
||||||
|
|
||||||
/shikiji-core@0.9.19:
|
/shikiji-core@0.9.19:
|
||||||
resolution: {integrity: sha512-AFJu/vcNT21t0e6YrfadZ+9q86gvPum6iywRyt1OtIPjPFe25RQnYJyxHQPMLKCCWA992TPxmEmbNcOZCAJclw==}
|
resolution: {integrity: sha512-AFJu/vcNT21t0e6YrfadZ+9q86gvPum6iywRyt1OtIPjPFe25RQnYJyxHQPMLKCCWA992TPxmEmbNcOZCAJclw==}
|
||||||
dev: false
|
|
||||||
|
|
||||||
/shikiji@0.6.13:
|
|
||||||
resolution: {integrity: sha512-4T7X39csvhT0p7GDnq9vysWddf2b6BeioiN3Ymhnt3xcy9tXmDcnsEFVxX18Z4YcQgEE/w48dLJ4pPPUcG9KkA==}
|
|
||||||
dependencies:
|
|
||||||
hast-util-to-html: 9.0.0
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/shikiji@0.9.19:
|
/shikiji@0.9.19:
|
||||||
resolution: {integrity: sha512-Kw2NHWktdcdypCj1GkKpXH4o6Vxz8B8TykPlPuLHOGSV8VkhoCLcFOH4k19K4LXAQYRQmxg+0X/eM+m2sLhAkg==}
|
resolution: {integrity: sha512-Kw2NHWktdcdypCj1GkKpXH4o6Vxz8B8TykPlPuLHOGSV8VkhoCLcFOH4k19K4LXAQYRQmxg+0X/eM+m2sLhAkg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
shikiji-core: 0.9.19
|
shikiji-core: 0.9.19
|
||||||
dev: false
|
|
||||||
|
|
||||||
/side-channel@1.0.4:
|
/side-channel@1.0.4:
|
||||||
resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==}
|
resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==}
|
||||||
|
|
Loading…
Reference in New Issue