diff --git a/templates/basics/package.json b/templates/basics/package.json index 29273e1..26b4083 100644 --- a/templates/basics/package.json +++ b/templates/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.2.3" + "astro": "^5.2.5" } } diff --git a/templates/blog/package.json b/templates/blog/package.json index 79d003c..571395d 100644 --- a/templates/blog/package.json +++ b/templates/blog/package.json @@ -13,6 +13,6 @@ "@astrojs/mdx": "^4.0.8", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.2.1", - "astro": "^5.2.3" + "astro": "^5.2.5" } } diff --git a/templates/component/package.json b/templates/component/package.json index ef9e983..f00586e 100644 --- a/templates/component/package.json +++ b/templates/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.2.3" + "astro": "^5.2.5" }, "peerDependencies": { "astro": "^4.0.0 || ^5.0.0" diff --git a/templates/container-with-vitest/package.json b/templates/container-with-vitest/package.json index fd1827e..3bd41d0 100644 --- a/templates/container-with-vitest/package.json +++ b/templates/container-with-vitest/package.json @@ -12,10 +12,10 @@ }, "dependencies": { "@astrojs/react": "^4.2.0", - "astro": "^5.2.3", + "astro": "^5.2.5", "react": "^18.3.1", "react-dom": "^18.3.1", - "vitest": "^3.0.4" + "vitest": "^3.0.5" }, "devDependencies": { "@types/react": "^18.3.18", diff --git a/templates/framework-alpine/package.json b/templates/framework-alpine/package.json index 91eeac7..9652822 100644 --- a/templates/framework-alpine/package.json +++ b/templates/framework-alpine/package.json @@ -13,6 +13,6 @@ "@astrojs/alpinejs": "^0.4.3", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.14.8", - "astro": "^5.2.3" + "astro": "^5.2.5" } } diff --git a/templates/framework-multiple/package.json b/templates/framework-multiple/package.json index 0475862..c7b44b7 100644 --- a/templates/framework-multiple/package.json +++ b/templates/framework-multiple/package.json @@ -10,19 +10,19 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.3", + "@astrojs/preact": "^4.0.4", "@astrojs/react": "^4.2.0", "@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.2.3", + "astro": "^5.2.5", "preact": "^10.25.4", "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.9.4", - "svelte": "^5.19.6", + "svelte": "^5.19.7", "vue": "^3.5.13" } } diff --git a/templates/framework-preact/package.json b/templates/framework-preact/package.json index f485d80..8e5ddf5 100644 --- a/templates/framework-preact/package.json +++ b/templates/framework-preact/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.3", + "@astrojs/preact": "^4.0.4", "@preact/signals": "^2.0.1", - "astro": "^5.2.3", + "astro": "^5.2.5", "preact": "^10.25.4" } } diff --git a/templates/framework-react/package.json b/templates/framework-react/package.json index a7f0efe..c628d5d 100644 --- a/templates/framework-react/package.json +++ b/templates/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.2.0", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "astro": "^5.2.3", + "astro": "^5.2.5", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/templates/framework-solid/package.json b/templates/framework-solid/package.json index 4389e57..6aad6f9 100644 --- a/templates/framework-solid/package.json +++ b/templates/framework-solid/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/solid-js": "^5.0.4", - "astro": "^5.2.3", + "astro": "^5.2.5", "solid-js": "^1.9.4" } } diff --git a/templates/framework-svelte/package.json b/templates/framework-svelte/package.json index e77b635..75326c3 100644 --- a/templates/framework-svelte/package.json +++ b/templates/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^7.0.4", - "astro": "^5.2.3", - "svelte": "^5.19.6" + "astro": "^5.2.5", + "svelte": "^5.19.7" } } diff --git a/templates/framework-vue/package.json b/templates/framework-vue/package.json index 94ff187..b95590d 100644 --- a/templates/framework-vue/package.json +++ b/templates/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.6", - "astro": "^5.2.3", + "astro": "^5.2.5", "vue": "^3.5.13" } } diff --git a/templates/hackernews/package.json b/templates/hackernews/package.json index 9e6cb86..ad52d2e 100644 --- a/templates/hackernews/package.json +++ b/templates/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.0.2", - "astro": "^5.2.3" + "astro": "^5.2.5" } } diff --git a/templates/integration/package.json b/templates/integration/package.json index b7a0aac..46e1b09 100644 --- a/templates/integration/package.json +++ b/templates/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.2.3" + "astro": "^5.2.5" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/templates/minimal/package.json b/templates/minimal/package.json index 9c0deb4..4825ca6 100644 --- a/templates/minimal/package.json +++ b/templates/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.2.3" + "astro": "^5.2.5" } } diff --git a/templates/portfolio/package.json b/templates/portfolio/package.json index d93dacb..53932e6 100644 --- a/templates/portfolio/package.json +++ b/templates/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.2.3" + "astro": "^5.2.5" } } diff --git a/templates/ssr/package.json b/templates/ssr/package.json index 1d10769..6845066 100644 --- a/templates/ssr/package.json +++ b/templates/ssr/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/node": "^9.0.2", "@astrojs/svelte": "^7.0.4", - "astro": "^5.2.3", - "svelte": "^5.19.6" + "astro": "^5.2.5", + "svelte": "^5.19.7" } } diff --git a/templates/starlog/package.json b/templates/starlog/package.json index 5b0980e..db32270 100644 --- a/templates/starlog/package.json +++ b/templates/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.2.3", + "astro": "^5.2.5", "sass": "^1.83.4", "sharp": "^0.33.3" } diff --git a/templates/toolbar-app/package.json b/templates/toolbar-app/package.json index 53f9c96..7321eca 100644 --- a/templates/toolbar-app/package.json +++ b/templates/toolbar-app/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@types/node": "^18.17.8", - "astro": "^5.2.3" + "astro": "^5.2.5" } } diff --git a/templates/with-markdoc/package.json b/templates/with-markdoc/package.json index d3d0a8c..8007dc8 100644 --- a/templates/with-markdoc/package.json +++ b/templates/with-markdoc/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.12.8", - "astro": "^5.2.3" + "@astrojs/markdoc": "^0.12.9", + "astro": "^5.2.5" } } diff --git a/templates/with-mdx/package.json b/templates/with-mdx/package.json index b660238..6e57d48 100644 --- a/templates/with-mdx/package.json +++ b/templates/with-mdx/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "@astrojs/mdx": "^4.0.8", - "@astrojs/preact": "^4.0.3", - "astro": "^5.2.3", + "@astrojs/preact": "^4.0.4", + "astro": "^5.2.5", "preact": "^10.25.4" } } diff --git a/templates/with-nanostores/package.json b/templates/with-nanostores/package.json index a806700..1cc8a59 100644 --- a/templates/with-nanostores/package.json +++ b/templates/with-nanostores/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.3", + "@astrojs/preact": "^4.0.4", "@nanostores/preact": "^0.5.2", - "astro": "^5.2.3", + "astro": "^5.2.5", "nanostores": "^0.11.3", "preact": "^10.25.4" } diff --git a/templates/with-tailwindcss/package.json b/templates/with-tailwindcss/package.json index 07b90e1..0b3e805 100644 --- a/templates/with-tailwindcss/package.json +++ b/templates/with-tailwindcss/package.json @@ -11,10 +11,10 @@ }, "dependencies": { "@astrojs/mdx": "^4.0.8", - "@tailwindcss/vite": "^4.0.1", + "@tailwindcss/vite": "^4.0.3", "@types/canvas-confetti": "^1.9.0", - "astro": "^5.2.3", + "astro": "^5.2.5", "canvas-confetti": "^1.9.3", - "tailwindcss": "^4.0.1" + "tailwindcss": "^4.0.3" } } diff --git a/templates/with-vitest/package.json b/templates/with-vitest/package.json index d6fcad3..e2eb5e9 100644 --- a/templates/with-vitest/package.json +++ b/templates/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.2.3", - "vitest": "^3.0.4" + "astro": "^5.2.5", + "vitest": "^3.0.5" } }