From adc3235f425867c5d1dc2c3716b48627f1862b38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 02:15:24 +0000 Subject: [PATCH] [ci] update-templates --- templates/container-with-vitest/package.json | 4 ++-- templates/framework-multiple/package.json | 8 ++++---- templates/framework-preact/package.json | 2 +- templates/framework-react/package.json | 2 +- templates/framework-solid/package.json | 2 +- templates/framework-vue/package.json | 2 +- templates/hackernews/package.json | 2 +- templates/middleware/package.json | 2 +- templates/server-islands/package.json | 8 ++++---- templates/ssr/package.json | 2 +- templates/starlog/package.json | 2 +- templates/view-transitions/package.json | 2 +- templates/with-mdx/package.json | 2 +- templates/with-nanostores/package.json | 2 +- templates/with-tailwindcss/package.json | 4 ++-- templates/with-vitest/package.json | 2 +- 16 files changed, 24 insertions(+), 24 deletions(-) diff --git a/templates/container-with-vitest/package.json b/templates/container-with-vitest/package.json index 23cde21..f3946f3 100644 --- a/templates/container-with-vitest/package.json +++ b/templates/container-with-vitest/package.json @@ -16,10 +16,10 @@ "@astrojs/react": "^3.6.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "vitest": "^2.0.5" + "vitest": "^2.1.1" }, "devDependencies": { - "@types/react": "^18.3.5", + "@types/react": "^18.3.9", "@types/react-dom": "^18.3.0" } } diff --git a/templates/framework-multiple/package.json b/templates/framework-multiple/package.json index 4494adb..962d51b 100644 --- a/templates/framework-multiple/package.json +++ b/templates/framework-multiple/package.json @@ -16,14 +16,14 @@ "@astrojs/solid-js": "^4.4.2", "@astrojs/svelte": "^5.7.1", "@astrojs/vue": "^4.5.1", - "@types/react": "^18.3.5", + "@types/react": "^18.3.9", "@types/react-dom": "^18.3.0", "astro": "^4.15.9", - "preact": "^10.23.2", + "preact": "^10.24.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "solid-js": "^1.8.22", + "solid-js": "^1.9.1", "svelte": "^4.2.19", - "vue": "^3.5.3" + "vue": "^3.5.8" } } diff --git a/templates/framework-preact/package.json b/templates/framework-preact/package.json index ac84a3f..8706882 100644 --- a/templates/framework-preact/package.json +++ b/templates/framework-preact/package.json @@ -14,6 +14,6 @@ "@astrojs/preact": "^3.5.3", "@preact/signals": "^1.3.0", "astro": "^4.15.9", - "preact": "^10.23.2" + "preact": "^10.24.1" } } diff --git a/templates/framework-react/package.json b/templates/framework-react/package.json index 911bbfa..4de2d3f 100644 --- a/templates/framework-react/package.json +++ b/templates/framework-react/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^3.6.2", - "@types/react": "^18.3.5", + "@types/react": "^18.3.9", "@types/react-dom": "^18.3.0", "astro": "^4.15.9", "react": "^18.3.1", diff --git a/templates/framework-solid/package.json b/templates/framework-solid/package.json index 11358a0..91aa311 100644 --- a/templates/framework-solid/package.json +++ b/templates/framework-solid/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/solid-js": "^4.4.2", "astro": "^4.15.9", - "solid-js": "^1.8.22" + "solid-js": "^1.9.1" } } diff --git a/templates/framework-vue/package.json b/templates/framework-vue/package.json index f0161cd..d57d987 100644 --- a/templates/framework-vue/package.json +++ b/templates/framework-vue/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/vue": "^4.5.1", "astro": "^4.15.9", - "vue": "^3.5.3" + "vue": "^3.5.8" } } diff --git a/templates/hackernews/package.json b/templates/hackernews/package.json index c0476d6..fa03ef0 100644 --- a/templates/hackernews/package.json +++ b/templates/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^8.3.3", + "@astrojs/node": "^8.3.4", "astro": "^4.15.9" } } diff --git a/templates/middleware/package.json b/templates/middleware/package.json index 8217aa5..faea491 100644 --- a/templates/middleware/package.json +++ b/templates/middleware/package.json @@ -12,7 +12,7 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^8.3.3", + "@astrojs/node": "^8.3.4", "astro": "^4.15.9", "html-minifier": "^4.0.0" }, diff --git a/templates/server-islands/package.json b/templates/server-islands/package.json index df1ba68..758e05c 100644 --- a/templates/server-islands/package.json +++ b/templates/server-islands/package.json @@ -10,17 +10,17 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/node": "^8.3.3", + "@astrojs/node": "^8.3.4", "@astrojs/react": "^3.6.2", "@astrojs/tailwind": "^5.1.1", "@fortawesome/fontawesome-free": "^6.6.0", "@tailwindcss/forms": "^0.5.9", - "@types/react": "^18.3.5", + "@types/react": "^18.3.9", "@types/react-dom": "^18.3.0", "astro": "^4.15.9", - "postcss": "^8.4.45", + "postcss": "^8.4.47", "react": "^18.3.1", "react-dom": "^18.3.1", - "tailwindcss": "^3.4.10" + "tailwindcss": "^3.4.13" } } diff --git a/templates/ssr/package.json b/templates/ssr/package.json index 48b3b81..6abb0bb 100644 --- a/templates/ssr/package.json +++ b/templates/ssr/package.json @@ -12,7 +12,7 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^8.3.3", + "@astrojs/node": "^8.3.4", "@astrojs/svelte": "^5.7.1", "astro": "^4.15.9", "svelte": "^4.2.19" diff --git a/templates/starlog/package.json b/templates/starlog/package.json index 7a74a1a..a1744f4 100644 --- a/templates/starlog/package.json +++ b/templates/starlog/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "astro": "^4.15.9", - "sass": "^1.78.0", + "sass": "^1.79.3", "sharp": "^0.33.3" } } diff --git a/templates/view-transitions/package.json b/templates/view-transitions/package.json index 3613a60..78b3903 100644 --- a/templates/view-transitions/package.json +++ b/templates/view-transitions/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^5.1.1", - "@astrojs/node": "^8.3.3", + "@astrojs/node": "^8.3.4", "astro": "^4.15.9" } } diff --git a/templates/with-mdx/package.json b/templates/with-mdx/package.json index 6b94971..b3c2347 100644 --- a/templates/with-mdx/package.json +++ b/templates/with-mdx/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^3.1.7", "@astrojs/preact": "^3.5.3", "astro": "^4.15.9", - "preact": "^10.23.2" + "preact": "^10.24.1" } } diff --git a/templates/with-nanostores/package.json b/templates/with-nanostores/package.json index eb19406..94536b8 100644 --- a/templates/with-nanostores/package.json +++ b/templates/with-nanostores/package.json @@ -15,6 +15,6 @@ "@nanostores/preact": "^0.5.2", "astro": "^4.15.9", "nanostores": "^0.11.3", - "preact": "^10.23.2" + "preact": "^10.24.1" } } diff --git a/templates/with-tailwindcss/package.json b/templates/with-tailwindcss/package.json index 2e2773a..7aedf35 100644 --- a/templates/with-tailwindcss/package.json +++ b/templates/with-tailwindcss/package.json @@ -17,7 +17,7 @@ "astro": "^4.15.9", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", - "postcss": "^8.4.45", - "tailwindcss": "^3.4.10" + "postcss": "^8.4.47", + "tailwindcss": "^3.4.13" } } diff --git a/templates/with-vitest/package.json b/templates/with-vitest/package.json index fcd9948..a93d7d0 100644 --- a/templates/with-vitest/package.json +++ b/templates/with-vitest/package.json @@ -13,6 +13,6 @@ }, "dependencies": { "astro": "^4.15.9", - "vitest": "^2.0.5" + "vitest": "^2.1.1" } }