diff options
Diffstat (limited to 'examples')
23 files changed, 23 insertions, 23 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index 99ad05b6f..0a1fcdbf3 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.4.1" + "astro": "^5.4.2" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 4b7756f69..29517220a 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,6 +13,6 @@ "@astrojs/mdx": "^4.1.0", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.2.1", - "astro": "^5.4.1" + "astro": "^5.4.2" } } diff --git a/examples/component/package.json b/examples/component/package.json index ad5d6ee35..73e6cecbc 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.4.1" + "astro": "^5.4.2" }, "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 63c786f0e..aa0e4ecea 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^4.2.1", - "astro": "^5.4.1", + "astro": "^5.4.2", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^3.0.7" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index cdca3e54e..06e0362bc 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -13,6 +13,6 @@ "@astrojs/alpinejs": "^0.4.3", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.14.8", - "astro": "^5.4.1" + "astro": "^5.4.2" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 294a31da5..876126a40 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -17,7 +17,7 @@ "@astrojs/vue": "^5.0.7", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "astro": "^5.4.1", + "astro": "^5.4.2", "preact": "^10.26.4", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 609d4220e..b30b6becf 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.0.5", "@preact/signals": "^2.0.1", - "astro": "^5.4.1", + "astro": "^5.4.2", "preact": "^10.26.4" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 8003274e7..81ef4262a 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.2.1", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "astro": "^5.4.1", + "astro": "^5.4.2", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index de50af12f..db25682c5 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/solid-js": "^5.0.5", - "astro": "^5.4.1", + "astro": "^5.4.2", "solid-js": "^1.9.5" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index f6b8bc7bc..312cfd17b 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^7.0.5", - "astro": "^5.4.1", + "astro": "^5.4.2", "svelte": "^5.21.0" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 42153adaf..dece9492b 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.7", - "astro": "^5.4.1", + "astro": "^5.4.2", "vue": "^3.5.13" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index c8bcbb2dd..5f55766c9 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.1.2", - "astro": "^5.4.1" + "astro": "^5.4.2" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 65db326cf..cce28c32c 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.4.1" + "astro": "^5.4.2" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 6a445ba9c..806089c67 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.4.1" + "astro": "^5.4.2" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 3d0683a5b..48c2b714c 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.4.1" + "astro": "^5.4.2" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index e939f6517..7d603f148 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/node": "^9.1.2", "@astrojs/svelte": "^7.0.5", - "astro": "^5.4.1", + "astro": "^5.4.2", "svelte": "^5.21.0" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 9e8cd3791..13ea50cdf 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.4.1", + "astro": "^5.4.2", "sass": "^1.85.1", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index ef865da04..a5153a676 100644 --- a/examples/toolbar-app/package.json +++ b/examples/toolbar-app/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@types/node": "^18.17.8", - "astro": "^5.4.1" + "astro": "^5.4.2" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 08173aa02..1b18f494c 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.12.10", - "astro": "^5.4.1" + "astro": "^5.4.2" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 7774ff854..bfd4a67ba 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/mdx": "^4.1.0", "@astrojs/preact": "^4.0.5", - "astro": "^5.4.1", + "astro": "^5.4.2", "preact": "^10.26.4" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index f8d308566..147347535 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.0.5", "@nanostores/preact": "^0.5.2", - "astro": "^5.4.1", + "astro": "^5.4.2", "nanostores": "^0.11.4", "preact": "^10.26.4" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 87bb84ae5..d8cee827c 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -13,7 +13,7 @@ "@astrojs/mdx": "^4.1.0", "@tailwindcss/vite": "^4.0.9", "@types/canvas-confetti": "^1.9.0", - "astro": "^5.4.1", + "astro": "^5.4.2", "canvas-confetti": "^1.9.3", "tailwindcss": "^4.0.9" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index aaf8c8c06..221179d3c 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.4.1", + "astro": "^5.4.2", "vitest": "^3.0.7" } } |