summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-11-06 07:47:57 -0800
committerGravatar GitHub <noreply@github.com> 2024-11-06 23:47:57 +0800
commitd63d87dcaea85e84acb26b70cbd650d6e1eea6df (patch)
tree28b24da854d5199e38694fa1b148f10598bab7d4
parentb21a07500284a3621be4d509f5aa67c0a8fcbf07 (diff)
downloadastro-d63d87dcaea85e84acb26b70cbd650d6e1eea6df.tar.gz
astro-d63d87dcaea85e84acb26b70cbd650d6e1eea6df.tar.zst
astro-d63d87dcaea85e84acb26b70cbd650d6e1eea6df.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/pre.json4
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/container-with-vitest/package.json2
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-multiple/package.json4
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json4
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/hackernews/package.json2
-rw-r--r--examples/integration/package.json2
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/package.json4
-rw-r--r--examples/starlog/package.json2
-rw-r--r--examples/toolbar-app/package.json2
-rw-r--r--examples/with-markdoc/package.json2
-rw-r--r--examples/with-mdx/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--examples/with-vitest/package.json2
-rw-r--r--packages/astro/CHANGELOG.md8
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/create-astro/CHANGELOG.md11
-rw-r--r--packages/create-astro/package.json2
-rw-r--r--packages/integrations/svelte/CHANGELOG.md6
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--pnpm-lock.yaml52
31 files changed, 84 insertions, 55 deletions
diff --git a/.changeset/pre.json b/.changeset/pre.json
index faf24722e..7b422da68 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -53,6 +53,7 @@
"eighty-boxes-applaud",
"eighty-donkeys-fly",
"eighty-ligers-punch",
+ "empty-houses-melt",
"five-jars-hear",
"fluffy-jars-live",
"forty-trains-notice",
@@ -84,6 +85,7 @@
"nasty-crabs-worry",
"neat-dots-hear",
"neat-queens-learn",
+ "old-actors-learn",
"old-zebras-teach",
"perfect-fans-fly",
"pink-yaks-exercise",
@@ -91,6 +93,7 @@
"poor-dots-add",
"poor-frogs-dream",
"poor-seals-clap",
+ "pretty-walls-camp",
"quick-ads-exercise",
"quick-onions-leave",
"rotten-phones-scream",
@@ -113,6 +116,7 @@
"ten-walls-tap",
"three-days-cough",
"three-olives-reflect",
+ "tough-planets-dress",
"twelve-comics-march",
"twenty-cobras-push",
"unlucky-bobcats-sit",
diff --git a/examples/basics/package.json b/examples/basics/package.json
index a4e9d677f..a36bc626e 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.6"
+ "astro": "^5.0.0-beta.7"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 071f99163..83896b87d 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -13,6 +13,6 @@
"@astrojs/mdx": "^4.0.0-beta.3",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
- "astro": "^5.0.0-beta.6"
+ "astro": "^5.0.0-beta.7"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 9bedcb8d7..ada92f61d 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^5.0.0-beta.6"
+ "astro": "^5.0.0-beta.7"
},
"peerDependencies": {
"astro": "^4.0.0 || ^5.0.0"
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index 749166d9f..17bbe0847 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -11,7 +11,7 @@
"test": "vitest run"
},
"dependencies": {
- "astro": "^5.0.0-beta.6",
+ "astro": "^5.0.0-beta.7",
"@astrojs/react": "^3.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index b693c725d..7cd3d314c 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -13,6 +13,6 @@
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.3",
- "astro": "^5.0.0-beta.6"
+ "astro": "^5.0.0-beta.7"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index c7e17eea7..f184bb9c5 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -13,11 +13,11 @@
"@astrojs/preact": "^3.5.3",
"@astrojs/react": "^3.6.2",
"@astrojs/solid-js": "^4.4.2",
- "@astrojs/svelte": "^6.0.0-beta.1",
+ "@astrojs/svelte": "^6.0.0-beta.2",
"@astrojs/vue": "^5.0.0-beta.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
- "astro": "^5.0.0-beta.6",
+ "astro": "^5.0.0-beta.7",
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 9f6255e96..476d94318 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/preact": "^3.5.3",
"@preact/signals": "^1.3.0",
- "astro": "^5.0.0-beta.6",
+ "astro": "^5.0.0-beta.7",
"preact": "^10.24.3"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index f1599cee2..084ceb7e3 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -13,7 +13,7 @@
"@astrojs/react": "^3.6.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
- "astro": "^5.0.0-beta.6",
+ "astro": "^5.0.0-beta.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 1052d049c..b38380ec7 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^4.4.2",
- "astro": "^5.0.0-beta.6",
+ "astro": "^5.0.0-beta.7",
"solid-js": "^1.9.2"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index fb29dc04d..f7ccc842d 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^6.0.0-beta.1",
- "astro": "^5.0.0-beta.6",
+ "@astrojs/svelte": "^6.0.0-beta.2",
+ "astro": "^5.0.0-beta.7",
"svelte": "^4.2.19"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 8b7fa0ca0..6ca9585e5 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/vue": "^5.0.0-beta.1",
- "astro": "^5.0.0-beta.6",
+ "astro": "^5.0.0-beta.7",
"vue": "^3.5.12"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index c1202148b..b26d8ce2b 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,6 +11,6 @@
},
"dependencies": {
"@astrojs/node": "^9.0.0-alpha.1",
- "astro": "^5.0.0-beta.6"
+ "astro": "^5.0.0-beta.7"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index b081fd0d0..2e2e6d476 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^5.0.0-beta.6"
+ "astro": "^5.0.0-beta.7"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 266fcf8db..e671b25fb 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.6"
+ "astro": "^5.0.0-beta.7"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 2ec90d436..8c2e2d069 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.6"
+ "astro": "^5.0.0-beta.7"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 2d22b9841..e588e5575 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,8 +12,8 @@
},
"dependencies": {
"@astrojs/node": "^9.0.0-alpha.1",
- "@astrojs/svelte": "^6.0.0-beta.1",
- "astro": "^5.0.0-beta.6",
+ "@astrojs/svelte": "^6.0.0-beta.2",
+ "astro": "^5.0.0-beta.7",
"svelte": "^4.2.19"
}
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index fb78319c7..a9c76c4b4 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -9,7 +9,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.6",
+ "astro": "^5.0.0-beta.7",
"sass": "^1.80.6",
"sharp": "^0.33.3"
}
diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json
index 3f43900da..340d4f576 100644
--- a/examples/toolbar-app/package.json
+++ b/examples/toolbar-app/package.json
@@ -15,6 +15,6 @@
"./app": "./dist/app.js"
},
"devDependencies": {
- "astro": "^5.0.0-beta.6"
+ "astro": "^5.0.0-beta.7"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index 3b51cb672..aa7473c23 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -11,6 +11,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.12.0-beta.0",
- "astro": "^5.0.0-beta.6"
+ "astro": "^5.0.0-beta.7"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index ea6f96cae..a1f517eff 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/mdx": "^4.0.0-beta.3",
"@astrojs/preact": "^3.5.3",
- "astro": "^5.0.0-beta.6",
+ "astro": "^5.0.0-beta.7",
"preact": "^10.24.3"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 768cb4dc4..8ff59c197 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/preact": "^3.5.3",
"@nanostores/preact": "^0.5.2",
- "astro": "^5.0.0-beta.6",
+ "astro": "^5.0.0-beta.7",
"nanostores": "^0.11.3",
"preact": "^10.24.3"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index fc4f74f68..0a7be2f9a 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -13,7 +13,7 @@
"@astrojs/mdx": "^4.0.0-beta.3",
"@astrojs/tailwind": "^5.1.2",
"@types/canvas-confetti": "^1.6.4",
- "astro": "^5.0.0-beta.6",
+ "astro": "^5.0.0-beta.7",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.47",
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 7cff90cd3..e907caae4 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -11,7 +11,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^5.0.0-beta.6",
+ "astro": "^5.0.0-beta.7",
"vitest": "^2.1.4"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 333540008..98332e7da 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,13 @@
# astro
+## 5.0.0-beta.7
+
+### Minor Changes
+
+- [#12323](https://github.com/withastro/astro/pull/12323) [`c280655`](https://github.com/withastro/astro/commit/c280655655cc6c22121f32c5f7c76836adf17230) Thanks [@bluwy](https://github.com/bluwy)! - Updates to Vite 6.0.0-beta.6
+
+- [#12379](https://github.com/withastro/astro/pull/12379) [`94f4fe8`](https://github.com/withastro/astro/commit/94f4fe8180f02cf19fb617dde7d67d4f7bee8dac) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Adds a new components exported from `astro/components`: Welcome, to be used by the new Basics template
+
## 5.0.0-beta.6
### Major Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 2248ac679..a678ba60b 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "5.0.0-beta.6",
+ "version": "5.0.0-beta.7",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index e696dcec6..83bd93e10 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,16 @@
# create-astro
+## 4.11.0-beta.0
+
+### Minor Changes
+
+- [#12083](https://github.com/withastro/astro/pull/12083) [`9263e96`](https://github.com/withastro/astro/commit/9263e965932b9a6a116801c063c6b7105c39643e) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Reworks the experience of creating a new Astro project using the `create astro` CLI command.
+
+ - Updates the list of templates to include Starlight and combines the "minimal" and "basics" templates into a new, refreshed "Basics" template to serve as the single, minimal Astro project starter.
+ - Removes the TypeScript question. Astro is TypeScript-only, so this question was often misleading. The "Strict" preset is now the default, but it can still be changed manually in `tsconfig.json`.
+ - `astro check` is no longer automatically added to the build script.
+ - Added a new `--add` flag to install additional integrations after creating a project. For example, `pnpm create astro --add react` will create a new Astro project and install the React integration.
+
## 4.10.0
### Minor Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index 30889d515..9745ad223 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "4.10.0",
+ "version": "4.11.0-beta.0",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md
index 2033e3653..494262a9e 100644
--- a/packages/integrations/svelte/CHANGELOG.md
+++ b/packages/integrations/svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/svelte
+## 6.0.0-beta.2
+
+### Patch Changes
+
+- [`b21a075`](https://github.com/withastro/astro/commit/b21a07500284a3621be4d509f5aa67c0a8fcbf07) Thanks [@bluwy](https://github.com/bluwy)! - New release to include changes from 5.7.3
+
## 6.0.0-beta.1
### Patch Changes
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index f140376be..e436b4d30 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
- "version": "6.0.0-beta.1",
+ "version": "6.0.0-beta.2",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index ccab11355..953ead5c2 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -143,7 +143,7 @@ importers:
examples/basics:
dependencies:
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/blog:
@@ -158,13 +158,13 @@ importers:
specifier: ^3.2.1
version: link:../../packages/integrations/sitemap
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/container-with-vitest:
@@ -173,7 +173,7 @@ importers:
specifier: ^3.6.2
version: link:../../packages/integrations/react
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
react:
specifier: ^18.3.1
@@ -204,7 +204,7 @@ importers:
specifier: ^3.14.3
version: 3.14.3
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/framework-multiple:
@@ -219,7 +219,7 @@ importers:
specifier: ^4.4.2
version: link:../../packages/integrations/solid
'@astrojs/svelte':
- specifier: ^6.0.0-beta.1
+ specifier: ^6.0.0-beta.2
version: link:../../packages/integrations/svelte
'@astrojs/vue':
specifier: ^5.0.0-beta.1
@@ -231,7 +231,7 @@ importers:
specifier: ^18.3.1
version: 18.3.1
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
preact:
specifier: ^10.24.3
@@ -261,7 +261,7 @@ importers:
specifier: ^1.3.0
version: 1.3.0(preact@10.24.3)
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
preact:
specifier: ^10.24.3
@@ -279,7 +279,7 @@ importers:
specifier: ^18.3.1
version: 18.3.1
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
react:
specifier: ^18.3.1
@@ -294,7 +294,7 @@ importers:
specifier: ^4.4.2
version: link:../../packages/integrations/solid
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
solid-js:
specifier: ^1.9.2
@@ -303,10 +303,10 @@ importers:
examples/framework-svelte:
dependencies:
'@astrojs/svelte':
- specifier: ^6.0.0-beta.1
+ specifier: ^6.0.0-beta.2
version: link:../../packages/integrations/svelte
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
svelte:
specifier: ^4.2.19
@@ -318,7 +318,7 @@ importers:
specifier: ^5.0.0-beta.1
version: link:../../packages/integrations/vue
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
vue:
specifier: ^3.5.12
@@ -330,25 +330,25 @@ importers:
specifier: ^9.0.0-alpha.1
version: 9.0.0-alpha.1(astro@packages+astro)
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/minimal:
dependencies:
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/ssr:
@@ -357,10 +357,10 @@ importers:
specifier: ^9.0.0-alpha.1
version: 9.0.0-alpha.1(astro@packages+astro)
'@astrojs/svelte':
- specifier: ^6.0.0-beta.1
+ specifier: ^6.0.0-beta.2
version: link:../../packages/integrations/svelte
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
svelte:
specifier: ^4.2.19
@@ -369,7 +369,7 @@ importers:
examples/starlog:
dependencies:
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
sass:
specifier: ^1.80.6
@@ -381,7 +381,7 @@ importers:
examples/toolbar-app:
devDependencies:
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/with-markdoc:
@@ -390,7 +390,7 @@ importers:
specifier: ^0.12.0-beta.0
version: link:../../packages/integrations/markdoc
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/with-mdx:
@@ -402,7 +402,7 @@ importers:
specifier: ^3.5.3
version: link:../../packages/integrations/preact
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
preact:
specifier: ^10.24.3
@@ -417,7 +417,7 @@ importers:
specifier: ^0.5.2
version: 0.5.2(nanostores@0.11.3)(preact@10.24.3)
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
nanostores:
specifier: ^0.11.3
@@ -438,7 +438,7 @@ importers:
specifier: ^1.6.4
version: 1.6.4
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.20
@@ -456,7 +456,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
- specifier: ^5.0.0-beta.6
+ specifier: ^5.0.0-beta.7
version: link:../../packages/astro
vitest:
specifier: ^2.1.4