From 6d379e7479e9cae5adabad17dceab2bde6c13564 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 01:30:37 +0000 Subject: [PATCH] [ci] update-templates --- templates/basics/package.json | 2 +- templates/blog/package.json | 2 +- templates/component/package.json | 2 +- templates/container-with-vitest/package.json | 2 +- templates/framework-alpine/package.json | 4 ++-- templates/framework-multiple/package.json | 2 +- templates/framework-preact/package.json | 2 +- templates/framework-react/package.json | 2 +- templates/framework-solid/package.json | 2 +- templates/framework-svelte/package.json | 2 +- templates/framework-vue/package.json | 2 +- templates/hackernews/package.json | 2 +- templates/integration/package.json | 2 +- templates/minimal/package.json | 2 +- templates/portfolio/package.json | 2 +- templates/ssr/package.json | 2 +- templates/starlog/package.json | 2 +- templates/toolbar-app/package.json | 2 +- templates/with-markdoc/package.json | 2 +- templates/with-mdx/package.json | 2 +- templates/with-nanostores/package.json | 2 +- templates/with-tailwindcss/package.json | 2 +- templates/with-vitest/package.json | 2 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/templates/basics/package.json b/templates/basics/package.json index 63810e5..11da71a 100644 --- a/templates/basics/package.json +++ b/templates/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.1.8" + "astro": "^5.1.9" } } diff --git a/templates/blog/package.json b/templates/blog/package.json index 1af7959..d886200 100644 --- a/templates/blog/package.json +++ b/templates/blog/package.json @@ -13,6 +13,6 @@ "@astrojs/mdx": "^4.0.7", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.2.1", - "astro": "^5.1.8" + "astro": "^5.1.9" } } diff --git a/templates/component/package.json b/templates/component/package.json index 1b71f00..d4b27c1 100644 --- a/templates/component/package.json +++ b/templates/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.1.8" + "astro": "^5.1.9" }, "peerDependencies": { "astro": "^4.0.0 || ^5.0.0" diff --git a/templates/container-with-vitest/package.json b/templates/container-with-vitest/package.json index 5919e09..85eeed8 100644 --- a/templates/container-with-vitest/package.json +++ b/templates/container-with-vitest/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^4.1.6", - "astro": "^5.1.8", + "astro": "^5.1.9", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^3.0.2" diff --git a/templates/framework-alpine/package.json b/templates/framework-alpine/package.json index 09962b6..bfde0c0 100644 --- a/templates/framework-alpine/package.json +++ b/templates/framework-alpine/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/alpinejs": "^0.4.2", + "@astrojs/alpinejs": "^0.4.3", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.14.8", - "astro": "^5.1.8" + "astro": "^5.1.9" } } diff --git a/templates/framework-multiple/package.json b/templates/framework-multiple/package.json index a6fed4f..a2e47da 100644 --- a/templates/framework-multiple/package.json +++ b/templates/framework-multiple/package.json @@ -17,7 +17,7 @@ "@astrojs/vue": "^5.0.6", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "astro": "^5.1.8", + "astro": "^5.1.9", "preact": "^10.25.4", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/templates/framework-preact/package.json b/templates/framework-preact/package.json index 08bebf8..b5b8005 100644 --- a/templates/framework-preact/package.json +++ b/templates/framework-preact/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.0.3", "@preact/signals": "^2.0.1", - "astro": "^5.1.8", + "astro": "^5.1.9", "preact": "^10.25.4" } } diff --git a/templates/framework-react/package.json b/templates/framework-react/package.json index 552c1d8..52dc15a 100644 --- a/templates/framework-react/package.json +++ b/templates/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.1.6", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "astro": "^5.1.8", + "astro": "^5.1.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 996a240..16315c8 100644 --- a/templates/framework-solid/package.json +++ b/templates/framework-solid/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/solid-js": "^5.0.4", - "astro": "^5.1.8", + "astro": "^5.1.9", "solid-js": "^1.9.4" } } diff --git a/templates/framework-svelte/package.json b/templates/framework-svelte/package.json index 9686825..3d11a64 100644 --- a/templates/framework-svelte/package.json +++ b/templates/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^7.0.4", - "astro": "^5.1.8", + "astro": "^5.1.9", "svelte": "^5.19.0" } } diff --git a/templates/framework-vue/package.json b/templates/framework-vue/package.json index 92f25f0..0f407d2 100644 --- a/templates/framework-vue/package.json +++ b/templates/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.6", - "astro": "^5.1.8", + "astro": "^5.1.9", "vue": "^3.5.13" } } diff --git a/templates/hackernews/package.json b/templates/hackernews/package.json index c3db4fa..b222370 100644 --- a/templates/hackernews/package.json +++ b/templates/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.0.1", - "astro": "^5.1.8" + "astro": "^5.1.9" } } diff --git a/templates/integration/package.json b/templates/integration/package.json index f9fb6d6..2986c8f 100644 --- a/templates/integration/package.json +++ b/templates/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.1.8" + "astro": "^5.1.9" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/templates/minimal/package.json b/templates/minimal/package.json index d167eeb..3eedcf1 100644 --- a/templates/minimal/package.json +++ b/templates/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.1.8" + "astro": "^5.1.9" } } diff --git a/templates/portfolio/package.json b/templates/portfolio/package.json index 2fd6510..cda153c 100644 --- a/templates/portfolio/package.json +++ b/templates/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.1.8" + "astro": "^5.1.9" } } diff --git a/templates/ssr/package.json b/templates/ssr/package.json index 403ad64..17be4e3 100644 --- a/templates/ssr/package.json +++ b/templates/ssr/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/node": "^9.0.1", "@astrojs/svelte": "^7.0.4", - "astro": "^5.1.8", + "astro": "^5.1.9", "svelte": "^5.19.0" } } diff --git a/templates/starlog/package.json b/templates/starlog/package.json index a1c1117..e3ad891 100644 --- a/templates/starlog/package.json +++ b/templates/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.1.8", + "astro": "^5.1.9", "sass": "^1.83.4", "sharp": "^0.33.3" } diff --git a/templates/toolbar-app/package.json b/templates/toolbar-app/package.json index 9a574cf..0a88127 100644 --- a/templates/toolbar-app/package.json +++ b/templates/toolbar-app/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@types/node": "^18.17.8", - "astro": "^5.1.8" + "astro": "^5.1.9" } } diff --git a/templates/with-markdoc/package.json b/templates/with-markdoc/package.json index a222c70..7388e7c 100644 --- a/templates/with-markdoc/package.json +++ b/templates/with-markdoc/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.12.7", - "astro": "^5.1.8" + "astro": "^5.1.9" } } diff --git a/templates/with-mdx/package.json b/templates/with-mdx/package.json index f8aa963..9e768bc 100644 --- a/templates/with-mdx/package.json +++ b/templates/with-mdx/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/mdx": "^4.0.7", "@astrojs/preact": "^4.0.3", - "astro": "^5.1.8", + "astro": "^5.1.9", "preact": "^10.25.4" } } diff --git a/templates/with-nanostores/package.json b/templates/with-nanostores/package.json index db49afe..bef3826 100644 --- a/templates/with-nanostores/package.json +++ b/templates/with-nanostores/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.0.3", "@nanostores/preact": "^0.5.2", - "astro": "^5.1.8", + "astro": "^5.1.9", "nanostores": "^0.11.3", "preact": "^10.25.4" } diff --git a/templates/with-tailwindcss/package.json b/templates/with-tailwindcss/package.json index 2513470..dba5fa7 100644 --- a/templates/with-tailwindcss/package.json +++ b/templates/with-tailwindcss/package.json @@ -13,7 +13,7 @@ "@astrojs/mdx": "^4.0.7", "@astrojs/tailwind": "^5.1.5", "@types/canvas-confetti": "^1.9.0", - "astro": "^5.1.8", + "astro": "^5.1.9", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", "postcss": "^8.5.1", diff --git a/templates/with-vitest/package.json b/templates/with-vitest/package.json index 54d6a24..b996275 100644 --- a/templates/with-vitest/package.json +++ b/templates/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.1.8", + "astro": "^5.1.9", "vitest": "^3.0.2" } }