diff options
Diffstat (limited to 'examples')
23 files changed, 45 insertions, 45 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index 0a6d1d880..8a1980446 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.7.4" + "astro": "^5.7.5" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 1d0363b6b..81379a629 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.2.4", + "@astrojs/mdx": "^4.2.5", "@astrojs/rss": "^4.0.11", - "@astrojs/sitemap": "^3.3.0", - "astro": "^5.7.4" + "@astrojs/sitemap": "^3.3.1", + "astro": "^5.7.5" } } diff --git a/examples/component/package.json b/examples/component/package.json index 3938558f5..3c1c85229 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.7.4" + "astro": "^5.7.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 61da14af5..0c020f2d6 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.4", - "astro": "^5.7.4", + "@astrojs/react": "^4.2.5", + "astro": "^5.7.5", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^3.1.1" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 7bc39f673..63522b4c9 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/alpinejs": "^0.4.6", + "@astrojs/alpinejs": "^0.4.7", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.14.9", - "astro": "^5.7.4" + "astro": "^5.7.5" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 6ff73469f..e46924c37 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,14 +10,14 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.9", - "@astrojs/react": "^4.2.4", - "@astrojs/solid-js": "^5.0.8", - "@astrojs/svelte": "^7.0.10", - "@astrojs/vue": "^5.0.10", + "@astrojs/preact": "^4.0.10", + "@astrojs/react": "^4.2.5", + "@astrojs/solid-js": "^5.0.9", + "@astrojs/svelte": "^7.0.11", + "@astrojs/vue": "^5.0.11", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", - "astro": "^5.7.4", + "astro": "^5.7.5", "preact": "^10.26.5", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index ad7f24c19..91e36d6d7 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.9", + "@astrojs/preact": "^4.0.10", "@preact/signals": "^2.0.3", - "astro": "^5.7.4", + "astro": "^5.7.5", "preact": "^10.26.5" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 55f05a97a..301646cc8 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^4.2.4", + "@astrojs/react": "^4.2.5", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", - "astro": "^5.7.4", + "astro": "^5.7.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 55c926e8c..c852c32fb 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.8", - "astro": "^5.7.4", + "@astrojs/solid-js": "^5.0.9", + "astro": "^5.7.5", "solid-js": "^1.9.5" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index eecf48a3b..846cc0400 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^7.0.10", - "astro": "^5.7.4", + "@astrojs/svelte": "^7.0.11", + "astro": "^5.7.5", "svelte": "^5.25.7" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 7b1261a57..5b78042ab 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^5.0.10", - "astro": "^5.7.4", + "@astrojs/vue": "^5.0.11", + "astro": "^5.7.5", "vue": "^3.5.13" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index e80a55920..883419bd6 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^9.2.0", - "astro": "^5.7.4" + "@astrojs/node": "^9.2.1", + "astro": "^5.7.5" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 8f4a74753..ae070dc3c 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.7.4" + "astro": "^5.7.5" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index a9b4e1acb..90b7b7ef9 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.7.4" + "astro": "^5.7.5" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 9941b73d2..5a5ef5916 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.7.4" + "astro": "^5.7.5" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 009a1113d..fc4971aa7 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -11,9 +11,9 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^9.2.0", - "@astrojs/svelte": "^7.0.10", - "astro": "^5.7.4", + "@astrojs/node": "^9.2.1", + "@astrojs/svelte": "^7.0.11", + "astro": "^5.7.5", "svelte": "^5.25.7" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 688770918..89e0e8e0a 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.7.4", + "astro": "^5.7.5", "sass": "^1.86.3", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index 378b34ef3..dd6748dfb 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.7.4" + "astro": "^5.7.5" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 7549fd68b..face55afc 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.14.0", - "astro": "^5.7.4" + "@astrojs/markdoc": "^0.14.1", + "astro": "^5.7.5" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 1c83c8fd9..20d7883bb 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.2.4", - "@astrojs/preact": "^4.0.9", - "astro": "^5.7.4", + "@astrojs/mdx": "^4.2.5", + "@astrojs/preact": "^4.0.10", + "astro": "^5.7.5", "preact": "^10.26.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 3e427fa84..e639eae0c 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.9", + "@astrojs/preact": "^4.0.10", "@nanostores/preact": "^0.5.2", - "astro": "^5.7.4", + "astro": "^5.7.5", "nanostores": "^0.11.4", "preact": "^10.26.5" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 1b57b07d1..dcd696ee2 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.2.4", + "@astrojs/mdx": "^4.2.5", "@tailwindcss/vite": "^4.1.3", "@types/canvas-confetti": "^1.9.0", - "astro": "^5.7.4", + "astro": "^5.7.5", "canvas-confetti": "^1.9.3", "tailwindcss": "^4.1.3" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index dd9b1e9ba..66ff2ac4d 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.7.4", + "astro": "^5.7.5", "vitest": "^3.1.1" } } |