diff --git a/templates/framework-multiple/package.json b/templates/framework-multiple/package.json index 28ae3e3..55c6b8e 100644 --- a/templates/framework-multiple/package.json +++ b/templates/framework-multiple/package.json @@ -19,11 +19,11 @@ "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "astro": "^4.11.3", - "preact": "^10.22.0", + "preact": "^10.22.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "solid-js": "^1.8.17", + "solid-js": "^1.8.18", "svelte": "^4.2.18", - "vue": "^3.4.30" + "vue": "^3.4.31" } } diff --git a/templates/framework-preact/package.json b/templates/framework-preact/package.json index 68595dd..7c87bdf 100644 --- a/templates/framework-preact/package.json +++ b/templates/framework-preact/package.json @@ -14,6 +14,6 @@ "@astrojs/preact": "^3.5.0", "@preact/signals": "^1.2.3", "astro": "^4.11.3", - "preact": "^10.22.0" + "preact": "^10.22.1" } } diff --git a/templates/framework-solid/package.json b/templates/framework-solid/package.json index 94ab2e0..1b6b827 100644 --- a/templates/framework-solid/package.json +++ b/templates/framework-solid/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/solid-js": "^4.4.0", "astro": "^4.11.3", - "solid-js": "^1.8.17" + "solid-js": "^1.8.18" } } diff --git a/templates/framework-vue/package.json b/templates/framework-vue/package.json index 07811d1..1a24194 100644 --- a/templates/framework-vue/package.json +++ b/templates/framework-vue/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/vue": "^4.5.0", "astro": "^4.11.3", - "vue": "^3.4.30" + "vue": "^3.4.31" } } diff --git a/templates/with-mdx/package.json b/templates/with-mdx/package.json index e3563fc..7a48c83 100644 --- a/templates/with-mdx/package.json +++ b/templates/with-mdx/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^3.1.2", "@astrojs/preact": "^3.5.0", "astro": "^4.11.3", - "preact": "^10.22.0" + "preact": "^10.22.1" } } diff --git a/templates/with-nanostores/package.json b/templates/with-nanostores/package.json index 2f4e215..9f450e1 100644 --- a/templates/with-nanostores/package.json +++ b/templates/with-nanostores/package.json @@ -15,6 +15,6 @@ "@nanostores/preact": "^0.5.1", "astro": "^4.11.3", "nanostores": "^0.10.3", - "preact": "^10.22.0" + "preact": "^10.22.1" } } diff --git a/templates/with-tailwindcss/package.json b/templates/with-tailwindcss/package.json index b270326..4310a33 100644 --- a/templates/with-tailwindcss/package.json +++ b/templates/with-tailwindcss/package.json @@ -17,7 +17,7 @@ "astro": "^4.11.3", "autoprefixer": "^10.4.19", "canvas-confetti": "^1.9.3", - "postcss": "^8.4.38", + "postcss": "^8.4.39", "tailwindcss": "^3.4.4" } }