diff options
Diffstat (limited to 'examples')
23 files changed, 32 insertions, 32 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index 0a1fcdbf3..a97b14fc4 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.4.2" + "astro": "^5.4.3" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 29517220a..8d4876838 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.1.0", + "@astrojs/mdx": "^4.1.1", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.2.1", - "astro": "^5.4.2" + "astro": "^5.4.3" } } diff --git a/examples/component/package.json b/examples/component/package.json index 73e6cecbc..0891e6309 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.4.2" + "astro": "^5.4.3" }, "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 aa0e4ecea..cf18d8adf 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.2", + "astro": "^5.4.3", "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 06e0362bc..8552ac002 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.2" + "astro": "^5.4.3" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 876126a40..406fc150a 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -13,11 +13,11 @@ "@astrojs/preact": "^4.0.5", "@astrojs/react": "^4.2.1", "@astrojs/solid-js": "^5.0.5", - "@astrojs/svelte": "^7.0.5", + "@astrojs/svelte": "^7.0.6", "@astrojs/vue": "^5.0.7", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "astro": "^5.4.2", + "astro": "^5.4.3", "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 b30b6becf..d53b117e3 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.2", + "astro": "^5.4.3", "preact": "^10.26.4" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 81ef4262a..1f31fc21e 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.2", + "astro": "^5.4.3", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index db25682c5..4a7ea82da 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.2", + "astro": "^5.4.3", "solid-js": "^1.9.5" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 312cfd17b..7f0f34892 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^7.0.5", - "astro": "^5.4.2", + "@astrojs/svelte": "^7.0.6", + "astro": "^5.4.3", "svelte": "^5.21.0" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index dece9492b..4d6e926a8 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.2", + "astro": "^5.4.3", "vue": "^3.5.13" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 5f55766c9..00954607a 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^9.1.2", - "astro": "^5.4.2" + "@astrojs/node": "^9.1.3", + "astro": "^5.4.3" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index cce28c32c..4353dae6a 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.4.2" + "astro": "^5.4.3" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 806089c67..196f21a5f 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.4.2" + "astro": "^5.4.3" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 48c2b714c..44a39313b 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.4.2" + "astro": "^5.4.3" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 7d603f148..5f5d6d768 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.1.2", - "@astrojs/svelte": "^7.0.5", - "astro": "^5.4.2", + "@astrojs/node": "^9.1.3", + "@astrojs/svelte": "^7.0.6", + "astro": "^5.4.3", "svelte": "^5.21.0" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 13ea50cdf..6051ad53f 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.4.2", + "astro": "^5.4.3", "sass": "^1.85.1", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index a5153a676..942e14684 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.2" + "astro": "^5.4.3" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 1b18f494c..9fc42734c 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.12.10", - "astro": "^5.4.2" + "@astrojs/markdoc": "^0.12.11", + "astro": "^5.4.3" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index bfd4a67ba..ab45df6c8 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.1.0", + "@astrojs/mdx": "^4.1.1", "@astrojs/preact": "^4.0.5", - "astro": "^5.4.2", + "astro": "^5.4.3", "preact": "^10.26.4" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 147347535..30643ff9f 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.2", + "astro": "^5.4.3", "nanostores": "^0.11.4", "preact": "^10.26.4" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index d8cee827c..ae485f19d 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.1.0", + "@astrojs/mdx": "^4.1.1", "@tailwindcss/vite": "^4.0.9", "@types/canvas-confetti": "^1.9.0", - "astro": "^5.4.2", + "astro": "^5.4.3", "canvas-confetti": "^1.9.3", "tailwindcss": "^4.0.9" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 221179d3c..3669b5a75 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.4.2", + "astro": "^5.4.3", "vitest": "^3.0.7" } } |