0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-31 23:31:30 -05:00

[ci] release (#13504)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2025-03-26 03:24:03 -07:00 committed by GitHub
parent 3488324f23
commit b33cc17f37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
56 changed files with 197 additions and 132 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes a case where `astro:env` secrets used in actions would not be available

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes a bug that caused cookies to ignore custom decode function if has() had been called before

View file

@ -1,18 +0,0 @@
---
'@astrojs/cloudflare': patch
'@astrojs/alpinejs': patch
'@astrojs/tailwind': patch
'@astrojs/markdoc': patch
'@astrojs/netlify': patch
'@astrojs/preact': patch
'@astrojs/svelte': patch
'@astrojs/react': patch
'@astrojs/solid-js': patch
'@astrojs/mdx': patch
'@astrojs/vue': patch
'@astrojs/studio': patch
'astro': patch
'@astrojs/db': patch
---
Updates the dependency `vite` to the latest.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes a bug where an Astro adapter couldn't call the middleware when there isn't a route that matches the incoming request.

View file

@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.5.4"
"astro": "^5.5.5"
}
}

View file

@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.2.1",
"@astrojs/mdx": "^4.2.2",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.3.0",
"astro": "^5.5.4"
"astro": "^5.5.5"
}
}

View file

@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^5.5.4"
"astro": "^5.5.5"
},
"peerDependencies": {
"astro": "^4.0.0 || ^5.0.0"

View file

@ -11,8 +11,8 @@
"test": "vitest run"
},
"dependencies": {
"@astrojs/react": "^4.2.1",
"astro": "^5.5.4",
"@astrojs/react": "^4.2.2",
"astro": "^5.5.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^3.0.9"

View file

@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.3",
"@astrojs/alpinejs": "^0.4.4",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.14.9",
"astro": "^5.5.4"
"astro": "^5.5.5"
}
}

View file

@ -10,14 +10,14 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^4.0.6",
"@astrojs/react": "^4.2.1",
"@astrojs/solid-js": "^5.0.5",
"@astrojs/svelte": "^7.0.7",
"@astrojs/vue": "^5.0.7",
"@astrojs/preact": "^4.0.7",
"@astrojs/react": "^4.2.2",
"@astrojs/solid-js": "^5.0.6",
"@astrojs/svelte": "^7.0.8",
"@astrojs/vue": "^5.0.8",
"@types/react": "^18.3.19",
"@types/react-dom": "^18.3.5",
"astro": "^5.5.4",
"astro": "^5.5.5",
"preact": "^10.26.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",

View file

@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^4.0.6",
"@astrojs/preact": "^4.0.7",
"@preact/signals": "^2.0.1",
"astro": "^5.5.4",
"astro": "^5.5.5",
"preact": "^10.26.4"
}
}

View file

@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.2.1",
"@astrojs/react": "^4.2.2",
"@types/react": "^18.3.19",
"@types/react-dom": "^18.3.5",
"astro": "^5.5.4",
"astro": "^5.5.5",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}

View file

@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/solid-js": "^5.0.5",
"astro": "^5.5.4",
"@astrojs/solid-js": "^5.0.6",
"astro": "^5.5.5",
"solid-js": "^1.9.5"
}
}

View file

@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^7.0.7",
"astro": "^5.5.4",
"@astrojs/svelte": "^7.0.8",
"astro": "^5.5.5",
"svelte": "^5.23.2"
}
}

View file

@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/vue": "^5.0.7",
"astro": "^5.5.4",
"@astrojs/vue": "^5.0.8",
"astro": "^5.5.5",
"vue": "^3.5.13"
}
}

View file

@ -11,6 +11,6 @@
},
"dependencies": {
"@astrojs/node": "^9.1.3",
"astro": "^5.5.4"
"astro": "^5.5.5"
}
}

View file

@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^5.5.4"
"astro": "^5.5.5"
},
"peerDependencies": {
"astro": "^4.0.0"

View file

@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.5.4"
"astro": "^5.5.5"
}
}

View file

@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.5.4"
"astro": "^5.5.5"
}
}

View file

@ -12,8 +12,8 @@
},
"dependencies": {
"@astrojs/node": "^9.1.3",
"@astrojs/svelte": "^7.0.7",
"astro": "^5.5.4",
"@astrojs/svelte": "^7.0.8",
"astro": "^5.5.5",
"svelte": "^5.23.2"
}
}

View file

@ -9,7 +9,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.5.4",
"astro": "^5.5.5",
"sass": "^1.86.0",
"sharp": "^0.33.3"
}

View file

@ -16,6 +16,6 @@
},
"devDependencies": {
"@types/node": "^18.17.8",
"astro": "^5.5.4"
"astro": "^5.5.5"
}
}

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^0.13.1",
"astro": "^5.5.4"
"@astrojs/markdoc": "^0.13.2",
"astro": "^5.5.5"
}
}

View file

@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.2.1",
"@astrojs/preact": "^4.0.6",
"astro": "^5.5.4",
"@astrojs/mdx": "^4.2.2",
"@astrojs/preact": "^4.0.7",
"astro": "^5.5.5",
"preact": "^10.26.4"
}
}

View file

@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^4.0.6",
"@astrojs/preact": "^4.0.7",
"@nanostores/preact": "^0.5.2",
"astro": "^5.5.4",
"astro": "^5.5.5",
"nanostores": "^0.11.4",
"preact": "^10.26.4"
}

View file

@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.2.1",
"@astrojs/mdx": "^4.2.2",
"@tailwindcss/vite": "^4.0.15",
"@types/canvas-confetti": "^1.9.0",
"astro": "^5.5.4",
"astro": "^5.5.5",
"canvas-confetti": "^1.9.3",
"tailwindcss": "^4.0.15"
}

View file

@ -11,7 +11,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^5.5.4",
"astro": "^5.5.5",
"vitest": "^3.0.9"
}
}

View file

@ -1,5 +1,17 @@
# astro
## 5.5.5
### Patch Changes
- [#13510](https://github.com/withastro/astro/pull/13510) [`5b14d33`](https://github.com/withastro/astro/commit/5b14d33f81cdac0f7ac77186113dcce4369d848d) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where `astro:env` secrets used in actions would not be available
- [#13485](https://github.com/withastro/astro/pull/13485) [`018fbe9`](https://github.com/withastro/astro/commit/018fbe90f4030bbc2b2db7589d750e5392f38e59) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug that caused cookies to ignore custom decode function if has() had been called before
- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest.
- [#13483](https://github.com/withastro/astro/pull/13483) [`fc2dcb8`](https://github.com/withastro/astro/commit/fc2dcb83543d88af9e0920b90a035652d6db5166) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a bug where an Astro adapter couldn't call the middleware when there isn't a route that matches the incoming request.
## 5.5.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "5.5.4",
"version": "5.5.5",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",

View file

@ -1,5 +1,14 @@
# @astrojs/db
## 0.14.9
### Patch Changes
- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest.
- Updated dependencies [[`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e)]:
- @astrojs/studio@0.1.5
## 0.14.8
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/db",
"version": "0.14.8",
"version": "0.14.9",
"description": "Add libSQL and Astro Studio support to your Astro site",
"license": "MIT",
"repository": {

View file

@ -1,5 +1,11 @@
# @astrojs/alpinejs
## 0.4.4
### Patch Changes
- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest.
## 0.4.3
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/alpinejs",
"description": "Use Alpine within Astro",
"version": "0.4.3",
"version": "0.4.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,14 @@
# @astrojs/cloudflare
## 12.3.1
### Patch Changes
- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest.
- Updated dependencies []:
- @astrojs/underscore-redirects@0.6.0
## 12.3.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/cloudflare",
"description": "Deploy your site to Cloudflare Workers/Pages",
"version": "12.3.0",
"version": "12.3.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/markdoc
## 0.13.2
### Patch Changes
- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest.
## 0.13.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/markdoc",
"description": "Add support for Markdoc in your Astro site",
"version": "0.13.1",
"version": "0.13.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/mdx
## 4.2.2
### Patch Changes
- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest.
## 4.2.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Add support for MDX pages in your Astro site",
"version": "4.2.1",
"version": "4.2.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,14 @@
# @astrojs/netlify
## 6.2.4
### Patch Changes
- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest.
- Updated dependencies []:
- @astrojs/underscore-redirects@0.6.0
## 6.2.3
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/netlify",
"description": "Deploy your site to Netlify",
"version": "6.2.3",
"version": "6.2.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/preact
## 4.0.7
### Patch Changes
- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest.
## 4.0.6
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/preact",
"description": "Use Preact components within Astro",
"version": "4.0.6",
"version": "4.0.7",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/react
## 4.2.2
### Patch Changes
- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest.
## 4.2.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/react",
"description": "Use React components within Astro",
"version": "4.2.1",
"version": "4.2.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/solid-js
## 5.0.6
### Patch Changes
- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest.
## 5.0.5
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/solid-js",
"version": "5.0.5",
"version": "5.0.6",
"description": "Use Solid components within Astro",
"type": "module",
"types": "./dist/index.d.ts",

View file

@ -1,5 +1,11 @@
# @astrojs/svelte
## 7.0.8
### Patch Changes
- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest.
## 7.0.7
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
"version": "7.0.7",
"version": "7.0.8",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",

View file

@ -1,5 +1,11 @@
# @astrojs/tailwind
## 6.0.2
### Patch Changes
- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest.
## 6.0.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/tailwind",
"description": "Use Tailwind CSS to style your Astro site",
"version": "6.0.1",
"version": "6.0.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/vue
## 5.0.8
### Patch Changes
- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest.
## 5.0.7
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
"version": "5.0.7",
"version": "5.0.8",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",

View file

@ -1,5 +1,11 @@
# @astrojs/studio
## 0.1.5
### Patch Changes
- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest.
## 0.1.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/studio",
"version": "0.1.4",
"version": "0.1.5",
"description": "Internal package powering integrations between Astro projects and Astro Studio",
"license": "MIT",
"repository": {

85
pnpm-lock.yaml generated
View file

@ -142,13 +142,13 @@ importers:
examples/basics:
dependencies:
astro:
specifier: ^5.5.4
specifier: ^5.5.5
version: link:../../packages/astro
examples/blog:
dependencies:
'@astrojs/mdx':
specifier: ^4.2.1
specifier: ^4.2.2
version: link:../../packages/integrations/mdx
'@astrojs/rss':
specifier: ^4.0.11
@ -157,22 +157,22 @@ importers:
specifier: ^3.3.0
version: link:../../packages/integrations/sitemap
astro:
specifier: ^5.5.4
specifier: ^5.5.5
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
specifier: ^5.5.4
specifier: ^5.5.5
version: link:../../packages/astro
examples/container-with-vitest:
dependencies:
'@astrojs/react':
specifier: ^4.2.1
specifier: ^4.2.2
version: link:../../packages/integrations/react
astro:
specifier: ^5.5.4
specifier: ^5.5.5
version: link:../../packages/astro
react:
specifier: ^18.3.1
@ -194,7 +194,7 @@ importers:
examples/framework-alpine:
dependencies:
'@astrojs/alpinejs':
specifier: ^0.4.3
specifier: ^0.4.4
version: link:../../packages/integrations/alpinejs
'@types/alpinejs':
specifier: ^3.13.11
@ -203,25 +203,25 @@ importers:
specifier: ^3.14.9
version: 3.14.9
astro:
specifier: ^5.5.4
specifier: ^5.5.5
version: link:../../packages/astro
examples/framework-multiple:
dependencies:
'@astrojs/preact':
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/integrations/preact
'@astrojs/react':
specifier: ^4.2.1
specifier: ^4.2.2
version: link:../../packages/integrations/react
'@astrojs/solid-js':
specifier: ^5.0.5
specifier: ^5.0.6
version: link:../../packages/integrations/solid
'@astrojs/svelte':
specifier: ^7.0.7
specifier: ^7.0.8
version: link:../../packages/integrations/svelte
'@astrojs/vue':
specifier: ^5.0.7
specifier: ^5.0.8
version: link:../../packages/integrations/vue
'@types/react':
specifier: ^18.3.19
@ -230,7 +230,7 @@ importers:
specifier: ^18.3.5
version: 18.3.5(@types/react@18.3.19)
astro:
specifier: ^5.5.4
specifier: ^5.5.5
version: link:../../packages/astro
preact:
specifier: ^10.26.4
@ -254,13 +254,13 @@ importers:
examples/framework-preact:
dependencies:
'@astrojs/preact':
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/integrations/preact
'@preact/signals':
specifier: ^2.0.1
version: 2.0.1(preact@10.26.4)
astro:
specifier: ^5.5.4
specifier: ^5.5.5
version: link:../../packages/astro
preact:
specifier: ^10.26.4
@ -269,7 +269,7 @@ importers:
examples/framework-react:
dependencies:
'@astrojs/react':
specifier: ^4.2.1
specifier: ^4.2.2
version: link:../../packages/integrations/react
'@types/react':
specifier: ^18.3.19
@ -278,7 +278,7 @@ importers:
specifier: ^18.3.5
version: 18.3.5(@types/react@18.3.19)
astro:
specifier: ^5.5.4
specifier: ^5.5.5
version: link:../../packages/astro
react:
specifier: ^18.3.1
@ -290,10 +290,10 @@ importers:
examples/framework-solid:
dependencies:
'@astrojs/solid-js':
specifier: ^5.0.5
specifier: ^5.0.6
version: link:../../packages/integrations/solid
astro:
specifier: ^5.5.4
specifier: ^5.5.5
version: link:../../packages/astro
solid-js:
specifier: ^1.9.5
@ -302,10 +302,10 @@ importers:
examples/framework-svelte:
dependencies:
'@astrojs/svelte':
specifier: ^7.0.7
specifier: ^7.0.8
version: link:../../packages/integrations/svelte
astro:
specifier: ^5.5.4
specifier: ^5.5.5
version: link:../../packages/astro
svelte:
specifier: ^5.23.2
@ -314,10 +314,10 @@ importers:
examples/framework-vue:
dependencies:
'@astrojs/vue':
specifier: ^5.0.7
specifier: ^5.0.8
version: link:../../packages/integrations/vue
astro:
specifier: ^5.5.4
specifier: ^5.5.5
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.4
specifier: ^5.5.5
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
specifier: ^5.5.4
specifier: ^5.5.5
version: link:../../packages/astro
examples/minimal:
dependencies:
astro:
specifier: ^5.5.4
specifier: ^5.5.5
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
specifier: ^5.5.4
specifier: ^5.5.5
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.7
specifier: ^7.0.8
version: link:../../packages/integrations/svelte
astro:
specifier: ^5.5.4
specifier: ^5.5.5
version: link:../../packages/astro
svelte:
specifier: ^5.23.2
@ -368,7 +368,7 @@ importers:
examples/starlog:
dependencies:
astro:
specifier: ^5.5.4
specifier: ^5.5.5
version: link:../../packages/astro
sass:
specifier: ^1.86.0
@ -383,28 +383,28 @@ importers:
specifier: ^18.17.8
version: 18.19.50
astro:
specifier: ^5.5.4
specifier: ^5.5.5
version: link:../../packages/astro
examples/with-markdoc:
dependencies:
'@astrojs/markdoc':
specifier: ^0.13.1
specifier: ^0.13.2
version: link:../../packages/integrations/markdoc
astro:
specifier: ^5.5.4
specifier: ^5.5.5
version: link:../../packages/astro
examples/with-mdx:
dependencies:
'@astrojs/mdx':
specifier: ^4.2.1
specifier: ^4.2.2
version: link:../../packages/integrations/mdx
'@astrojs/preact':
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/integrations/preact
astro:
specifier: ^5.5.4
specifier: ^5.5.5
version: link:../../packages/astro
preact:
specifier: ^10.26.4
@ -413,13 +413,13 @@ importers:
examples/with-nanostores:
dependencies:
'@astrojs/preact':
specifier: ^4.0.6
specifier: ^4.0.7
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.4
specifier: ^5.5.5
version: link:../../packages/astro
nanostores:
specifier: ^0.11.4
@ -431,7 +431,7 @@ importers:
examples/with-tailwindcss:
dependencies:
'@astrojs/mdx':
specifier: ^4.2.1
specifier: ^4.2.2
version: link:../../packages/integrations/mdx
'@tailwindcss/vite':
specifier: ^4.0.15
@ -440,7 +440,7 @@ importers:
specifier: ^1.9.0
version: 1.9.0
astro:
specifier: ^5.5.4
specifier: ^5.5.5
version: link:../../packages/astro
canvas-confetti:
specifier: ^1.9.3
@ -452,7 +452,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
specifier: ^5.5.4
specifier: ^5.5.5
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: