diff --git a/templates/basics/package.json b/templates/basics/package.json index 621869a..d4244b9 100644 --- a/templates/basics/package.json +++ b/templates/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.14.4" + "astro": "^4.14.5" } } diff --git a/templates/blog/package.json b/templates/blog/package.json index 68465f3..03fb019 100644 --- a/templates/blog/package.json +++ b/templates/blog/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^3.1.4", "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", - "astro": "^4.14.4" + "astro": "^4.14.5" } } diff --git a/templates/component/package.json b/templates/component/package.json index 2326e51..eb486e3 100644 --- a/templates/component/package.json +++ b/templates/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.14.4" + "astro": "^4.14.5" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/templates/container-with-vitest/package.json b/templates/container-with-vitest/package.json index 39c3426..06d7554 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.14.4", + "astro": "^4.14.5", "@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 027ea09..a410910 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.1", - "astro": "^4.14.4" + "astro": "^4.14.5" } } diff --git a/templates/framework-lit/package.json b/templates/framework-lit/package.json index 8f4d6e1..a129ad0 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.14.4", + "astro": "^4.14.5", "lit": "^3.2.0" } } diff --git a/templates/framework-multiple/package.json b/templates/framework-multiple/package.json index acda567..21ec3ec 100644 --- a/templates/framework-multiple/package.json +++ b/templates/framework-multiple/package.json @@ -18,7 +18,7 @@ "@astrojs/vue": "^4.5.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.14.4", + "astro": "^4.14.5", "preact": "^10.23.2", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/templates/framework-preact/package.json b/templates/framework-preact/package.json index c6f2382..2b6a703 100644 --- a/templates/framework-preact/package.json +++ b/templates/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.1", "@preact/signals": "^1.3.0", - "astro": "^4.14.4", + "astro": "^4.14.5", "preact": "^10.23.2" } } diff --git a/templates/framework-react/package.json b/templates/framework-react/package.json index c023018..6f7b5de 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.3", "@types/react-dom": "^18.3.0", - "astro": "^4.14.4", + "astro": "^4.14.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 4c4223a..c19c9d3 100644 --- a/templates/framework-solid/package.json +++ b/templates/framework-solid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^4.4.1", - "astro": "^4.14.4", + "astro": "^4.14.5", "solid-js": "^1.8.21" } } diff --git a/templates/framework-svelte/package.json b/templates/framework-svelte/package.json index 28c23f4..4d233de 100644 --- a/templates/framework-svelte/package.json +++ b/templates/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.7.0", - "astro": "^4.14.4", + "astro": "^4.14.5", "svelte": "^4.2.18" } } diff --git a/templates/framework-vue/package.json b/templates/framework-vue/package.json index 48c9d00..3a4014b 100644 --- a/templates/framework-vue/package.json +++ b/templates/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.5.0", - "astro": "^4.14.4", + "astro": "^4.14.5", "vue": "^3.4.38" } } diff --git a/templates/hackernews/package.json b/templates/hackernews/package.json index 14dc87a..1e67ec4 100644 --- a/templates/hackernews/package.json +++ b/templates/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.3", - "astro": "^4.14.4" + "astro": "^4.14.5" } } diff --git a/templates/integration/package.json b/templates/integration/package.json index 50037a3..b7ec60e 100644 --- a/templates/integration/package.json +++ b/templates/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.14.4" + "astro": "^4.14.5" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/templates/middleware/package.json b/templates/middleware/package.json index 99d2e48..312e6b5 100644 --- a/templates/middleware/package.json +++ b/templates/middleware/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/node": "^8.3.3", - "astro": "^4.14.4", + "astro": "^4.14.5", "html-minifier": "^4.0.0" }, "devDependencies": { diff --git a/templates/minimal/package.json b/templates/minimal/package.json index be4649f..6d03666 100644 --- a/templates/minimal/package.json +++ b/templates/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.14.4" + "astro": "^4.14.5" } } diff --git a/templates/non-html-pages/package.json b/templates/non-html-pages/package.json index 8640c62..75a6922 100644 --- a/templates/non-html-pages/package.json +++ b/templates/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.14.4" + "astro": "^4.14.5" } } diff --git a/templates/portfolio/package.json b/templates/portfolio/package.json index bc678bf..45389b4 100644 --- a/templates/portfolio/package.json +++ b/templates/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.14.4" + "astro": "^4.14.5" } } diff --git a/templates/server-islands/package.json b/templates/server-islands/package.json index b30a8e7..6f13387 100644 --- a/templates/server-islands/package.json +++ b/templates/server-islands/package.json @@ -17,7 +17,7 @@ "@tailwindcss/forms": "^0.5.7", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.14.4", + "astro": "^4.14.5", "postcss": "^8.4.41", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/templates/ssr/package.json b/templates/ssr/package.json index d5e15aa..9b4181f 100644 --- a/templates/ssr/package.json +++ b/templates/ssr/package.json @@ -14,7 +14,7 @@ "dependencies": { "@astrojs/node": "^8.3.3", "@astrojs/svelte": "^5.7.0", - "astro": "^4.14.4", + "astro": "^4.14.5", "svelte": "^4.2.18" } } diff --git a/templates/starlog/package.json b/templates/starlog/package.json index 715acca..fc2aa15 100644 --- a/templates/starlog/package.json +++ b/templates/starlog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.14.4", + "astro": "^4.14.5", "sass": "^1.77.8", "sharp": "^0.33.3" } diff --git a/templates/toolbar-app/package.json b/templates/toolbar-app/package.json index 175fa13..d55b958 100644 --- a/templates/toolbar-app/package.json +++ b/templates/toolbar-app/package.json @@ -15,6 +15,6 @@ "./app": "./dist/app.js" }, "devDependencies": { - "astro": "^4.14.4" + "astro": "^4.14.5" } } diff --git a/templates/view-transitions/package.json b/templates/view-transitions/package.json index 5bd2cf2..184fff9 100644 --- a/templates/view-transitions/package.json +++ b/templates/view-transitions/package.json @@ -12,6 +12,6 @@ "devDependencies": { "@astrojs/tailwind": "^5.1.0", "@astrojs/node": "^8.3.3", - "astro": "^4.14.4" + "astro": "^4.14.5" } } diff --git a/templates/with-markdoc/package.json b/templates/with-markdoc/package.json index 6126dd7..885642e 100644 --- a/templates/with-markdoc/package.json +++ b/templates/with-markdoc/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.11.3", - "astro": "^4.14.4" + "astro": "^4.14.5" } } diff --git a/templates/with-markdown-plugins/package.json b/templates/with-markdown-plugins/package.json index 593057d..8caac32 100644 --- a/templates/with-markdown-plugins/package.json +++ b/templates/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^5.2.0", - "astro": "^4.14.4", + "astro": "^4.14.5", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", diff --git a/templates/with-markdown-shiki/package.json b/templates/with-markdown-shiki/package.json index 83bf978..bfc90a3 100644 --- a/templates/with-markdown-shiki/package.json +++ b/templates/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.14.4" + "astro": "^4.14.5" } } diff --git a/templates/with-mdx/package.json b/templates/with-mdx/package.json index 86140dc..3b9d135 100644 --- a/templates/with-mdx/package.json +++ b/templates/with-mdx/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^3.1.4", "@astrojs/preact": "^3.5.1", - "astro": "^4.14.4", + "astro": "^4.14.5", "preact": "^10.23.2" } } diff --git a/templates/with-nanostores/package.json b/templates/with-nanostores/package.json index 562bdc0..41438fd 100644 --- a/templates/with-nanostores/package.json +++ b/templates/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.1", "@nanostores/preact": "^0.5.2", - "astro": "^4.14.4", + "astro": "^4.14.5", "nanostores": "^0.11.2", "preact": "^10.23.2" } diff --git a/templates/with-tailwindcss/package.json b/templates/with-tailwindcss/package.json index f7ab128..5021a17 100644 --- a/templates/with-tailwindcss/package.json +++ b/templates/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^3.1.4", "@astrojs/tailwind": "^5.1.0", "@types/canvas-confetti": "^1.6.4", - "astro": "^4.14.4", + "astro": "^4.14.5", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", "postcss": "^8.4.41", diff --git a/templates/with-vitest/package.json b/templates/with-vitest/package.json index 508cb3c..ca81f67 100644 --- a/templates/with-vitest/package.json +++ b/templates/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.14.4", + "astro": "^4.14.5", "vitest": "^2.0.5" } }