diff --git a/templates/basics/package.json b/templates/basics/package.json index d922cae..ea8f956 100644 --- a/templates/basics/package.json +++ b/templates/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.11.6" + "astro": "^4.12.1" } } diff --git a/templates/blog/package.json b/templates/blog/package.json index 6954ca7..d8c1190 100644 --- a/templates/blog/package.json +++ b/templates/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.1.2", + "@astrojs/mdx": "^3.1.3", "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", - "astro": "^4.11.6" + "astro": "^4.12.1" } } diff --git a/templates/component/package.json b/templates/component/package.json index 1d40ec2..23d4c59 100644 --- a/templates/component/package.json +++ b/templates/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.11.6" + "astro": "^4.12.1" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/templates/container-with-vitest/package.json b/templates/container-with-vitest/package.json index c8aec21..fe0c401 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.6", + "astro": "^4.12.1", "@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 22d788d..7cebaf1 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.6" + "astro": "^4.12.1" } } diff --git a/templates/framework-lit/package.json b/templates/framework-lit/package.json index 9d4baa2..ee0ade5 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.6", + "astro": "^4.12.1", "lit": "^3.1.4" } } diff --git a/templates/framework-multiple/package.json b/templates/framework-multiple/package.json index 941b714..d123c13 100644 --- a/templates/framework-multiple/package.json +++ b/templates/framework-multiple/package.json @@ -14,11 +14,11 @@ "@astrojs/preact": "^3.5.1", "@astrojs/react": "^3.6.0", "@astrojs/solid-js": "^4.4.0", - "@astrojs/svelte": "^5.6.0", + "@astrojs/svelte": "^5.7.0", "@astrojs/vue": "^4.5.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.11.6", + "astro": "^4.12.1", "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 77a95ac..0f1caa4 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.11.6", + "astro": "^4.12.1", "preact": "^10.22.1" } } diff --git a/templates/framework-react/package.json b/templates/framework-react/package.json index b9d2185..16a15ea 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.6", + "astro": "^4.12.1", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/templates/framework-solid/package.json b/templates/framework-solid/package.json index 42a8865..9417042 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.6", + "astro": "^4.12.1", "solid-js": "^1.8.18" } } diff --git a/templates/framework-svelte/package.json b/templates/framework-svelte/package.json index adb56cc..2300170 100644 --- a/templates/framework-svelte/package.json +++ b/templates/framework-svelte/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^5.6.0", - "astro": "^4.11.6", + "@astrojs/svelte": "^5.7.0", + "astro": "^4.12.1", "svelte": "^4.2.18" } } diff --git a/templates/framework-vue/package.json b/templates/framework-vue/package.json index 8632013..6f66050 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.6", + "astro": "^4.12.1", "vue": "^3.4.31" } } diff --git a/templates/hackernews/package.json b/templates/hackernews/package.json index f81f208..fe50893 100644 --- a/templates/hackernews/package.json +++ b/templates/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.2", - "astro": "^4.11.6" + "astro": "^4.12.1" } } diff --git a/templates/integration/package.json b/templates/integration/package.json index 3c80d79..594f078 100644 --- a/templates/integration/package.json +++ b/templates/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.11.6" + "astro": "^4.12.1" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/templates/middleware/package.json b/templates/middleware/package.json index 51b8137..46c669d 100644 --- a/templates/middleware/package.json +++ b/templates/middleware/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/node": "^8.3.2", - "astro": "^4.11.6", + "astro": "^4.12.1", "html-minifier": "^4.0.0" }, "devDependencies": { diff --git a/templates/minimal/package.json b/templates/minimal/package.json index 1203062..3f1cf16 100644 --- a/templates/minimal/package.json +++ b/templates/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.11.6" + "astro": "^4.12.1" } } diff --git a/templates/non-html-pages/package.json b/templates/non-html-pages/package.json index 7485ab4..47f26e2 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.6" + "astro": "^4.12.1" } } diff --git a/templates/portfolio/package.json b/templates/portfolio/package.json index 9f446ac..a295e2a 100644 --- a/templates/portfolio/package.json +++ b/templates/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.11.6" + "astro": "^4.12.1" } } diff --git a/templates/server-islands/package.json b/templates/server-islands/package.json index b80361b..39808d8 100644 --- a/templates/server-islands/package.json +++ b/templates/server-islands/package.json @@ -10,14 +10,14 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/node": "^8.2.6", + "@astrojs/node": "^8.3.2", "@astrojs/react": "^3.6.0", "@astrojs/tailwind": "^5.1.0", "@fortawesome/fontawesome-free": "^6.5.2", "@tailwindcss/forms": "^0.5.7", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "workspace:*", + "astro": "^4.12.1", "postcss": "^8.4.38", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/templates/ssr/package.json b/templates/ssr/package.json index 18bda71..52538b4 100644 --- a/templates/ssr/package.json +++ b/templates/ssr/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "@astrojs/node": "^8.3.2", - "@astrojs/svelte": "^5.6.0", - "astro": "^4.11.6", + "@astrojs/svelte": "^5.7.0", + "astro": "^4.12.1", "svelte": "^4.2.18" } } diff --git a/templates/starlog/package.json b/templates/starlog/package.json index dd06787..6ca418f 100644 --- a/templates/starlog/package.json +++ b/templates/starlog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.11.6", + "astro": "^4.12.1", "sass": "^1.77.8", "sharp": "^0.33.3" } diff --git a/templates/toolbar-app/package.json b/templates/toolbar-app/package.json index c34863a..6e201cf 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.6" + "astro": "^4.12.1" } } diff --git a/templates/view-transitions/package.json b/templates/view-transitions/package.json index 1b1cb99..ecc8f1b 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.6" + "astro": "^4.12.1" } } diff --git a/templates/with-markdoc/package.json b/templates/with-markdoc/package.json index f74158c..535f65f 100644 --- a/templates/with-markdoc/package.json +++ b/templates/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.11.2", - "astro": "^4.11.6" + "@astrojs/markdoc": "^0.11.3", + "astro": "^4.12.1" } } diff --git a/templates/with-markdown-plugins/package.json b/templates/with-markdown-plugins/package.json index cacf0fd..ffa5857 100644 --- a/templates/with-markdown-plugins/package.json +++ b/templates/with-markdown-plugins/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdown-remark": "^5.1.1", - "astro": "^4.11.6", + "@astrojs/markdown-remark": "^5.2.0", + "astro": "^4.12.1", "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 89da739..a6c542e 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.6" + "astro": "^4.12.1" } } diff --git a/templates/with-mdx/package.json b/templates/with-mdx/package.json index b517d7d..83f447e 100644 --- a/templates/with-mdx/package.json +++ b/templates/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.1.2", + "@astrojs/mdx": "^3.1.3", "@astrojs/preact": "^3.5.1", - "astro": "^4.11.6", + "astro": "^4.12.1", "preact": "^10.22.1" } } diff --git a/templates/with-nanostores/package.json b/templates/with-nanostores/package.json index a1903af..76d94b5 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.1", - "astro": "^4.11.6", + "astro": "^4.12.1", "nanostores": "^0.10.3", "preact": "^10.22.1" } diff --git a/templates/with-tailwindcss/package.json b/templates/with-tailwindcss/package.json index 9a8a0ce..1456a94 100644 --- a/templates/with-tailwindcss/package.json +++ b/templates/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.1.2", + "@astrojs/mdx": "^3.1.3", "@astrojs/tailwind": "^5.1.0", "@types/canvas-confetti": "^1.6.4", - "astro": "^4.11.6", + "astro": "^4.12.1", "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 60f1a0a..5c3d85b 100644 --- a/templates/with-vitest/package.json +++ b/templates/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.11.6", + "astro": "^4.12.1", "vitest": "^2.0.3" } }