diff options
author | 2025-04-03 03:03:43 -0700 | |
---|---|---|
committer | 2025-04-03 11:03:43 +0100 | |
commit | 90b0ac1fe1f782adafec07c9c396b829c347686c (patch) | |
tree | 90994b8cdeb53cce3b93406925dbc9b80cde04f5 /examples | |
parent | c38102469d867d9d354620fad19cc51f9087223a (diff) | |
download | astro-90b0ac1fe1f782adafec07c9c396b829c347686c.tar.gz astro-90b0ac1fe1f782adafec07c9c396b829c347686c.tar.zst astro-90b0ac1fe1f782adafec07c9c396b829c347686c.zip |
[ci] release (#13540)astro@5.6.0
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples')
23 files changed, 23 insertions, 23 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index 778766eb2..9e72cedf4 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.5.6" + "astro": "^5.6.0" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 62fe19449..f7ed43379 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,6 +13,6 @@ "@astrojs/mdx": "^4.2.3", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.3.0", - "astro": "^5.5.6" + "astro": "^5.6.0" } } diff --git a/examples/component/package.json b/examples/component/package.json index d44b7c818..4e120fb12 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.5.6" + "astro": "^5.6.0" }, "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 59b81032e..0e38d0237 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^4.2.3", - "astro": "^5.5.6", + "astro": "^5.6.0", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^3.0.9" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 9cfbece26..dff82edad 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -13,6 +13,6 @@ "@astrojs/alpinejs": "^0.4.5", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.14.9", - "astro": "^5.5.6" + "astro": "^5.6.0" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 7ae0cf9d1..0f2de55be 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -17,7 +17,7 @@ "@astrojs/vue": "^5.0.9", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.5", - "astro": "^5.5.6", + "astro": "^5.6.0", "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 7f11b5f7b..09b6a124e 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.0.8", "@preact/signals": "^2.0.2", - "astro": "^5.5.6", + "astro": "^5.6.0", "preact": "^10.26.4" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index eac4eb9d0..42fdcb6ff 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.2.3", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.5", - "astro": "^5.5.6", + "astro": "^5.6.0", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index e29f7a415..56f5677fc 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/solid-js": "^5.0.7", - "astro": "^5.5.6", + "astro": "^5.6.0", "solid-js": "^1.9.5" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index c8ea5d1cf..356448fbf 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^7.0.9", - "astro": "^5.5.6", + "astro": "^5.6.0", "svelte": "^5.25.3" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 8a2de94d8..0e0ac2ac7 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.9", - "astro": "^5.5.6", + "astro": "^5.6.0", "vue": "^3.5.13" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 6ca42b4fa..f3d31c309 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.1.3", - "astro": "^5.5.6" + "astro": "^5.6.0" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 1cbf2fb9b..37344a14f 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.5.6" + "astro": "^5.6.0" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 0252013a5..e66c4c61b 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.5.6" + "astro": "^5.6.0" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index c12a579fc..d5b10c2f9 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.5.6" + "astro": "^5.6.0" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index d9714fcaf..7f58949ef 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/node": "^9.1.3", "@astrojs/svelte": "^7.0.9", - "astro": "^5.5.6", + "astro": "^5.6.0", "svelte": "^5.25.3" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index d264f5969..9273990aa 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.5.6", + "astro": "^5.6.0", "sass": "^1.86.0", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index adcf8bb21..cbc23659d 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.5.6" + "astro": "^5.6.0" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 486cc461d..d133801af 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.13.3", - "astro": "^5.5.6" + "astro": "^5.6.0" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index a4d27f8c3..f6bd5b48d 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/mdx": "^4.2.3", "@astrojs/preact": "^4.0.8", - "astro": "^5.5.6", + "astro": "^5.6.0", "preact": "^10.26.4" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 444c47d2a..b1e86b849 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.0.8", "@nanostores/preact": "^0.5.2", - "astro": "^5.5.6", + "astro": "^5.6.0", "nanostores": "^0.11.4", "preact": "^10.26.4" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index e96f6de09..af8b9a636 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -13,7 +13,7 @@ "@astrojs/mdx": "^4.2.3", "@tailwindcss/vite": "^4.0.17", "@types/canvas-confetti": "^1.9.0", - "astro": "^5.5.6", + "astro": "^5.6.0", "canvas-confetti": "^1.9.3", "tailwindcss": "^4.0.17" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 16612a1f9..14acb95e4 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.5.6", + "astro": "^5.6.0", "vitest": "^3.0.9" } } |