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

[ci] release (#10603)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2024-04-02 00:46:43 -07:00 committed by GitHub
parent 260f4fa191
commit f7d6254f8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
58 changed files with 155 additions and 156 deletions

View file

@ -1,5 +0,0 @@
---
"@astrojs/db": patch
---
Seed database on dev server startup, and log whenever the seed file is reloaded.

View file

@ -1,7 +0,0 @@
---
"astro": patch
---
This patch allows astro to run in node-compat mode in Deno. Deno doesn't support
construction of response from async iterables in node-compat mode so we need to
use ReadableStream.

View file

@ -1,5 +0,0 @@
---
"astro": patch
---
Fixes an issue with outdated page titles in browser history when using text fragments in view transition navigation.

View file

@ -1,5 +0,0 @@
---
"astro": patch
---
Fixes a bug where JSX runtime would error on components with nullish prop values in certain conditions.

View file

@ -1,5 +0,0 @@
---
"@astrojs/vue": patch
---
Remove the unnecessary and deprecated @vue/server-renderer package from the ssr.external vite config

View file

@ -1,5 +0,0 @@
---
"@astrojs/markdown-remark": major
---
Removes deprecated APIs including `remarkShiki`, `remarkPrism`, `replaceCssVariables` and several unused types

View file

@ -1,5 +0,0 @@
---
"@astrojs/db": patch
---
Detailed error messages for remote database exceptions.

View file

@ -1,5 +0,0 @@
---
"@astrojs/preact": patch
---
Fixes (theoretical) edge case in Preact integration's JSX aliases

View file

@ -1,5 +0,0 @@
---
"@astrojs/markdown-remark": major
---
Updates Shiki syntax highlighting to lazily load shiki languages by default (only preloading `plaintext`). Additionally, the `createShikiHighlighter()` API now returns an asynchronous `highlight()` function due to this.

View file

@ -1,5 +0,0 @@
---
"@astrojs/markdoc": patch
---
Moves `@astrojs/markdown-remark` as a dependency

View file

@ -1,5 +0,0 @@
---
"astro": patch
---
Fixes bug with head content being pushed into body

View file

@ -1,5 +0,0 @@
---
"@astrojs/db": patch
---
Give proper error when seed missing default export

View file

@ -1,5 +0,0 @@
---
"@astrojs/db": patch
---
Make ASTRO_DATABASE_FILE work with file paths

View file

@ -1,5 +0,0 @@
---
"@astrojs/vercel": patch
---
Move nft warnings behind verbose logging

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.5.12"
"astro": "^4.5.13"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.2.2",
"@astrojs/mdx": "^2.2.3",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.2",
"astro": "^4.5.12"
"astro": "^4.5.13"
}
}

View file

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

View file

@ -14,6 +14,6 @@
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.5",
"alpinejs": "^3.13.3",
"astro": "^4.5.12"
"astro": "^4.5.13"
}
}

View file

@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/lit": "^4.0.1",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^4.5.12",
"astro": "^4.5.13",
"lit": "^3.1.2"
}
}

View file

@ -11,14 +11,14 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.1.1",
"@astrojs/preact": "^3.1.2",
"@astrojs/react": "^3.1.0",
"@astrojs/solid-js": "^4.0.1",
"@astrojs/svelte": "^5.2.0",
"@astrojs/vue": "^4.0.9",
"@astrojs/vue": "^4.0.10",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"astro": "^4.5.12",
"astro": "^4.5.13",
"preact": "^10.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.1.1",
"@astrojs/preact": "^3.1.2",
"@preact/signals": "^1.2.1",
"astro": "^4.5.12",
"astro": "^4.5.13",
"preact": "^10.19.2"
}
}

View file

@ -14,7 +14,7 @@
"@astrojs/react": "^3.1.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"astro": "^4.5.12",
"astro": "^4.5.13",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^4.0.1",
"astro": "^4.5.12",
"astro": "^4.5.13",
"solid-js": "^1.8.5"
}
}

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/svelte": "^5.2.0",
"astro": "^4.5.12",
"astro": "^4.5.13",
"svelte": "^4.2.5"
}
}

View file

@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/vue": "^4.0.9",
"astro": "^4.5.12",
"@astrojs/vue": "^4.0.10",
"astro": "^4.5.13",
"vue": "^3.3.8"
}
}

View file

@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^8.2.5",
"astro": "^4.5.12"
"astro": "^4.5.13"
}
}

View file

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

View file

@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/node": "^8.2.5",
"astro": "^4.5.12",
"astro": "^4.5.13",
"html-minifier": "^4.0.0"
},
"devDependencies": {

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.5.12"
"astro": "^4.5.13"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.5.12"
"astro": "^4.5.13"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.5.12"
"astro": "^4.5.13"
}
}

View file

@ -14,7 +14,7 @@
"dependencies": {
"@astrojs/node": "^8.2.5",
"@astrojs/svelte": "^5.2.0",
"astro": "^4.5.12",
"astro": "^4.5.13",
"svelte": "^4.2.5"
}
}

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.5.12",
"astro": "^4.5.13",
"sass": "^1.69.5",
"sharp": "^0.32.6"
}

View file

@ -12,6 +12,6 @@
"devDependencies": {
"@astrojs/tailwind": "^5.1.0",
"@astrojs/node": "^8.2.5",
"astro": "^4.5.12"
"astro": "^4.5.13"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^0.9.3",
"astro": "^4.5.12"
"@astrojs/markdoc": "^0.9.4",
"astro": "^4.5.13"
}
}

View file

@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdown-remark": "^4.3.2",
"astro": "^4.5.12",
"@astrojs/markdown-remark": "^5.0.0",
"astro": "^4.5.13",
"hast-util-select": "^6.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.5.12"
"astro": "^4.5.13"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.2.2",
"@astrojs/preact": "^3.1.1",
"astro": "^4.5.12",
"@astrojs/mdx": "^2.2.3",
"@astrojs/preact": "^3.1.2",
"astro": "^4.5.13",
"preact": "^10.19.2"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.1.1",
"@astrojs/preact": "^3.1.2",
"@nanostores/preact": "^0.5.0",
"astro": "^4.5.12",
"astro": "^4.5.13",
"nanostores": "^0.9.5",
"preact": "^10.19.2"
}

View file

@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.2.2",
"@astrojs/mdx": "^2.2.3",
"@astrojs/tailwind": "^5.1.0",
"@types/canvas-confetti": "^1.6.3",
"astro": "^4.5.12",
"astro": "^4.5.13",
"autoprefixer": "^10.4.15",
"canvas-confetti": "^1.9.1",
"postcss": "^8.4.28",

View file

@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^4.5.12",
"astro": "^4.5.13",
"vitest": "^1.3.1"
}
}

View file

@ -1,5 +1,22 @@
# astro
## 4.5.13
### Patch Changes
- [#10495](https://github.com/withastro/astro/pull/10495) [`046d69d517118ab5c0e71604b321729d66ddffff`](https://github.com/withastro/astro/commit/046d69d517118ab5c0e71604b321729d66ddffff) Thanks [@satyarohith](https://github.com/satyarohith)! - This patch allows astro to run in node-compat mode in Deno. Deno doesn't support
construction of response from async iterables in node-compat mode so we need to
use ReadableStream.
- [#10605](https://github.com/withastro/astro/pull/10605) [`a16a829f4e25ad5c9a1b4557ec089fc8ab53320f`](https://github.com/withastro/astro/commit/a16a829f4e25ad5c9a1b4557ec089fc8ab53320f) Thanks [@martrapp](https://github.com/martrapp)! - Fixes an issue with outdated page titles in browser history when using text fragments in view transition navigation.
- [#10584](https://github.com/withastro/astro/pull/10584) [`e648c5575a8774af739231cfa9fc27a32086aa5f`](https://github.com/withastro/astro/commit/e648c5575a8774af739231cfa9fc27a32086aa5f) Thanks [@duanwilliam](https://github.com/duanwilliam)! - Fixes a bug where JSX runtime would error on components with nullish prop values in certain conditions.
- [#10608](https://github.com/withastro/astro/pull/10608) [`e31bea0704890ff92ce4f9b0ce536c1c90715f2c`](https://github.com/withastro/astro/commit/e31bea0704890ff92ce4f9b0ce536c1c90715f2c) Thanks [@matthewp](https://github.com/matthewp)! - Fixes bug with head content being pushed into body
- Updated dependencies [[`2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de`](https://github.com/withastro/astro/commit/2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de), [`374efcdff9625ca43309d89e3b9cfc9174351512`](https://github.com/withastro/astro/commit/374efcdff9625ca43309d89e3b9cfc9174351512)]:
- @astrojs/markdown-remark@5.0.0
## 4.5.12
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "4.5.12",
"version": "4.5.13",
"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,17 @@
# @astrojs/db
## 0.9.9
### Patch Changes
- [#10599](https://github.com/withastro/astro/pull/10599) [`5a7733dde52d439402404d5207a2b1d897c4e025`](https://github.com/withastro/astro/commit/5a7733dde52d439402404d5207a2b1d897c4e025) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Seed database on dev server startup, and log whenever the seed file is reloaded.
- [#10636](https://github.com/withastro/astro/pull/10636) [`504d15d77291f0fe36aa9fecc22f276b734f83cb`](https://github.com/withastro/astro/commit/504d15d77291f0fe36aa9fecc22f276b734f83cb) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Detailed error messages for remote database exceptions.
- [#10635](https://github.com/withastro/astro/pull/10635) [`17badaf55c79cec460c74f4da58bf188eedef7e3`](https://github.com/withastro/astro/commit/17badaf55c79cec460c74f4da58bf188eedef7e3) Thanks [@matthewp](https://github.com/matthewp)! - Give proper error when seed missing default export
- [#10631](https://github.com/withastro/astro/pull/10631) [`157392ee44db08de0d3c01222644dae0a904044d`](https://github.com/withastro/astro/commit/157392ee44db08de0d3c01222644dae0a904044d) Thanks [@matthewp](https://github.com/matthewp)! - Make ASTRO_DATABASE_FILE work with file paths
## 0.9.8
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/db",
"version": "0.9.8",
"version": "0.9.9",
"description": "",
"license": "MIT",
"type": "module",

View file

@ -1,5 +1,14 @@
# @astrojs/markdoc
## 0.9.4
### Patch Changes
- [#10632](https://github.com/withastro/astro/pull/10632) [`da2fb875fc58b65a21d37a3d29f570fa20b5219c`](https://github.com/withastro/astro/commit/da2fb875fc58b65a21d37a3d29f570fa20b5219c) Thanks [@bluwy](https://github.com/bluwy)! - Moves `@astrojs/markdown-remark` as a dependency
- Updated dependencies [[`2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de`](https://github.com/withastro/astro/commit/2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de), [`374efcdff9625ca43309d89e3b9cfc9174351512`](https://github.com/withastro/astro/commit/374efcdff9625ca43309d89e3b9cfc9174351512)]:
- @astrojs/markdown-remark@5.0.0
## 0.9.3
### Patch Changes

View file

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

View file

@ -1,5 +1,12 @@
# @astrojs/mdx
## 2.2.3
### Patch Changes
- Updated dependencies [[`2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de`](https://github.com/withastro/astro/commit/2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de), [`374efcdff9625ca43309d89e3b9cfc9174351512`](https://github.com/withastro/astro/commit/374efcdff9625ca43309d89e3b9cfc9174351512)]:
- @astrojs/markdown-remark@5.0.0
## 2.2.2
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/preact
## 3.1.2
### Patch Changes
- [#10585](https://github.com/withastro/astro/pull/10585) [`ad50784adc6f262fc563999e97df3a5dc9087c88`](https://github.com/withastro/astro/commit/ad50784adc6f262fc563999e97df3a5dc9087c88) Thanks [@rschristian](https://github.com/rschristian)! - Fixes (theoretical) edge case in Preact integration's JSX aliases
## 3.1.1
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/vercel
## 7.5.1
### Patch Changes
- [#10609](https://github.com/withastro/astro/pull/10609) [`31590d44ef8b7c96a757e9b835144d57d767383c`](https://github.com/withastro/astro/commit/31590d44ef8b7c96a757e9b835144d57d767383c) Thanks [@matthewp](https://github.com/matthewp)! - Move nft warnings behind verbose logging
## 7.5.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/vercel",
"description": "Deploy your site to Vercel",
"version": "7.5.0",
"version": "7.5.1",
"type": "module",
"author": "withastro",
"license": "MIT",

View file

@ -1,5 +1,11 @@
# @astrojs/vue
## 4.0.10
### Patch Changes
- [#10601](https://github.com/withastro/astro/pull/10601) [`b3028caecf1a96310e2ee7a65075a81c231d87be`](https://github.com/withastro/astro/commit/b3028caecf1a96310e2ee7a65075a81c231d87be) Thanks [@kalepail](https://github.com/kalepail)! - Remove the unnecessary and deprecated @vue/server-renderer package from the ssr.external vite config
## 4.0.9
### Patch Changes

View file

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

View file

@ -1,5 +1,13 @@
# @astrojs/markdown-remark
## 5.0.0
### Major Changes
- [#10629](https://github.com/withastro/astro/pull/10629) [`2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de`](https://github.com/withastro/astro/commit/2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de) Thanks [@bluwy](https://github.com/bluwy)! - Removes deprecated APIs including `remarkShiki`, `remarkPrism`, `replaceCssVariables` and several unused types
- [#10618](https://github.com/withastro/astro/pull/10618) [`374efcdff9625ca43309d89e3b9cfc9174351512`](https://github.com/withastro/astro/commit/374efcdff9625ca43309d89e3b9cfc9174351512) Thanks [@43081j](https://github.com/43081j)! - Updates Shiki syntax highlighting to lazily load shiki languages by default (only preloading `plaintext`). Additionally, the `createShikiHighlighter()` API now returns an asynchronous `highlight()` function due to this.
## 4.3.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
"version": "4.3.2",
"version": "5.0.0",
"type": "module",
"author": "withastro",
"license": "MIT",

76
pnpm-lock.yaml generated
View file

@ -134,13 +134,13 @@ importers:
examples/basics:
dependencies:
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
examples/blog:
dependencies:
'@astrojs/mdx':
specifier: ^2.2.2
specifier: ^2.2.3
version: link:../../packages/integrations/mdx
'@astrojs/rss':
specifier: ^4.0.5
@ -149,13 +149,13 @@ importers:
specifier: ^3.1.2
version: link:../../packages/integrations/sitemap
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
examples/framework-alpine:
@ -170,7 +170,7 @@ importers:
specifier: ^3.13.3
version: 3.13.7
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
examples/framework-lit:
@ -182,7 +182,7 @@ importers:
specifier: ^0.2.1
version: 0.2.1
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
lit:
specifier: ^3.1.2
@ -191,7 +191,7 @@ importers:
examples/framework-multiple:
dependencies:
'@astrojs/preact':
specifier: ^3.1.1
specifier: ^3.1.2
version: link:../../packages/integrations/preact
'@astrojs/react':
specifier: ^3.1.0
@ -203,7 +203,7 @@ importers:
specifier: ^5.2.0
version: link:../../packages/integrations/svelte
'@astrojs/vue':
specifier: ^4.0.9
specifier: ^4.0.10
version: link:../../packages/integrations/vue
'@types/react':
specifier: ^18.2.37
@ -212,7 +212,7 @@ importers:
specifier: ^18.2.15
version: 18.2.23
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
preact:
specifier: ^10.19.2
@ -236,13 +236,13 @@ importers:
examples/framework-preact:
dependencies:
'@astrojs/preact':
specifier: ^3.1.1
specifier: ^3.1.2
version: link:../../packages/integrations/preact
'@preact/signals':
specifier: ^1.2.1
version: 1.2.1(preact@10.20.1)
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
preact:
specifier: ^10.19.2
@ -260,7 +260,7 @@ importers:
specifier: ^18.2.15
version: 18.2.23
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
react:
specifier: ^18.2.0
@ -275,7 +275,7 @@ importers:
specifier: ^4.0.1
version: link:../../packages/integrations/solid
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
solid-js:
specifier: ^1.8.5
@ -287,7 +287,7 @@ importers:
specifier: ^5.2.0
version: link:../../packages/integrations/svelte
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
svelte:
specifier: ^4.2.5
@ -296,10 +296,10 @@ importers:
examples/framework-vue:
dependencies:
'@astrojs/vue':
specifier: ^4.0.9
specifier: ^4.0.10
version: link:../../packages/integrations/vue
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
vue:
specifier: ^3.3.8
@ -311,13 +311,13 @@ importers:
specifier: ^8.2.5
version: link:../../packages/integrations/node
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
examples/middleware:
@ -326,7 +326,7 @@ importers:
specifier: ^8.2.5
version: link:../../packages/integrations/node
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
html-minifier:
specifier: ^4.0.0
@ -339,19 +339,19 @@ importers:
examples/minimal:
dependencies:
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
examples/non-html-pages:
dependencies:
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
examples/ssr:
@ -363,7 +363,7 @@ importers:
specifier: ^5.2.0
version: link:../../packages/integrations/svelte
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
svelte:
specifier: ^4.2.5
@ -372,7 +372,7 @@ importers:
examples/starlog:
dependencies:
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
sass:
specifier: ^1.69.5
@ -390,25 +390,25 @@ importers:
specifier: ^5.1.0
version: link:../../packages/integrations/tailwind
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
examples/with-markdoc:
dependencies:
'@astrojs/markdoc':
specifier: ^0.9.3
specifier: ^0.9.4
version: link:../../packages/integrations/markdoc
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
examples/with-markdown-plugins:
dependencies:
'@astrojs/markdown-remark':
specifier: ^4.3.2
specifier: ^5.0.0
version: link:../../packages/markdown/remark
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
hast-util-select:
specifier: ^6.0.2
@ -429,19 +429,19 @@ importers:
examples/with-markdown-shiki:
dependencies:
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
examples/with-mdx:
dependencies:
'@astrojs/mdx':
specifier: ^2.2.2
specifier: ^2.2.3
version: link:../../packages/integrations/mdx
'@astrojs/preact':
specifier: ^3.1.1
specifier: ^3.1.2
version: link:../../packages/integrations/preact
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
preact:
specifier: ^10.19.2
@ -450,13 +450,13 @@ importers:
examples/with-nanostores:
dependencies:
'@astrojs/preact':
specifier: ^3.1.1
specifier: ^3.1.2
version: link:../../packages/integrations/preact
'@nanostores/preact':
specifier: ^0.5.0
version: 0.5.1(nanostores@0.9.5)(preact@10.20.1)
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
nanostores:
specifier: ^0.9.5
@ -468,7 +468,7 @@ importers:
examples/with-tailwindcss:
dependencies:
'@astrojs/mdx':
specifier: ^2.2.2
specifier: ^2.2.3
version: link:../../packages/integrations/mdx
'@astrojs/tailwind':
specifier: ^5.1.0
@ -477,7 +477,7 @@ importers:
specifier: ^1.6.3
version: 1.6.4
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.15
@ -495,7 +495,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
specifier: ^4.5.12
specifier: ^4.5.13
version: link:../../packages/astro
vitest:
specifier: ^1.3.1