From 6931d4f228d100b4c277d8c1711971f7fed8eca7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 01:27:36 +0000 Subject: [PATCH] [ci] update-templates --- templates/basics/package.json | 2 +- templates/blog/package.json | 2 +- templates/component/package.json | 2 +- templates/framework-alpine/package.json | 2 +- templates/framework-lit/package.json | 2 +- templates/framework-multiple/package.json | 4 ++-- templates/framework-preact/package.json | 2 +- templates/framework-react/package.json | 4 ++-- 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/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 | 2 +- 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 | 2 +- templates/with-nanostores/package.json | 2 +- templates/with-tailwindcss/package.json | 2 +- templates/with-vitest/package.json | 2 +- 28 files changed, 30 insertions(+), 30 deletions(-) diff --git a/templates/basics/package.json b/templates/basics/package.json index 432fb69..5c3e3c5 100644 --- a/templates/basics/package.json +++ b/templates/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.7.0" + "astro": "^4.7.1" } } diff --git a/templates/blog/package.json b/templates/blog/package.json index 2b29195..2dc4327 100644 --- a/templates/blog/package.json +++ b/templates/blog/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^2.3.1", "@astrojs/rss": "^4.0.5", "@astrojs/sitemap": "^3.1.4", - "astro": "^4.7.0" + "astro": "^4.7.1" } } diff --git a/templates/component/package.json b/templates/component/package.json index b48d328..5d58f7a 100644 --- a/templates/component/package.json +++ b/templates/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.7.0" + "astro": "^4.7.1" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/templates/framework-alpine/package.json b/templates/framework-alpine/package.json index 079c9b3..9bc2f9a 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.5", "alpinejs": "^3.13.3", - "astro": "^4.7.0" + "astro": "^4.7.1" } } diff --git a/templates/framework-lit/package.json b/templates/framework-lit/package.json index b545d30..6ce8901 100644 --- a/templates/framework-lit/package.json +++ b/templates/framework-lit/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/lit": "^4.0.1", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^4.7.0", + "astro": "^4.7.1", "lit": "^3.1.2" } } diff --git a/templates/framework-multiple/package.json b/templates/framework-multiple/package.json index 96ebae4..2a38551 100644 --- a/templates/framework-multiple/package.json +++ b/templates/framework-multiple/package.json @@ -12,13 +12,13 @@ }, "dependencies": { "@astrojs/preact": "^3.2.0", - "@astrojs/react": "^3.3.1", + "@astrojs/react": "^3.3.2", "@astrojs/solid-js": "^4.1.0", "@astrojs/svelte": "^5.4.0", "@astrojs/vue": "^4.1.0", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", - "astro": "^4.7.0", + "astro": "^4.7.1", "preact": "^10.19.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/templates/framework-preact/package.json b/templates/framework-preact/package.json index 6f2b14f..c771cfa 100644 --- a/templates/framework-preact/package.json +++ b/templates/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.2.0", "@preact/signals": "^1.2.1", - "astro": "^4.7.0", + "astro": "^4.7.1", "preact": "^10.19.2" } } diff --git a/templates/framework-react/package.json b/templates/framework-react/package.json index 6f75d04..154d81f 100644 --- a/templates/framework-react/package.json +++ b/templates/framework-react/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^3.3.1", + "@astrojs/react": "^3.3.2", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", - "astro": "^4.7.0", + "astro": "^4.7.1", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/templates/framework-solid/package.json b/templates/framework-solid/package.json index 7937d20..c73286b 100644 --- a/templates/framework-solid/package.json +++ b/templates/framework-solid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^4.1.0", - "astro": "^4.7.0", + "astro": "^4.7.1", "solid-js": "^1.8.5" } } diff --git a/templates/framework-svelte/package.json b/templates/framework-svelte/package.json index 9889bd7..d976d3b 100644 --- a/templates/framework-svelte/package.json +++ b/templates/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.4.0", - "astro": "^4.7.0", + "astro": "^4.7.1", "svelte": "^4.2.5" } } diff --git a/templates/framework-vue/package.json b/templates/framework-vue/package.json index 000cd53..20d24b1 100644 --- a/templates/framework-vue/package.json +++ b/templates/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.1.0", - "astro": "^4.7.0", + "astro": "^4.7.1", "vue": "^3.3.8" } } diff --git a/templates/hackernews/package.json b/templates/hackernews/package.json index 44c2cd9..0fb6bb5 100644 --- a/templates/hackernews/package.json +++ b/templates/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.2.5", - "astro": "^4.7.0" + "astro": "^4.7.1" } } diff --git a/templates/integration/package.json b/templates/integration/package.json index 5ffce1c..bb18d81 100644 --- a/templates/integration/package.json +++ b/templates/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.7.0" + "astro": "^4.7.1" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/templates/middleware/package.json b/templates/middleware/package.json index fae6a84..760ea6f 100644 --- a/templates/middleware/package.json +++ b/templates/middleware/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/node": "^8.2.5", - "astro": "^4.7.0", + "astro": "^4.7.1", "html-minifier": "^4.0.0" }, "devDependencies": { diff --git a/templates/minimal/package.json b/templates/minimal/package.json index cb282c9..5300235 100644 --- a/templates/minimal/package.json +++ b/templates/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.7.0" + "astro": "^4.7.1" } } diff --git a/templates/non-html-pages/package.json b/templates/non-html-pages/package.json index 5c609d8..6f04207 100644 --- a/templates/non-html-pages/package.json +++ b/templates/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.7.0" + "astro": "^4.7.1" } } diff --git a/templates/portfolio/package.json b/templates/portfolio/package.json index 9fe9d5f..07ac5a1 100644 --- a/templates/portfolio/package.json +++ b/templates/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.7.0" + "astro": "^4.7.1" } } diff --git a/templates/ssr/package.json b/templates/ssr/package.json index 37302f7..c935368 100644 --- a/templates/ssr/package.json +++ b/templates/ssr/package.json @@ -14,7 +14,7 @@ "dependencies": { "@astrojs/node": "^8.2.5", "@astrojs/svelte": "^5.4.0", - "astro": "^4.7.0", + "astro": "^4.7.1", "svelte": "^4.2.5" } } diff --git a/templates/starlog/package.json b/templates/starlog/package.json index baba24e..8a16cd5 100644 --- a/templates/starlog/package.json +++ b/templates/starlog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.7.0", + "astro": "^4.7.1", "sass": "^1.69.5", "sharp": "^0.33.3" } diff --git a/templates/toolbar-app/package.json b/templates/toolbar-app/package.json index ada6648..22d0732 100644 --- a/templates/toolbar-app/package.json +++ b/templates/toolbar-app/package.json @@ -15,6 +15,6 @@ "./app": "./dist/app.js" }, "devDependencies": { - "astro": "^4.7.0" + "astro": "^4.7.1" } } diff --git a/templates/view-transitions/package.json b/templates/view-transitions/package.json index 1485fbf..95898e2 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.7.0" + "astro": "^4.7.1" } } diff --git a/templates/with-markdoc/package.json b/templates/with-markdoc/package.json index c592e4c..7d48e13 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.7.0" + "astro": "^4.7.1" } } diff --git a/templates/with-markdown-plugins/package.json b/templates/with-markdown-plugins/package.json index 33827e1..061f5e2 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.7.0", + "astro": "^4.7.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 bda2955..0bb8880 100644 --- a/templates/with-markdown-shiki/package.json +++ b/templates/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.7.0" + "astro": "^4.7.1" } } diff --git a/templates/with-mdx/package.json b/templates/with-mdx/package.json index 3f6938c..5eb9f7a 100644 --- a/templates/with-mdx/package.json +++ b/templates/with-mdx/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^2.3.1", "@astrojs/preact": "^3.2.0", - "astro": "^4.7.0", + "astro": "^4.7.1", "preact": "^10.19.2" } } diff --git a/templates/with-nanostores/package.json b/templates/with-nanostores/package.json index fd2ca0a..e27d6d1 100644 --- a/templates/with-nanostores/package.json +++ b/templates/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.2.0", "@nanostores/preact": "^0.5.0", - "astro": "^4.7.0", + "astro": "^4.7.1", "nanostores": "^0.9.5", "preact": "^10.19.2" } diff --git a/templates/with-tailwindcss/package.json b/templates/with-tailwindcss/package.json index 171e7d5..6bb09d0 100644 --- a/templates/with-tailwindcss/package.json +++ b/templates/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^2.3.1", "@astrojs/tailwind": "^5.1.0", "@types/canvas-confetti": "^1.6.3", - "astro": "^4.7.0", + "astro": "^4.7.1", "autoprefixer": "^10.4.15", "canvas-confetti": "^1.9.1", "postcss": "^8.4.28", diff --git a/templates/with-vitest/package.json b/templates/with-vitest/package.json index 432db1b..5a5e254 100644 --- a/templates/with-vitest/package.json +++ b/templates/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.7.0", + "astro": "^4.7.1", "vitest": "^1.5.0" } }