diff options
author | 2025-03-26 03:24:03 -0700 | |
---|---|---|
committer | 2025-03-26 10:24:03 +0000 | |
commit | b33cc17f37b6f7bd1af06c9debcc8f7a7916eedc (patch) | |
tree | cab65fd45df61abac65393a71a91abfcc3e793ca /examples | |
parent | 3488324f235a8f4af4b44dda438194f013910b14 (diff) | |
download | astro-b33cc17f37b6f7bd1af06c9debcc8f7a7916eedc.tar.gz astro-b33cc17f37b6f7bd1af06c9debcc8f7a7916eedc.tar.zst astro-b33cc17f37b6f7bd1af06c9debcc8f7a7916eedc.zip |
[ci] release (#13504)astro@5.5.5@astrojs/vue@5.0.8@astrojs/tailwind@6.0.2@astrojs/svelte@7.0.8@astrojs/studio@0.1.5@astrojs/solid-js@5.0.6@astrojs/react@4.2.2@astrojs/preact@4.0.7@astrojs/netlify@6.2.4@astrojs/mdx@4.2.2@astrojs/markdoc@0.13.2@astrojs/db@0.14.9@astrojs/cloudflare@12.3.1@astrojs/alpinejs@0.4.4
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples')
23 files changed, 42 insertions, 42 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index bbaa4c1dc..482f3a674 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.5.4" + "astro": "^5.5.5" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index ea7762255..d2f14bdb8 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.2.1", + "@astrojs/mdx": "^4.2.2", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.3.0", - "astro": "^5.5.4" + "astro": "^5.5.5" } } diff --git a/examples/component/package.json b/examples/component/package.json index 735de1c3c..18db2f220 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.5.4" + "astro": "^5.5.5" }, "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 bfbfbd424..e2cf3ebff 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -11,8 +11,8 @@ "test": "vitest run" }, "dependencies": { - "@astrojs/react": "^4.2.1", - "astro": "^5.5.4", + "@astrojs/react": "^4.2.2", + "astro": "^5.5.5", "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 e6e0e0382..dd8c45c7b 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/alpinejs": "^0.4.3", + "@astrojs/alpinejs": "^0.4.4", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.14.9", - "astro": "^5.5.4" + "astro": "^5.5.5" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 092201bb8..6677cc9f2 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,14 +10,14 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.6", - "@astrojs/react": "^4.2.1", - "@astrojs/solid-js": "^5.0.5", - "@astrojs/svelte": "^7.0.7", - "@astrojs/vue": "^5.0.7", + "@astrojs/preact": "^4.0.7", + "@astrojs/react": "^4.2.2", + "@astrojs/solid-js": "^5.0.6", + "@astrojs/svelte": "^7.0.8", + "@astrojs/vue": "^5.0.8", "@types/react": "^18.3.19", "@types/react-dom": "^18.3.5", - "astro": "^5.5.4", + "astro": "^5.5.5", "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 3d7420439..e5a933ee2 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.6", + "@astrojs/preact": "^4.0.7", "@preact/signals": "^2.0.1", - "astro": "^5.5.4", + "astro": "^5.5.5", "preact": "^10.26.4" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 71f19e5dc..87f158d39 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^4.2.1", + "@astrojs/react": "^4.2.2", "@types/react": "^18.3.19", "@types/react-dom": "^18.3.5", - "astro": "^5.5.4", + "astro": "^5.5.5", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index a822b3946..ee5677d47 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/solid-js": "^5.0.5", - "astro": "^5.5.4", + "@astrojs/solid-js": "^5.0.6", + "astro": "^5.5.5", "solid-js": "^1.9.5" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 18dcf5a0c..0e8a7d274 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^7.0.7", - "astro": "^5.5.4", + "@astrojs/svelte": "^7.0.8", + "astro": "^5.5.5", "svelte": "^5.23.2" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 18c3bdbf2..4c573c9de 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^5.0.7", - "astro": "^5.5.4", + "@astrojs/vue": "^5.0.8", + "astro": "^5.5.5", "vue": "^3.5.13" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 001fc1629..34eea701a 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.1.3", - "astro": "^5.5.4" + "astro": "^5.5.5" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 4601f21cc..eb0f4715a 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.5.4" + "astro": "^5.5.5" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index d2640508d..57b32ddb8 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.5.4" + "astro": "^5.5.5" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 3ef930c9d..04c485f3a 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.5.4" + "astro": "^5.5.5" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 9b8bd2c08..7910bbe4c 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@astrojs/node": "^9.1.3", - "@astrojs/svelte": "^7.0.7", - "astro": "^5.5.4", + "@astrojs/svelte": "^7.0.8", + "astro": "^5.5.5", "svelte": "^5.23.2" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index c26145060..978e385ee 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.5.4", + "astro": "^5.5.5", "sass": "^1.86.0", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index e3f9d7906..8c41c85e2 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.4" + "astro": "^5.5.5" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 66a83de45..792dcb6fb 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.13.1", - "astro": "^5.5.4" + "@astrojs/markdoc": "^0.13.2", + "astro": "^5.5.5" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 437f22613..0a1c94ad9 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.2.1", - "@astrojs/preact": "^4.0.6", - "astro": "^5.5.4", + "@astrojs/mdx": "^4.2.2", + "@astrojs/preact": "^4.0.7", + "astro": "^5.5.5", "preact": "^10.26.4" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 5713178e7..73e270650 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.6", + "@astrojs/preact": "^4.0.7", "@nanostores/preact": "^0.5.2", - "astro": "^5.5.4", + "astro": "^5.5.5", "nanostores": "^0.11.4", "preact": "^10.26.4" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 57d1ecd54..b715499f5 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.2.1", + "@astrojs/mdx": "^4.2.2", "@tailwindcss/vite": "^4.0.15", "@types/canvas-confetti": "^1.9.0", - "astro": "^5.5.4", + "astro": "^5.5.5", "canvas-confetti": "^1.9.3", "tailwindcss": "^4.0.15" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index af15fe860..0ae45b4f9 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.5.4", + "astro": "^5.5.5", "vitest": "^3.0.9" } } |