diff --git a/templates/basics/package.json b/templates/basics/package.json index 61491cc..cc794de 100644 --- a/templates/basics/package.json +++ b/templates/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.10" + "astro": "^4.15.11" } } diff --git a/templates/blog/package.json b/templates/blog/package.json index 82509d8..8f20c39 100644 --- a/templates/blog/package.json +++ b/templates/blog/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^3.1.7", "@astrojs/rss": "^4.0.7", - "@astrojs/sitemap": "^3.1.6", - "astro": "^4.15.10" + "@astrojs/sitemap": "^3.2.0", + "astro": "^4.15.11" } } diff --git a/templates/component/package.json b/templates/component/package.json index 2395492..350d58f 100644 --- a/templates/component/package.json +++ b/templates/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.15.10" + "astro": "^4.15.11" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/templates/container-with-vitest/package.json b/templates/container-with-vitest/package.json index 470dd7a..7ab82e6 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.15.10", + "astro": "^4.15.11", "@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 da225df..672050c 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.15.10" + "astro": "^4.15.11" } } diff --git a/templates/framework-lit/package.json b/templates/framework-lit/package.json index 20d76f4..e346a30 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.15.10", + "astro": "^4.15.11", "lit": "^3.2.0" } } diff --git a/templates/framework-multiple/package.json b/templates/framework-multiple/package.json index 249d4ac..06ddcda 100644 --- a/templates/framework-multiple/package.json +++ b/templates/framework-multiple/package.json @@ -18,7 +18,7 @@ "@astrojs/vue": "^4.5.1", "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", - "astro": "^4.15.10", + "astro": "^4.15.11", "preact": "^10.24.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 ba60f05..bf08ffe 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.15.10", + "astro": "^4.15.11", "preact": "^10.24.1" } } diff --git a/templates/framework-react/package.json b/templates/framework-react/package.json index fd5ab9d..7216053 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.10", "@types/react-dom": "^18.3.0", - "astro": "^4.15.10", + "astro": "^4.15.11", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/templates/framework-solid/package.json b/templates/framework-solid/package.json index edfde49..cb99bbb 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.15.10", + "astro": "^4.15.11", "solid-js": "^1.9.1" } } diff --git a/templates/framework-svelte/package.json b/templates/framework-svelte/package.json index f198f9c..48e01dd 100644 --- a/templates/framework-svelte/package.json +++ b/templates/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.7.1", - "astro": "^4.15.10", + "astro": "^4.15.11", "svelte": "^4.2.19" } } diff --git a/templates/framework-vue/package.json b/templates/framework-vue/package.json index 9263263..9b931b8 100644 --- a/templates/framework-vue/package.json +++ b/templates/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.5.1", - "astro": "^4.15.10", + "astro": "^4.15.11", "vue": "^3.5.10" } } diff --git a/templates/hackernews/package.json b/templates/hackernews/package.json index 56e749c..fcb2160 100644 --- a/templates/hackernews/package.json +++ b/templates/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.4", - "astro": "^4.15.10" + "astro": "^4.15.11" } } diff --git a/templates/integration/package.json b/templates/integration/package.json index 0b5df70..4737e51 100644 --- a/templates/integration/package.json +++ b/templates/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.15.10" + "astro": "^4.15.11" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/templates/middleware/package.json b/templates/middleware/package.json index 493fc61..bb0aae8 100644 --- a/templates/middleware/package.json +++ b/templates/middleware/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/node": "^8.3.4", - "astro": "^4.15.10", + "astro": "^4.15.11", "html-minifier": "^4.0.0" }, "devDependencies": { diff --git a/templates/minimal/package.json b/templates/minimal/package.json index 0386911..faa801c 100644 --- a/templates/minimal/package.json +++ b/templates/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.10" + "astro": "^4.15.11" } } diff --git a/templates/non-html-pages/package.json b/templates/non-html-pages/package.json index 88a16c7..b7c88a4 100644 --- a/templates/non-html-pages/package.json +++ b/templates/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.10" + "astro": "^4.15.11" } } diff --git a/templates/portfolio/package.json b/templates/portfolio/package.json index adcf51a..c05136f 100644 --- a/templates/portfolio/package.json +++ b/templates/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.10" + "astro": "^4.15.11" } } diff --git a/templates/server-islands/package.json b/templates/server-islands/package.json index 82f61d9..4319903 100644 --- a/templates/server-islands/package.json +++ b/templates/server-islands/package.json @@ -17,7 +17,7 @@ "@tailwindcss/forms": "^0.5.9", "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", - "astro": "^4.15.10", + "astro": "^4.15.11", "postcss": "^8.4.47", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/templates/ssr/package.json b/templates/ssr/package.json index 4d2b73a..05e66e0 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.1", - "astro": "^4.15.10", + "astro": "^4.15.11", "svelte": "^4.2.19" } } diff --git a/templates/starlog/package.json b/templates/starlog/package.json index d0e6ba1..e9030e3 100644 --- a/templates/starlog/package.json +++ b/templates/starlog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.10", + "astro": "^4.15.11", "sass": "^1.79.4", "sharp": "^0.33.3" } diff --git a/templates/toolbar-app/package.json b/templates/toolbar-app/package.json index f457dec..c53809e 100644 --- a/templates/toolbar-app/package.json +++ b/templates/toolbar-app/package.json @@ -15,6 +15,6 @@ "./app": "./dist/app.js" }, "devDependencies": { - "astro": "^4.15.10" + "astro": "^4.15.11" } } diff --git a/templates/view-transitions/package.json b/templates/view-transitions/package.json index f539e82..86dc3b9 100644 --- a/templates/view-transitions/package.json +++ b/templates/view-transitions/package.json @@ -12,6 +12,6 @@ "devDependencies": { "@astrojs/tailwind": "^5.1.1", "@astrojs/node": "^8.3.4", - "astro": "^4.15.10" + "astro": "^4.15.11" } } diff --git a/templates/with-markdoc/package.json b/templates/with-markdoc/package.json index d4377f6..4678c89 100644 --- a/templates/with-markdoc/package.json +++ b/templates/with-markdoc/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.11.4", - "astro": "^4.15.10" + "astro": "^4.15.11" } } diff --git a/templates/with-markdown-plugins/package.json b/templates/with-markdown-plugins/package.json index 209cf45..7320e6c 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.15.10", + "astro": "^4.15.11", "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 fe9856c..ddaea57 100644 --- a/templates/with-markdown-shiki/package.json +++ b/templates/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.10" + "astro": "^4.15.11" } } diff --git a/templates/with-mdx/package.json b/templates/with-mdx/package.json index edc7555..8b31c28 100644 --- a/templates/with-mdx/package.json +++ b/templates/with-mdx/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^3.1.7", "@astrojs/preact": "^3.5.3", - "astro": "^4.15.10", + "astro": "^4.15.11", "preact": "^10.24.1" } } diff --git a/templates/with-nanostores/package.json b/templates/with-nanostores/package.json index 455a602..1fbc343 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.15.10", + "astro": "^4.15.11", "nanostores": "^0.11.3", "preact": "^10.24.1" } diff --git a/templates/with-tailwindcss/package.json b/templates/with-tailwindcss/package.json index 085e86a..390f8c1 100644 --- a/templates/with-tailwindcss/package.json +++ b/templates/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^3.1.7", "@astrojs/tailwind": "^5.1.1", "@types/canvas-confetti": "^1.6.4", - "astro": "^4.15.10", + "astro": "^4.15.11", "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 8c0dbc0..dc45fca 100644 --- a/templates/with-vitest/package.json +++ b/templates/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.15.10", + "astro": "^4.15.11", "vitest": "^2.1.1" } }