diff --git a/templates/basics/package.json b/templates/basics/package.json index b3fe9f0..ed7f452 100644 --- a/templates/basics/package.json +++ b/templates/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.11.3" + "astro": "^4.11.5" } } diff --git a/templates/blog/package.json b/templates/blog/package.json index de50f5c..29d33e4 100644 --- a/templates/blog/package.json +++ b/templates/blog/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^3.1.2", "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", - "astro": "^4.11.3" + "astro": "^4.11.5" } } diff --git a/templates/component/package.json b/templates/component/package.json index 978663b..dadb92b 100644 --- a/templates/component/package.json +++ b/templates/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.11.3" + "astro": "^4.11.5" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/templates/container-with-vitest/package.json b/templates/container-with-vitest/package.json index 98808db..4fa7184 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.11.3", + "astro": "^4.11.5", "@astrojs/react": "^3.6.0", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/templates/framework-alpine/package.json b/templates/framework-alpine/package.json index 21b5072..60d3bd5 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.11.3" + "astro": "^4.11.5" } } diff --git a/templates/framework-lit/package.json b/templates/framework-lit/package.json index 129de63..701d46f 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.11.3", + "astro": "^4.11.5", "lit": "^3.1.4" } } diff --git a/templates/framework-multiple/package.json b/templates/framework-multiple/package.json index 55c6b8e..ef70525 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.11.3", + "astro": "^4.11.5", "preact": "^10.22.1", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/templates/framework-preact/package.json b/templates/framework-preact/package.json index 7c87bdf..b1b6723 100644 --- a/templates/framework-preact/package.json +++ b/templates/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.0", "@preact/signals": "^1.2.3", - "astro": "^4.11.3", + "astro": "^4.11.5", "preact": "^10.22.1" } } diff --git a/templates/framework-react/package.json b/templates/framework-react/package.json index 67db6e6..20484e8 100644 --- a/templates/framework-react/package.json +++ b/templates/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.11.3", + "astro": "^4.11.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 1b6b827..945aa99 100644 --- a/templates/framework-solid/package.json +++ b/templates/framework-solid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^4.4.0", - "astro": "^4.11.3", + "astro": "^4.11.5", "solid-js": "^1.8.18" } } diff --git a/templates/framework-svelte/package.json b/templates/framework-svelte/package.json index d10d741..60658a8 100644 --- a/templates/framework-svelte/package.json +++ b/templates/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.6.0", - "astro": "^4.11.3", + "astro": "^4.11.5", "svelte": "^4.2.18" } } diff --git a/templates/framework-vue/package.json b/templates/framework-vue/package.json index 1a24194..2225add 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.11.3", + "astro": "^4.11.5", "vue": "^3.4.31" } } diff --git a/templates/hackernews/package.json b/templates/hackernews/package.json index 5ecfb6c..fa6298b 100644 --- a/templates/hackernews/package.json +++ b/templates/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.2", - "astro": "^4.11.3" + "astro": "^4.11.5" } } diff --git a/templates/integration/package.json b/templates/integration/package.json index fc68f9f..cf3d457 100644 --- a/templates/integration/package.json +++ b/templates/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.11.3" + "astro": "^4.11.5" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/templates/middleware/package.json b/templates/middleware/package.json index 784a926..4daf9ed 100644 --- a/templates/middleware/package.json +++ b/templates/middleware/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/node": "^8.3.2", - "astro": "^4.11.3", + "astro": "^4.11.5", "html-minifier": "^4.0.0" }, "devDependencies": { diff --git a/templates/minimal/package.json b/templates/minimal/package.json index 76cdfa0..c429098 100644 --- a/templates/minimal/package.json +++ b/templates/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.11.3" + "astro": "^4.11.5" } } diff --git a/templates/non-html-pages/package.json b/templates/non-html-pages/package.json index ea5d478..988bec0 100644 --- a/templates/non-html-pages/package.json +++ b/templates/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.11.3" + "astro": "^4.11.5" } } diff --git a/templates/portfolio/package.json b/templates/portfolio/package.json index 24a29ed..93454dc 100644 --- a/templates/portfolio/package.json +++ b/templates/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.11.3" + "astro": "^4.11.5" } } diff --git a/templates/ssr/package.json b/templates/ssr/package.json index 376303f..c59ebd3 100644 --- a/templates/ssr/package.json +++ b/templates/ssr/package.json @@ -14,7 +14,7 @@ "dependencies": { "@astrojs/node": "^8.3.2", "@astrojs/svelte": "^5.6.0", - "astro": "^4.11.3", + "astro": "^4.11.5", "svelte": "^4.2.18" } } diff --git a/templates/starlog/package.json b/templates/starlog/package.json index bc3524e..ec3a948 100644 --- a/templates/starlog/package.json +++ b/templates/starlog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.11.3", + "astro": "^4.11.5", "sass": "^1.77.6", "sharp": "^0.33.3" } diff --git a/templates/toolbar-app/package.json b/templates/toolbar-app/package.json index fa10bd6..bb93e38 100644 --- a/templates/toolbar-app/package.json +++ b/templates/toolbar-app/package.json @@ -15,6 +15,6 @@ "./app": "./dist/app.js" }, "devDependencies": { - "astro": "^4.11.3" + "astro": "^4.11.5" } } diff --git a/templates/view-transitions/package.json b/templates/view-transitions/package.json index 268fd4f..c0847ef 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.2", - "astro": "^4.11.3" + "astro": "^4.11.5" } } diff --git a/templates/with-markdoc/package.json b/templates/with-markdoc/package.json index 060e59f..cf908da 100644 --- a/templates/with-markdoc/package.json +++ b/templates/with-markdoc/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.11.1", - "astro": "^4.11.3" + "astro": "^4.11.5" } } diff --git a/templates/with-markdown-plugins/package.json b/templates/with-markdown-plugins/package.json index 8b55a2d..dc53eb7 100644 --- a/templates/with-markdown-plugins/package.json +++ b/templates/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^5.1.1", - "astro": "^4.11.3", + "astro": "^4.11.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 c35f5d9..2c68167 100644 --- a/templates/with-markdown-shiki/package.json +++ b/templates/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.11.3" + "astro": "^4.11.5" } } diff --git a/templates/with-mdx/package.json b/templates/with-mdx/package.json index 7a48c83..d3a5034 100644 --- a/templates/with-mdx/package.json +++ b/templates/with-mdx/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^3.1.2", "@astrojs/preact": "^3.5.0", - "astro": "^4.11.3", + "astro": "^4.11.5", "preact": "^10.22.1" } } diff --git a/templates/with-nanostores/package.json b/templates/with-nanostores/package.json index 9f450e1..c5d22c7 100644 --- a/templates/with-nanostores/package.json +++ b/templates/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.0", "@nanostores/preact": "^0.5.1", - "astro": "^4.11.3", + "astro": "^4.11.5", "nanostores": "^0.10.3", "preact": "^10.22.1" } diff --git a/templates/with-tailwindcss/package.json b/templates/with-tailwindcss/package.json index 4310a33..8d35a24 100644 --- a/templates/with-tailwindcss/package.json +++ b/templates/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^3.1.2", "@astrojs/tailwind": "^5.1.0", "@types/canvas-confetti": "^1.6.4", - "astro": "^4.11.3", + "astro": "^4.11.5", "autoprefixer": "^10.4.19", "canvas-confetti": "^1.9.3", "postcss": "^8.4.39", diff --git a/templates/with-vitest/package.json b/templates/with-vitest/package.json index 9e687e2..91bb845 100644 --- a/templates/with-vitest/package.json +++ b/templates/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.11.3", + "astro": "^4.11.5", "vitest": "^1.6.0" } }