summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-11-01 10:22:41 -0700
committerGravatar GitHub <noreply@github.com> 2023-11-01 13:22:41 -0400
commitea16b45c0d13b9eb0b42cbc0f8ba6c0b38a55fec (patch)
tree7f7bcebc00787cafcf26a451ff731fbf532d6423
parentbf1fd0fa76d19d3bc4ce501b021f2e0cf9b095c9 (diff)
downloadastro-ea16b45c0d13b9eb0b42cbc0f8ba6c0b38a55fec.tar.gz
astro-ea16b45c0d13b9eb0b42cbc0f8ba6c0b38a55fec.tar.zst
astro-ea16b45c0d13b9eb0b42cbc0f8ba6c0b38a55fec.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/five-ads-look.md5
-rw-r--r--.changeset/odd-maps-glow.md5
-rw-r--r--.changeset/plenty-spiders-act.md5
-rw-r--r--.changeset/twenty-shirts-smile.md5
-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/framework-alpine/package.json2
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json2
-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.json2
-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/middleware/package.json2
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/non-html-pages/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/view-transitions/package.json2
-rw-r--r--examples/with-markdoc/package.json2
-rw-r--r--examples/with-markdown-plugins/package.json2
-rw-r--r--examples/with-markdown-shiki/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-vite-plugin-pwa/package.json2
-rw-r--r--examples/with-vitest/package.json2
-rw-r--r--packages/astro/CHANGELOG.md10
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/underscore-redirects/CHANGELOG.md6
-rw-r--r--packages/underscore-redirects/package.json2
-rw-r--r--pnpm-lock.yaml54
36 files changed, 72 insertions, 76 deletions
diff --git a/.changeset/five-ads-look.md b/.changeset/five-ads-look.md
deleted file mode 100644
index 9c198a50c..000000000
--- a/.changeset/five-ads-look.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Prevent route announcer from being visible
diff --git a/.changeset/odd-maps-glow.md b/.changeset/odd-maps-glow.md
deleted file mode 100644
index c8df7fa51..000000000
--- a/.changeset/odd-maps-glow.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/underscore-redirects': patch
----
-
-Adds the base path as prefix for input paths
diff --git a/.changeset/plenty-spiders-act.md b/.changeset/plenty-spiders-act.md
deleted file mode 100644
index 0238e12f4..000000000
--- a/.changeset/plenty-spiders-act.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes an issue where rendering the same slot multiple times invoked it only once.
diff --git a/.changeset/twenty-shirts-smile.md b/.changeset/twenty-shirts-smile.md
deleted file mode 100644
index c35552cdc..000000000
--- a/.changeset/twenty-shirts-smile.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-In the dev overlay, add a tooltip showing the currently hovered / focused plugin's name
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 7809bd391..928056b52 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.4.1"
+ "astro": "^3.4.2"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 030f8748a..81fe276f0 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -14,6 +14,6 @@
"@astrojs/mdx": "^1.1.3",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.3",
- "astro": "^3.4.1"
+ "astro": "^3.4.2"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index b0950af62..6c33fcd07 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^3.4.1"
+ "astro": "^3.4.2"
},
"peerDependencies": {
"astro": "^3.0.0"
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index bc97d0659..01db188b4 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -14,6 +14,6 @@
"@astrojs/alpinejs": "^0.3.1",
"@types/alpinejs": "^3.7.2",
"alpinejs": "^3.12.3",
- "astro": "^3.4.1"
+ "astro": "^3.4.2"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 2e182b636..c410416d9 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/lit": "^3.0.2",
"@webcomponents/template-shadowroot": "^0.2.1",
- "astro": "^3.4.1",
+ "astro": "^3.4.2",
"lit": "^2.8.0"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 09a678df6..0554d688d 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -16,7 +16,7 @@
"@astrojs/solid-js": "^3.0.2",
"@astrojs/svelte": "^4.0.3",
"@astrojs/vue": "^3.0.3",
- "astro": "^3.4.1",
+ "astro": "^3.4.2",
"preact": "^10.17.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 2596511ef..26e38caa2 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.0.1",
"@preact/signals": "^1.2.1",
- "astro": "^3.4.1",
+ "astro": "^3.4.2",
"preact": "^10.17.1"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 0f4178f44..4ebbfc2ca 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -14,7 +14,7 @@
"@astrojs/react": "^3.0.4",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
- "astro": "^3.4.1",
+ "astro": "^3.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 7b248ad3b..352dcf08a 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^3.0.2",
- "astro": "^3.4.1",
+ "astro": "^3.4.2",
"solid-js": "^1.7.11"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index bf4e17599..e28587c91 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/svelte": "^4.0.3",
- "astro": "^3.4.1",
+ "astro": "^3.4.2",
"svelte": "^4.2.0"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 42023f998..6dc17889e 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^3.0.3",
- "astro": "^3.4.1",
+ "astro": "^3.4.2",
"vue": "^3.3.4"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 4c7e24040..5218c548d 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^6.0.3",
- "astro": "^3.4.1"
+ "astro": "^3.4.2"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 324598147..2e3d4a3d4 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^3.4.1"
+ "astro": "^3.4.2"
},
"peerDependencies": {
"astro": "^3.0.0"
diff --git a/examples/middleware/package.json b/examples/middleware/package.json
index 132ceaa08..c72ef7dda 100644
--- a/examples/middleware/package.json
+++ b/examples/middleware/package.json
@@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/node": "^6.0.3",
- "astro": "^3.4.1",
+ "astro": "^3.4.2",
"html-minifier": "^4.0.0"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 7f639aade..e13f03941 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.4.1"
+ "astro": "^3.4.2"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 1d0a550fc..4c186ff3d 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.4.1"
+ "astro": "^3.4.2"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 16f337b54..17fa09cf8 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.4.1"
+ "astro": "^3.4.2"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index cf1af6302..55fe0cd2e 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -14,7 +14,7 @@
"dependencies": {
"@astrojs/node": "^6.0.3",
"@astrojs/svelte": "^4.0.3",
- "astro": "^3.4.1",
+ "astro": "^3.4.2",
"svelte": "^4.2.0"
}
}
diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json
index f9f1b287d..7c556c7d3 100644
--- a/examples/view-transitions/package.json
+++ b/examples/view-transitions/package.json
@@ -12,6 +12,6 @@
"devDependencies": {
"@astrojs/tailwind": "^5.0.2",
"@astrojs/node": "^6.0.3",
- "astro": "^3.4.1"
+ "astro": "^3.4.2"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index 3111832aa..ac1e7c30e 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.7.1",
- "astro": "^3.4.1"
+ "astro": "^3.4.2"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 1b051acba..5d9144f85 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdown-remark": "^3.3.0",
- "astro": "^3.4.1",
+ "astro": "^3.4.2",
"hast-util-select": "^5.0.5",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 6bf40b71b..93cf5795c 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.4.1"
+ "astro": "^3.4.2"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 554dca870..c083e1f3f 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/mdx": "^1.1.3",
"@astrojs/preact": "^3.0.1",
- "astro": "^3.4.1",
+ "astro": "^3.4.2",
"preact": "^10.17.1"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 58b860d42..5e7bb489a 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.0.1",
"@nanostores/preact": "^0.5.0",
- "astro": "^3.4.1",
+ "astro": "^3.4.2",
"nanostores": "^0.9.3",
"preact": "^10.17.1"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index c899edda1..5c519c509 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -14,7 +14,7 @@
"@astrojs/mdx": "^1.1.3",
"@astrojs/tailwind": "^5.0.2",
"@types/canvas-confetti": "^1.6.0",
- "astro": "^3.4.1",
+ "astro": "^3.4.2",
"autoprefixer": "^10.4.15",
"canvas-confetti": "^1.6.0",
"postcss": "^8.4.28",
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index 49ade3811..970a4d19c 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.4.1",
+ "astro": "^3.4.2",
"vite-plugin-pwa": "0.16.4",
"workbox-window": "^7.0.0"
}
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index a0df97008..5c543a059 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^3.4.1",
+ "astro": "^3.4.2",
"vitest": "^0.34.2"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index a70bd22e7..85d0fc825 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,15 @@
# astro
+## 3.4.2
+
+### Patch Changes
+
+- [#8977](https://github.com/withastro/astro/pull/8977) [`40a061679`](https://github.com/withastro/astro/commit/40a06167976a29798a0b9e7eab64dd39f4ab6521) Thanks [@matthewp](https://github.com/matthewp)! - Prevent route announcer from being visible
+
+- [#8929](https://github.com/withastro/astro/pull/8929) [`2da33b7a1`](https://github.com/withastro/astro/commit/2da33b7a13cf964595f758e3e4a865fd97d0943e) Thanks [@lilnasy](https://github.com/lilnasy)! - Fixes an issue where rendering the same slot multiple times invoked it only once.
+
+- [#8978](https://github.com/withastro/astro/pull/8978) [`cc3278bb6`](https://github.com/withastro/astro/commit/cc3278bb69738c4e0c7811d683ead71bea6f46c1) Thanks [@Princesseuh](https://github.com/Princesseuh)! - In the dev overlay, add a tooltip showing the currently hovered / focused plugin's name
+
## 3.4.1
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index da17db5ab..db6fb53ad 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "3.4.1",
+ "version": "3.4.2",
"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/underscore-redirects/CHANGELOG.md b/packages/underscore-redirects/CHANGELOG.md
index 8e5d1d08f..0a10aad93 100644
--- a/packages/underscore-redirects/CHANGELOG.md
+++ b/packages/underscore-redirects/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/underscore-redirects
+## 0.3.2
+
+### Patch Changes
+
+- [#8953](https://github.com/withastro/astro/pull/8953) [`6bc2153d0`](https://github.com/withastro/astro/commit/6bc2153d0ffb5b534caabb84f0fbe1af5c3d7826) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Adds the base path as prefix for input paths
+
## 0.3.1
### Patch Changes
diff --git a/packages/underscore-redirects/package.json b/packages/underscore-redirects/package.json
index 1325d4c8e..3706c5eff 100644
--- a/packages/underscore-redirects/package.json
+++ b/packages/underscore-redirects/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/underscore-redirects",
"description": "Utilities to generate _redirects files in Astro projects",
- "version": "0.3.1",
+ "version": "0.3.2",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 7a1f0e676..805ec5896 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -125,7 +125,7 @@ importers:
examples/basics:
dependencies:
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
examples/blog:
@@ -140,13 +140,13 @@ importers:
specifier: ^3.0.3
version: link:../../packages/integrations/sitemap
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
examples/framework-alpine:
@@ -161,7 +161,7 @@ importers:
specifier: ^3.12.3
version: 3.13.2
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
examples/framework-lit:
@@ -173,7 +173,7 @@ importers:
specifier: ^0.2.1
version: 0.2.1
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
lit:
specifier: ^2.8.0
@@ -197,7 +197,7 @@ importers:
specifier: ^3.0.3
version: link:../../packages/integrations/vue
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
preact:
specifier: ^10.17.1
@@ -227,7 +227,7 @@ importers:
specifier: ^1.2.1
version: 1.2.1(preact@10.18.1)
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
preact:
specifier: ^10.17.1
@@ -245,7 +245,7 @@ importers:
specifier: ^18.2.7
version: 18.2.14
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
react:
specifier: ^18.2.0
@@ -260,7 +260,7 @@ importers:
specifier: ^3.0.2
version: link:../../packages/integrations/solid
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
solid-js:
specifier: ^1.7.11
@@ -272,7 +272,7 @@ importers:
specifier: ^4.0.3
version: link:../../packages/integrations/svelte
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
svelte:
specifier: ^4.2.0
@@ -284,7 +284,7 @@ importers:
specifier: ^3.0.3
version: link:../../packages/integrations/vue
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
vue:
specifier: ^3.3.4
@@ -296,13 +296,13 @@ importers:
specifier: ^6.0.3
version: link:../../packages/integrations/node
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
examples/middleware:
@@ -311,7 +311,7 @@ importers:
specifier: ^6.0.3
version: link:../../packages/integrations/node
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
html-minifier:
specifier: ^4.0.0
@@ -320,19 +320,19 @@ importers:
examples/minimal:
dependencies:
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
examples/non-html-pages:
dependencies:
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
examples/ssr:
@@ -344,7 +344,7 @@ importers:
specifier: ^4.0.3
version: link:../../packages/integrations/svelte
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
svelte:
specifier: ^4.2.0
@@ -359,7 +359,7 @@ importers:
specifier: ^5.0.2
version: link:../../packages/integrations/tailwind
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
examples/with-markdoc:
@@ -368,7 +368,7 @@ importers:
specifier: ^0.7.1
version: link:../../packages/integrations/markdoc
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
examples/with-markdown-plugins:
@@ -377,7 +377,7 @@ importers:
specifier: ^3.3.0
version: link:../../packages/markdown/remark
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
hast-util-select:
specifier: ^5.0.5
@@ -398,7 +398,7 @@ importers:
examples/with-markdown-shiki:
dependencies:
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
examples/with-mdx:
@@ -410,7 +410,7 @@ importers:
specifier: ^3.0.1
version: link:../../packages/integrations/preact
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
preact:
specifier: ^10.17.1
@@ -425,7 +425,7 @@ importers:
specifier: ^0.5.0
version: 0.5.0(nanostores@0.9.4)(preact@10.18.1)
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
nanostores:
specifier: ^0.9.3
@@ -446,7 +446,7 @@ importers:
specifier: ^1.6.0
version: 1.6.2
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.15
@@ -464,7 +464,7 @@ importers:
examples/with-vite-plugin-pwa:
dependencies:
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
vite-plugin-pwa:
specifier: 0.16.4
@@ -476,7 +476,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: link:../../packages/astro
vitest:
specifier: ^0.34.2