From 6369089bfb319ce314127477628eb92aee4292a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 01:29:40 +0000 Subject: [PATCH] [ci] update-templates --- templates/basics/package.json | 2 +- templates/blog/package.json | 4 ++-- templates/component/package.json | 2 +- templates/container-with-vitest/package.json | 4 ++-- templates/framework-alpine/package.json | 2 +- templates/framework-lit/package.json | 4 ++-- templates/framework-multiple/package.json | 12 ++++++------ templates/framework-preact/package.json | 4 ++-- templates/framework-react/package.json | 4 ++-- templates/framework-solid/package.json | 4 ++-- templates/framework-svelte/package.json | 4 ++-- templates/framework-vue/package.json | 4 ++-- templates/hackernews/package.json | 2 +- templates/integration/package.json | 2 +- templates/middleware/package.json | 2 +- templates/minimal/package.json | 2 +- templates/non-html-pages/package.json | 2 +- templates/portfolio/package.json | 2 +- templates/ssr/package.json | 4 ++-- templates/starlog/package.json | 2 +- templates/toolbar-app/package.json | 2 +- templates/view-transitions/package.json | 2 +- templates/with-markdoc/package.json | 2 +- templates/with-markdown-plugins/package.json | 2 +- templates/with-markdown-shiki/package.json | 2 +- templates/with-mdx/package.json | 6 +++--- templates/with-nanostores/package.json | 4 ++-- templates/with-tailwindcss/package.json | 4 ++-- templates/with-vitest/package.json | 2 +- 29 files changed, 47 insertions(+), 47 deletions(-) diff --git a/templates/basics/package.json b/templates/basics/package.json index 49ba9eb..58f9736 100644 --- a/templates/basics/package.json +++ b/templates/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.9.3" + "astro": "^4.10.0" } } diff --git a/templates/blog/package.json b/templates/blog/package.json index ea21241..165307c 100644 --- a/templates/blog/package.json +++ b/templates/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.0.1", + "@astrojs/mdx": "^3.1.0", "@astrojs/rss": "^4.0.6", "@astrojs/sitemap": "^3.1.5", - "astro": "^4.9.3" + "astro": "^4.10.0" } } diff --git a/templates/component/package.json b/templates/component/package.json index a070ba3..6e2198c 100644 --- a/templates/component/package.json +++ b/templates/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.9.3" + "astro": "^4.10.0" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/templates/container-with-vitest/package.json b/templates/container-with-vitest/package.json index e8cb153..0af9d58 100644 --- a/templates/container-with-vitest/package.json +++ b/templates/container-with-vitest/package.json @@ -12,8 +12,8 @@ "test": "vitest run" }, "dependencies": { - "astro": "experimental--container", - "@astrojs/react": "experimental--container", + "astro": "^4.10.0", + "@astrojs/react": "^3.5.0", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^1.6.0" diff --git a/templates/framework-alpine/package.json b/templates/framework-alpine/package.json index ae436ef..ce91b78 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.0", - "astro": "^4.9.3" + "astro": "^4.10.0" } } diff --git a/templates/framework-lit/package.json b/templates/framework-lit/package.json index 2a3f5de..6b3aa5f 100644 --- a/templates/framework-lit/package.json +++ b/templates/framework-lit/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/lit": "^4.1.0", + "@astrojs/lit": "^4.2.0", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^4.9.3", + "astro": "^4.10.0", "lit": "^3.1.3" } } diff --git a/templates/framework-multiple/package.json b/templates/framework-multiple/package.json index c0dfa0d..7444cc9 100644 --- a/templates/framework-multiple/package.json +++ b/templates/framework-multiple/package.json @@ -11,14 +11,14 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.3.0", - "@astrojs/react": "^3.4.0", - "@astrojs/solid-js": "^4.2.0", - "@astrojs/svelte": "^5.4.0", - "@astrojs/vue": "^4.3.0", + "@astrojs/preact": "^3.4.0", + "@astrojs/react": "^3.5.0", + "@astrojs/solid-js": "^4.3.0", + "@astrojs/svelte": "^5.5.0", + "@astrojs/vue": "^4.4.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.9.3", + "astro": "^4.10.0", "preact": "^10.22.0", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/templates/framework-preact/package.json b/templates/framework-preact/package.json index e24ab9e..1d889b1 100644 --- a/templates/framework-preact/package.json +++ b/templates/framework-preact/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.3.0", + "@astrojs/preact": "^3.4.0", "@preact/signals": "^1.2.3", - "astro": "^4.9.3", + "astro": "^4.10.0", "preact": "^10.22.0" } } diff --git a/templates/framework-react/package.json b/templates/framework-react/package.json index 903956e..478c938 100644 --- a/templates/framework-react/package.json +++ b/templates/framework-react/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^3.4.0", + "@astrojs/react": "^3.5.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.9.3", + "astro": "^4.10.0", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/templates/framework-solid/package.json b/templates/framework-solid/package.json index 90025d1..71f6611 100644 --- a/templates/framework-solid/package.json +++ b/templates/framework-solid/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/solid-js": "^4.2.0", - "astro": "^4.9.3", + "@astrojs/solid-js": "^4.3.0", + "astro": "^4.10.0", "solid-js": "^1.8.17" } } diff --git a/templates/framework-svelte/package.json b/templates/framework-svelte/package.json index da9437f..81c5086 100644 --- a/templates/framework-svelte/package.json +++ b/templates/framework-svelte/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^5.4.0", - "astro": "^4.9.3", + "@astrojs/svelte": "^5.5.0", + "astro": "^4.10.0", "svelte": "^4.2.17" } } diff --git a/templates/framework-vue/package.json b/templates/framework-vue/package.json index aa001bd..6809a68 100644 --- a/templates/framework-vue/package.json +++ b/templates/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^4.3.0", - "astro": "^4.9.3", + "@astrojs/vue": "^4.4.0", + "astro": "^4.10.0", "vue": "^3.4.27" } } diff --git a/templates/hackernews/package.json b/templates/hackernews/package.json index 315ec73..b925f79 100644 --- a/templates/hackernews/package.json +++ b/templates/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.2.5", - "astro": "^4.9.3" + "astro": "^4.10.0" } } diff --git a/templates/integration/package.json b/templates/integration/package.json index 7fe8b52..457b15a 100644 --- a/templates/integration/package.json +++ b/templates/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.9.3" + "astro": "^4.10.0" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/templates/middleware/package.json b/templates/middleware/package.json index e28abd8..630802b 100644 --- a/templates/middleware/package.json +++ b/templates/middleware/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/node": "^8.2.5", - "astro": "^4.9.3", + "astro": "^4.10.0", "html-minifier": "^4.0.0" }, "devDependencies": { diff --git a/templates/minimal/package.json b/templates/minimal/package.json index 83287fd..26364ae 100644 --- a/templates/minimal/package.json +++ b/templates/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.9.3" + "astro": "^4.10.0" } } diff --git a/templates/non-html-pages/package.json b/templates/non-html-pages/package.json index 89a5a0c..0175b0e 100644 --- a/templates/non-html-pages/package.json +++ b/templates/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.9.3" + "astro": "^4.10.0" } } diff --git a/templates/portfolio/package.json b/templates/portfolio/package.json index 4a9fc19..8d45962 100644 --- a/templates/portfolio/package.json +++ b/templates/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.9.3" + "astro": "^4.10.0" } } diff --git a/templates/ssr/package.json b/templates/ssr/package.json index 101d8bf..3dd8c20 100644 --- a/templates/ssr/package.json +++ b/templates/ssr/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "@astrojs/node": "^8.2.5", - "@astrojs/svelte": "^5.4.0", - "astro": "^4.9.3", + "@astrojs/svelte": "^5.5.0", + "astro": "^4.10.0", "svelte": "^4.2.17" } } diff --git a/templates/starlog/package.json b/templates/starlog/package.json index 9ecdb56..a13f6c3 100644 --- a/templates/starlog/package.json +++ b/templates/starlog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.9.3", + "astro": "^4.10.0", "sass": "^1.77.3", "sharp": "^0.33.3" } diff --git a/templates/toolbar-app/package.json b/templates/toolbar-app/package.json index 664491e..5390ad6 100644 --- a/templates/toolbar-app/package.json +++ b/templates/toolbar-app/package.json @@ -15,6 +15,6 @@ "./app": "./dist/app.js" }, "devDependencies": { - "astro": "^4.9.3" + "astro": "^4.10.0" } } diff --git a/templates/view-transitions/package.json b/templates/view-transitions/package.json index fb10ef7..9f58bf4 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.2.5", - "astro": "^4.9.3" + "astro": "^4.10.0" } } diff --git a/templates/with-markdoc/package.json b/templates/with-markdoc/package.json index 0bd9241..642796a 100644 --- a/templates/with-markdoc/package.json +++ b/templates/with-markdoc/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.11.0", - "astro": "^4.9.3" + "astro": "^4.10.0" } } diff --git a/templates/with-markdown-plugins/package.json b/templates/with-markdown-plugins/package.json index 8d68ac1..8ddb5d7 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.0", - "astro": "^4.9.3", + "astro": "^4.10.0", "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 ba442d3..6066829 100644 --- a/templates/with-markdown-shiki/package.json +++ b/templates/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.9.3" + "astro": "^4.10.0" } } diff --git a/templates/with-mdx/package.json b/templates/with-mdx/package.json index 25b387a..7811abe 100644 --- a/templates/with-mdx/package.json +++ b/templates/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.0.1", - "@astrojs/preact": "^3.3.0", - "astro": "^4.9.3", + "@astrojs/mdx": "^3.1.0", + "@astrojs/preact": "^3.4.0", + "astro": "^4.10.0", "preact": "^10.22.0" } } diff --git a/templates/with-nanostores/package.json b/templates/with-nanostores/package.json index 147fbe0..adae5b0 100644 --- a/templates/with-nanostores/package.json +++ b/templates/with-nanostores/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.3.0", + "@astrojs/preact": "^3.4.0", "@nanostores/preact": "^0.5.1", - "astro": "^4.9.3", + "astro": "^4.10.0", "nanostores": "^0.10.3", "preact": "^10.22.0" } diff --git a/templates/with-tailwindcss/package.json b/templates/with-tailwindcss/package.json index 471147a..19e695f 100644 --- a/templates/with-tailwindcss/package.json +++ b/templates/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.0.1", + "@astrojs/mdx": "^3.1.0", "@astrojs/tailwind": "^5.1.0", "@types/canvas-confetti": "^1.6.4", - "astro": "^4.9.3", + "astro": "^4.10.0", "autoprefixer": "^10.4.19", "canvas-confetti": "^1.9.3", "postcss": "^8.4.38", diff --git a/templates/with-vitest/package.json b/templates/with-vitest/package.json index e04fcc3..4c92bae 100644 --- a/templates/with-vitest/package.json +++ b/templates/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.9.3", + "astro": "^4.10.0", "vitest": "^1.6.0" } }