mirror of
https://github.com/withastro/astro.git
synced 2025-04-07 23:41:43 -05:00
[ci] release (#13460)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
8b5e4dc733
commit
6b9020026f
45 changed files with 119 additions and 118 deletions
.changeset
bumpy-sites-ring.mdcold-news-hope.mddark-rooms-enter.mddeep-mammals-watch.mdeight-eyes-swim.mdlittle-doors-tickle.mdtough-tires-kneel.mdtwelve-gifts-attend.mdwitty-socks-relax.md
examples
basics
blog
component
container-with-vitest
framework-alpine
framework-multiple
framework-preact
framework-react
framework-solid
framework-svelte
framework-vue
hackernews
integration
minimal
portfolio
ssr
starlog
toolbar-app
with-markdoc
with-mdx
with-nanostores
with-tailwindcss
with-vitest
packages
astro
integrations
cloudflare
preact
svelte
tailwind
vercel
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Sets correct response status text for custom error pages
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
'@astrojs/cloudflare': minor
|
||||
---
|
||||
|
||||
Adds global `astro:env` support
|
||||
|
||||
Cloudflare workers [now support importing `env` in the global scope](https://developers.cloudflare.com/changelog/2025-03-17-importable-env/). Until now, calling `astro:env` APIs had to be done within request scope or the values were `undefined`.
|
||||
|
||||
With this release, they can be called anywhere server-side, like any other official adapter.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fixes an issue where `site` was added to the generated redirects.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'@astrojs/preact': patch
|
||||
'@astrojs/svelte': patch
|
||||
---
|
||||
|
||||
Hides fallback content when rendering `client:only` island
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/cloudflare': patch
|
||||
---
|
||||
|
||||
Fixes a bug that caused builds to fail when a base directory is configured
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/vercel': patch
|
||||
---
|
||||
|
||||
Fixes a bug that caused external redirects to fail
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Makes server island work with the client router again.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Display useful errors when config loading fails because of Node addons being disabled on Stackblitz
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/tailwind': patch
|
||||
---
|
||||
|
||||
Updates the README to indicate that the Tailwind integration is deprecated
|
|
@ -10,6 +10,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^5.5.3"
|
||||
"astro": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
"@astrojs/mdx": "^4.2.1",
|
||||
"@astrojs/rss": "^4.0.11",
|
||||
"@astrojs/sitemap": "^3.3.0",
|
||||
"astro": "^5.5.3"
|
||||
"astro": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
],
|
||||
"scripts": {},
|
||||
"devDependencies": {
|
||||
"astro": "^5.5.3"
|
||||
"astro": "^5.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^4.0.0 || ^5.0.0"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/react": "^4.2.1",
|
||||
"astro": "^5.5.3",
|
||||
"astro": "^5.5.4",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"vitest": "^3.0.9"
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
"@astrojs/alpinejs": "^0.4.3",
|
||||
"@types/alpinejs": "^3.13.11",
|
||||
"alpinejs": "^3.14.9",
|
||||
"astro": "^5.5.3"
|
||||
"astro": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,14 +10,14 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/preact": "^4.0.5",
|
||||
"@astrojs/preact": "^4.0.6",
|
||||
"@astrojs/react": "^4.2.1",
|
||||
"@astrojs/solid-js": "^5.0.5",
|
||||
"@astrojs/svelte": "^7.0.6",
|
||||
"@astrojs/svelte": "^7.0.7",
|
||||
"@astrojs/vue": "^5.0.7",
|
||||
"@types/react": "^18.3.19",
|
||||
"@types/react-dom": "^18.3.5",
|
||||
"astro": "^5.5.3",
|
||||
"astro": "^5.5.4",
|
||||
"preact": "^10.26.4",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/preact": "^4.0.5",
|
||||
"@astrojs/preact": "^4.0.6",
|
||||
"@preact/signals": "^2.0.1",
|
||||
"astro": "^5.5.3",
|
||||
"astro": "^5.5.4",
|
||||
"preact": "^10.26.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"@astrojs/react": "^4.2.1",
|
||||
"@types/react": "^18.3.19",
|
||||
"@types/react-dom": "^18.3.5",
|
||||
"astro": "^5.5.3",
|
||||
"astro": "^5.5.4",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/solid-js": "^5.0.5",
|
||||
"astro": "^5.5.3",
|
||||
"astro": "^5.5.4",
|
||||
"solid-js": "^1.9.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/svelte": "^7.0.6",
|
||||
"astro": "^5.5.3",
|
||||
"@astrojs/svelte": "^7.0.7",
|
||||
"astro": "^5.5.4",
|
||||
"svelte": "^5.23.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/vue": "^5.0.7",
|
||||
"astro": "^5.5.3",
|
||||
"astro": "^5.5.4",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^9.1.3",
|
||||
"astro": "^5.5.3"
|
||||
"astro": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
],
|
||||
"scripts": {},
|
||||
"devDependencies": {
|
||||
"astro": "^5.5.3"
|
||||
"astro": "^5.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^4.0.0"
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^5.5.3"
|
||||
"astro": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^5.5.3"
|
||||
"astro": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^9.1.3",
|
||||
"@astrojs/svelte": "^7.0.6",
|
||||
"astro": "^5.5.3",
|
||||
"@astrojs/svelte": "^7.0.7",
|
||||
"astro": "^5.5.4",
|
||||
"svelte": "^5.23.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^5.5.3",
|
||||
"astro": "^5.5.4",
|
||||
"sass": "^1.86.0",
|
||||
"sharp": "^0.33.3"
|
||||
}
|
||||
|
|
|
@ -16,6 +16,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.17.8",
|
||||
"astro": "^5.5.3"
|
||||
"astro": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/markdoc": "^0.13.1",
|
||||
"astro": "^5.5.3"
|
||||
"astro": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^4.2.1",
|
||||
"@astrojs/preact": "^4.0.5",
|
||||
"astro": "^5.5.3",
|
||||
"@astrojs/preact": "^4.0.6",
|
||||
"astro": "^5.5.4",
|
||||
"preact": "^10.26.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/preact": "^4.0.5",
|
||||
"@astrojs/preact": "^4.0.6",
|
||||
"@nanostores/preact": "^0.5.2",
|
||||
"astro": "^5.5.3",
|
||||
"astro": "^5.5.4",
|
||||
"nanostores": "^0.11.4",
|
||||
"preact": "^10.26.4"
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"@astrojs/mdx": "^4.2.1",
|
||||
"@tailwindcss/vite": "^4.0.15",
|
||||
"@types/canvas-confetti": "^1.9.0",
|
||||
"astro": "^5.5.3",
|
||||
"astro": "^5.5.4",
|
||||
"canvas-confetti": "^1.9.3",
|
||||
"tailwindcss": "^4.0.15"
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"test": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^5.5.3",
|
||||
"astro": "^5.5.4",
|
||||
"vitest": "^3.0.9"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,17 @@
|
|||
# astro
|
||||
|
||||
## 5.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#13457](https://github.com/withastro/astro/pull/13457) [`968e713`](https://github.com/withastro/astro/commit/968e713c268e1b2176c9265b6c438c56105c2730) Thanks [@ascorbic](https://github.com/ascorbic)! - Sets correct response status text for custom error pages
|
||||
|
||||
- [#13447](https://github.com/withastro/astro/pull/13447) [`d80ba2b`](https://github.com/withastro/astro/commit/d80ba2b27d33d2972ffa3242330fb00d0fc58ba9) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where `site` was added to the generated redirects.
|
||||
|
||||
- [#13481](https://github.com/withastro/astro/pull/13481) [`e9e9245`](https://github.com/withastro/astro/commit/e9e9245c7c0ad6e3bda2b7600ff2bd845921a19d) Thanks [@martrapp](https://github.com/martrapp)! - Makes server island work with the client router again.
|
||||
|
||||
- [#13484](https://github.com/withastro/astro/pull/13484) [`8b5e4dc`](https://github.com/withastro/astro/commit/8b5e4dc733bccce7d77defdbb973204aa9b8126b) Thanks [@ascorbic](https://github.com/ascorbic)! - Display useful errors when config loading fails because of Node addons being disabled on Stackblitz
|
||||
|
||||
## 5.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "astro",
|
||||
"version": "5.5.3",
|
||||
"version": "5.5.4",
|
||||
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,22 @@
|
|||
# @astrojs/cloudflare
|
||||
|
||||
## 12.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#13444](https://github.com/withastro/astro/pull/13444) [`9721f4a`](https://github.com/withastro/astro/commit/9721f4a69f0fca389f146a5b8051cc17a34cdb0f) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Adds global `astro:env` support
|
||||
|
||||
Cloudflare workers [now support importing `env` in the global scope](https://developers.cloudflare.com/changelog/2025-03-17-importable-env/). Until now, calling `astro:env` APIs had to be done within request scope or the values were `undefined`.
|
||||
|
||||
With this release, they can be called anywhere server-side, like any other official adapter.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#13463](https://github.com/withastro/astro/pull/13463) [`d5ad591`](https://github.com/withastro/astro/commit/d5ad591230918db302edc89c1a98436c16a4e0d2) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug that caused builds to fail when a base directory is configured
|
||||
|
||||
- Updated dependencies []:
|
||||
- @astrojs/underscore-redirects@0.6.0
|
||||
|
||||
## 12.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/cloudflare",
|
||||
"description": "Deploy your site to Cloudflare Workers/Pages",
|
||||
"version": "12.2.4",
|
||||
"version": "12.3.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/preact
|
||||
|
||||
## 4.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#13470](https://github.com/withastro/astro/pull/13470) [`ecadb6b`](https://github.com/withastro/astro/commit/ecadb6b02e942feccf584547fe9c14d3d1e21ba6) Thanks [@ascorbic](https://github.com/ascorbic)! - Hides fallback content when rendering `client:only` island
|
||||
|
||||
## 4.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/preact",
|
||||
"description": "Use Preact components within Astro",
|
||||
"version": "4.0.5",
|
||||
"version": "4.0.6",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/svelte
|
||||
|
||||
## 7.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#13470](https://github.com/withastro/astro/pull/13470) [`ecadb6b`](https://github.com/withastro/astro/commit/ecadb6b02e942feccf584547fe9c14d3d1e21ba6) Thanks [@ascorbic](https://github.com/ascorbic)! - Hides fallback content when rendering `client:only` island
|
||||
|
||||
## 7.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/svelte",
|
||||
"version": "7.0.6",
|
||||
"version": "7.0.7",
|
||||
"description": "Use Svelte components within Astro",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/tailwind
|
||||
|
||||
## 6.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#13471](https://github.com/withastro/astro/pull/13471) [`020c542`](https://github.com/withastro/astro/commit/020c54247909fadc2c80c89b226ba59565d12cbf) Thanks [@delucis](https://github.com/delucis)! - Updates the README to indicate that the Tailwind integration is deprecated
|
||||
|
||||
## 6.0.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/tailwind",
|
||||
"description": "Use Tailwind CSS to style your Astro site",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/vercel
|
||||
|
||||
## 8.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#13480](https://github.com/withastro/astro/pull/13480) [`12cc4d8`](https://github.com/withastro/astro/commit/12cc4d88f216ba3f684ddffb33d117baa7197726) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug that caused external redirects to fail
|
||||
|
||||
## 8.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/vercel",
|
||||
"description": "Deploy your site to Vercel",
|
||||
"version": "8.1.2",
|
||||
"version": "8.1.3",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
|
|
61
pnpm-lock.yaml
generated
61
pnpm-lock.yaml
generated
|
@ -142,7 +142,7 @@ importers:
|
|||
examples/basics:
|
||||
dependencies:
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
|
||||
examples/blog:
|
||||
|
@ -157,13 +157,13 @@ importers:
|
|||
specifier: ^3.3.0
|
||||
version: link:../../packages/integrations/sitemap
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
|
||||
examples/component:
|
||||
devDependencies:
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
|
||||
examples/container-with-vitest:
|
||||
|
@ -172,7 +172,7 @@ importers:
|
|||
specifier: ^4.2.1
|
||||
version: link:../../packages/integrations/react
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
react:
|
||||
specifier: ^18.3.1
|
||||
|
@ -203,13 +203,13 @@ importers:
|
|||
specifier: ^3.14.9
|
||||
version: 3.14.9
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
|
||||
examples/framework-multiple:
|
||||
dependencies:
|
||||
'@astrojs/preact':
|
||||
specifier: ^4.0.5
|
||||
specifier: ^4.0.6
|
||||
version: link:../../packages/integrations/preact
|
||||
'@astrojs/react':
|
||||
specifier: ^4.2.1
|
||||
|
@ -218,7 +218,7 @@ importers:
|
|||
specifier: ^5.0.5
|
||||
version: link:../../packages/integrations/solid
|
||||
'@astrojs/svelte':
|
||||
specifier: ^7.0.6
|
||||
specifier: ^7.0.7
|
||||
version: link:../../packages/integrations/svelte
|
||||
'@astrojs/vue':
|
||||
specifier: ^5.0.7
|
||||
|
@ -230,7 +230,7 @@ importers:
|
|||
specifier: ^18.3.5
|
||||
version: 18.3.5(@types/react@18.3.19)
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
preact:
|
||||
specifier: ^10.26.4
|
||||
|
@ -254,13 +254,13 @@ importers:
|
|||
examples/framework-preact:
|
||||
dependencies:
|
||||
'@astrojs/preact':
|
||||
specifier: ^4.0.5
|
||||
specifier: ^4.0.6
|
||||
version: link:../../packages/integrations/preact
|
||||
'@preact/signals':
|
||||
specifier: ^2.0.1
|
||||
version: 2.0.1(preact@10.26.4)
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
preact:
|
||||
specifier: ^10.26.4
|
||||
|
@ -278,7 +278,7 @@ importers:
|
|||
specifier: ^18.3.5
|
||||
version: 18.3.5(@types/react@18.3.19)
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
react:
|
||||
specifier: ^18.3.1
|
||||
|
@ -293,7 +293,7 @@ importers:
|
|||
specifier: ^5.0.5
|
||||
version: link:../../packages/integrations/solid
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
solid-js:
|
||||
specifier: ^1.9.5
|
||||
|
@ -302,10 +302,10 @@ importers:
|
|||
examples/framework-svelte:
|
||||
dependencies:
|
||||
'@astrojs/svelte':
|
||||
specifier: ^7.0.6
|
||||
specifier: ^7.0.7
|
||||
version: link:../../packages/integrations/svelte
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
svelte:
|
||||
specifier: ^5.23.2
|
||||
|
@ -317,7 +317,7 @@ importers:
|
|||
specifier: ^5.0.7
|
||||
version: link:../../packages/integrations/vue
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
vue:
|
||||
specifier: ^3.5.13
|
||||
|
@ -329,25 +329,25 @@ importers:
|
|||
specifier: ^9.1.3
|
||||
version: link:../../packages/integrations/node
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
|
||||
examples/integration:
|
||||
devDependencies:
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
|
||||
examples/minimal:
|
||||
dependencies:
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
|
||||
examples/portfolio:
|
||||
dependencies:
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
|
||||
examples/ssr:
|
||||
|
@ -356,10 +356,10 @@ importers:
|
|||
specifier: ^9.1.3
|
||||
version: link:../../packages/integrations/node
|
||||
'@astrojs/svelte':
|
||||
specifier: ^7.0.6
|
||||
specifier: ^7.0.7
|
||||
version: link:../../packages/integrations/svelte
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
svelte:
|
||||
specifier: ^5.23.2
|
||||
|
@ -368,7 +368,7 @@ importers:
|
|||
examples/starlog:
|
||||
dependencies:
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
sass:
|
||||
specifier: ^1.86.0
|
||||
|
@ -383,7 +383,7 @@ importers:
|
|||
specifier: ^18.17.8
|
||||
version: 18.19.50
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
|
||||
examples/with-markdoc:
|
||||
|
@ -392,7 +392,7 @@ importers:
|
|||
specifier: ^0.13.1
|
||||
version: link:../../packages/integrations/markdoc
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
|
||||
examples/with-mdx:
|
||||
|
@ -401,10 +401,10 @@ importers:
|
|||
specifier: ^4.2.1
|
||||
version: link:../../packages/integrations/mdx
|
||||
'@astrojs/preact':
|
||||
specifier: ^4.0.5
|
||||
specifier: ^4.0.6
|
||||
version: link:../../packages/integrations/preact
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
preact:
|
||||
specifier: ^10.26.4
|
||||
|
@ -413,13 +413,13 @@ importers:
|
|||
examples/with-nanostores:
|
||||
dependencies:
|
||||
'@astrojs/preact':
|
||||
specifier: ^4.0.5
|
||||
specifier: ^4.0.6
|
||||
version: link:../../packages/integrations/preact
|
||||
'@nanostores/preact':
|
||||
specifier: ^0.5.2
|
||||
version: 0.5.2(nanostores@0.11.4)(preact@10.26.4)
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
nanostores:
|
||||
specifier: ^0.11.4
|
||||
|
@ -440,7 +440,7 @@ importers:
|
|||
specifier: ^1.9.0
|
||||
version: 1.9.0
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
canvas-confetti:
|
||||
specifier: ^1.9.3
|
||||
|
@ -452,7 +452,7 @@ importers:
|
|||
examples/with-vitest:
|
||||
dependencies:
|
||||
astro:
|
||||
specifier: ^5.5.3
|
||||
specifier: ^5.5.4
|
||||
version: link:../../packages/astro
|
||||
vitest:
|
||||
specifier: ^3.0.9
|
||||
|
@ -10185,7 +10185,6 @@ packages:
|
|||
|
||||
libsql@0.5.1:
|
||||
resolution: {integrity: sha512-ePnm5zj6T//GKiTY/v5b0a272NX73hqdRORmD8gzz1nUui9051dtTt6t0XCrIqxwJAHSmQiZcfAx3YSASn9Y+A==}
|
||||
cpu: [x64, arm64, wasm32]
|
||||
os: [darwin, linux, win32]
|
||||
|
||||
lightningcss-darwin-arm64@1.29.2:
|
||||
|
|
Loading…
Add table
Reference in a new issue