diff options
Diffstat (limited to 'examples')
23 files changed, 43 insertions, 43 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index 7f1ebac34..63810e538 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.1.7" + "astro": "^5.1.8" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index ed82cbc5d..1af7959c1 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.0.6", + "@astrojs/mdx": "^4.0.7", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.2.1", - "astro": "^5.1.7" + "astro": "^5.1.8" } } diff --git a/examples/component/package.json b/examples/component/package.json index d138e3784..1b71f00eb 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.1.7" + "astro": "^5.1.8" }, "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 5db964c31..5919e09ff 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.1.5", - "astro": "^5.1.7", + "@astrojs/react": "^4.1.6", + "astro": "^5.1.8", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^3.0.2" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 26268b242..09962b686 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/alpinejs": "^0.4.1", + "@astrojs/alpinejs": "^0.4.2", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.14.8", - "astro": "^5.1.7" + "astro": "^5.1.8" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 2171a84eb..a6fed4ff3 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,14 +10,14 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.2", - "@astrojs/react": "^4.1.5", - "@astrojs/solid-js": "^5.0.3", - "@astrojs/svelte": "^7.0.3", - "@astrojs/vue": "^5.0.5", + "@astrojs/preact": "^4.0.3", + "@astrojs/react": "^4.1.6", + "@astrojs/solid-js": "^5.0.4", + "@astrojs/svelte": "^7.0.4", + "@astrojs/vue": "^5.0.6", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "astro": "^5.1.7", + "astro": "^5.1.8", "preact": "^10.25.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 420f80631..08bebf88c 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.2", + "@astrojs/preact": "^4.0.3", "@preact/signals": "^2.0.1", - "astro": "^5.1.7", + "astro": "^5.1.8", "preact": "^10.25.4" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 26e13c467..552c1d87c 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^4.1.5", + "@astrojs/react": "^4.1.6", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "astro": "^5.1.7", + "astro": "^5.1.8", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 584936f14..996a240d9 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.3", - "astro": "^5.1.7", + "@astrojs/solid-js": "^5.0.4", + "astro": "^5.1.8", "solid-js": "^1.9.4" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index eea1290f2..96868253c 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^7.0.3", - "astro": "^5.1.7", + "@astrojs/svelte": "^7.0.4", + "astro": "^5.1.8", "svelte": "^5.19.0" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index e53cd3335..92f25f0c4 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^5.0.5", - "astro": "^5.1.7", + "@astrojs/vue": "^5.0.6", + "astro": "^5.1.8", "vue": "^3.5.13" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index de535f622..c3db4fa3f 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.0.1", - "astro": "^5.1.7" + "astro": "^5.1.8" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 9e058d3c6..f9fb6d63f 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.1.7" + "astro": "^5.1.8" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 45f046143..d167eebe5 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.1.7" + "astro": "^5.1.8" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index f6c1e3bf0..2fd651030 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.1.7" + "astro": "^5.1.8" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index bcd5d2781..403ad64f9 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@astrojs/node": "^9.0.1", - "@astrojs/svelte": "^7.0.3", - "astro": "^5.1.7", + "@astrojs/svelte": "^7.0.4", + "astro": "^5.1.8", "svelte": "^5.19.0" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 1dd8872ff..a1c111797 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.1.7", + "astro": "^5.1.8", "sass": "^1.83.4", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index ee625d39b..9a574cf85 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.1.7" + "astro": "^5.1.8" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 356387be4..a222c706b 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.12.6", - "astro": "^5.1.7" + "@astrojs/markdoc": "^0.12.7", + "astro": "^5.1.8" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index e5e951cc7..f8aa963c2 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.0.6", - "@astrojs/preact": "^4.0.2", - "astro": "^5.1.7", + "@astrojs/mdx": "^4.0.7", + "@astrojs/preact": "^4.0.3", + "astro": "^5.1.8", "preact": "^10.25.4" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 1c58c94bd..db49afe81 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.2", + "@astrojs/preact": "^4.0.3", "@nanostores/preact": "^0.5.2", - "astro": "^5.1.7", + "astro": "^5.1.8", "nanostores": "^0.11.3", "preact": "^10.25.4" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index c2bfaaddc..2513470fe 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.0.6", - "@astrojs/tailwind": "^5.1.4", + "@astrojs/mdx": "^4.0.7", + "@astrojs/tailwind": "^5.1.5", "@types/canvas-confetti": "^1.9.0", - "astro": "^5.1.7", + "astro": "^5.1.8", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", "postcss": "^8.5.1", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 9d4410b1f..54d6a240b 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.1.7", + "astro": "^5.1.8", "vitest": "^3.0.2" } } |