diff --git a/templates/basics/package.json b/templates/basics/package.json index 6ec3fab..eaff31c 100644 --- a/templates/basics/package.json +++ b/templates/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.16.8" + "astro": "^4.16.9" } } diff --git a/templates/blog/package.json b/templates/blog/package.json index bec00fa..308f5fc 100644 --- a/templates/blog/package.json +++ b/templates/blog/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^3.1.9", "@astrojs/rss": "^4.0.9", "@astrojs/sitemap": "^3.2.1", - "astro": "^4.16.8" + "astro": "^4.16.9" } } diff --git a/templates/component/package.json b/templates/component/package.json index 3484dcc..9938cf1 100644 --- a/templates/component/package.json +++ b/templates/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.16.8" + "astro": "^4.16.9" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/templates/container-with-vitest/package.json b/templates/container-with-vitest/package.json index cba6204..de81a50 100644 --- a/templates/container-with-vitest/package.json +++ b/templates/container-with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest run" }, "dependencies": { - "astro": "^4.16.8", + "astro": "^4.16.9", "@astrojs/react": "^3.6.2", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/templates/framework-alpine/package.json b/templates/framework-alpine/package.json index 3031ad1..ade8c05 100644 --- a/templates/framework-alpine/package.json +++ b/templates/framework-alpine/package.json @@ -14,6 +14,6 @@ "@astrojs/alpinejs": "^0.4.0", "@types/alpinejs": "^3.13.10", "alpinejs": "^3.14.3", - "astro": "^4.16.8" + "astro": "^4.16.9" } } diff --git a/templates/framework-lit/package.json b/templates/framework-lit/package.json index f3aa74b..f876b07 100644 --- a/templates/framework-lit/package.json +++ b/templates/framework-lit/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/lit": "^4.3.0", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^4.16.8", + "astro": "^4.16.9", "lit": "^3.2.1" } } diff --git a/templates/framework-multiple/package.json b/templates/framework-multiple/package.json index 9099bb5..cd6c015 100644 --- a/templates/framework-multiple/package.json +++ b/templates/framework-multiple/package.json @@ -18,7 +18,7 @@ "@astrojs/vue": "^4.5.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^4.16.8", + "astro": "^4.16.9", "preact": "^10.24.3", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/templates/framework-preact/package.json b/templates/framework-preact/package.json index 87d26f7..383f57f 100644 --- a/templates/framework-preact/package.json +++ b/templates/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.3", "@preact/signals": "^1.3.0", - "astro": "^4.16.8", + "astro": "^4.16.9", "preact": "^10.24.3" } } diff --git a/templates/framework-react/package.json b/templates/framework-react/package.json index 5a8a4ce..d92e84e 100644 --- a/templates/framework-react/package.json +++ b/templates/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^4.16.8", + "astro": "^4.16.9", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/templates/framework-solid/package.json b/templates/framework-solid/package.json index 230c1ae..557a308 100644 --- a/templates/framework-solid/package.json +++ b/templates/framework-solid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^4.4.2", - "astro": "^4.16.8", + "astro": "^4.16.9", "solid-js": "^1.9.3" } } diff --git a/templates/framework-svelte/package.json b/templates/framework-svelte/package.json index f5851c3..f2ec054 100644 --- a/templates/framework-svelte/package.json +++ b/templates/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.7.2", - "astro": "^4.16.8", + "astro": "^4.16.9", "svelte": "^4.2.19" } } diff --git a/templates/framework-vue/package.json b/templates/framework-vue/package.json index 07db44e..861184c 100644 --- a/templates/framework-vue/package.json +++ b/templates/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.5.2", - "astro": "^4.16.8", + "astro": "^4.16.9", "vue": "^3.5.12" } } diff --git a/templates/hackernews/package.json b/templates/hackernews/package.json index 7b2e847..8ef5d3f 100644 --- a/templates/hackernews/package.json +++ b/templates/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.4", - "astro": "^4.16.8" + "astro": "^4.16.9" } } diff --git a/templates/integration/package.json b/templates/integration/package.json index 706a017..246c2a5 100644 --- a/templates/integration/package.json +++ b/templates/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.16.8" + "astro": "^4.16.9" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/templates/minimal/package.json b/templates/minimal/package.json index e45e0b2..8401472 100644 --- a/templates/minimal/package.json +++ b/templates/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.16.8" + "astro": "^4.16.9" } } diff --git a/templates/portfolio/package.json b/templates/portfolio/package.json index e3d15d3..faf2310 100644 --- a/templates/portfolio/package.json +++ b/templates/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.16.8" + "astro": "^4.16.9" } } diff --git a/templates/ssr/package.json b/templates/ssr/package.json index 644db40..51c12cc 100644 --- a/templates/ssr/package.json +++ b/templates/ssr/package.json @@ -14,7 +14,7 @@ "dependencies": { "@astrojs/node": "^8.3.4", "@astrojs/svelte": "^5.7.2", - "astro": "^4.16.8", + "astro": "^4.16.9", "svelte": "^4.2.19" } } diff --git a/templates/starlog/package.json b/templates/starlog/package.json index 2ae63ff..95fa682 100644 --- a/templates/starlog/package.json +++ b/templates/starlog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.16.8", + "astro": "^4.16.9", "sass": "^1.80.4", "sharp": "^0.33.3" } diff --git a/templates/toolbar-app/package.json b/templates/toolbar-app/package.json index ea53915..1c00d9d 100644 --- a/templates/toolbar-app/package.json +++ b/templates/toolbar-app/package.json @@ -15,6 +15,6 @@ "./app": "./dist/app.js" }, "devDependencies": { - "astro": "^4.16.8" + "astro": "^4.16.9" } } diff --git a/templates/with-markdoc/package.json b/templates/with-markdoc/package.json index 74b52f1..4110a2b 100644 --- a/templates/with-markdoc/package.json +++ b/templates/with-markdoc/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.11.5", - "astro": "^4.16.8" + "astro": "^4.16.9" } } diff --git a/templates/with-mdx/package.json b/templates/with-mdx/package.json index 36b3722..441293d 100644 --- a/templates/with-mdx/package.json +++ b/templates/with-mdx/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^3.1.9", "@astrojs/preact": "^3.5.3", - "astro": "^4.16.8", + "astro": "^4.16.9", "preact": "^10.24.3" } } diff --git a/templates/with-nanostores/package.json b/templates/with-nanostores/package.json index 38d2d4c..35d262c 100644 --- a/templates/with-nanostores/package.json +++ b/templates/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.3", "@nanostores/preact": "^0.5.2", - "astro": "^4.16.8", + "astro": "^4.16.9", "nanostores": "^0.11.3", "preact": "^10.24.3" } diff --git a/templates/with-tailwindcss/package.json b/templates/with-tailwindcss/package.json index 6829ad2..fa959cd 100644 --- a/templates/with-tailwindcss/package.json +++ b/templates/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^3.1.9", "@astrojs/tailwind": "^5.1.2", "@types/canvas-confetti": "^1.6.4", - "astro": "^4.16.8", + "astro": "^4.16.9", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", "postcss": "^8.4.47", diff --git a/templates/with-vitest/package.json b/templates/with-vitest/package.json index 95b1e08..120ee75 100644 --- a/templates/with-vitest/package.json +++ b/templates/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.16.8", + "astro": "^4.16.9", "vitest": "^2.1.4" } }