diff --git a/templates/basics/package.json b/templates/basics/package.json index 88b9f42..09d88c7 100644 --- a/templates/basics/package.json +++ b/templates/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.1" + "astro": "^4.15.2" } } diff --git a/templates/blog/package.json b/templates/blog/package.json index 547522c..e1f66ec 100644 --- a/templates/blog/package.json +++ b/templates/blog/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^3.1.5", "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", - "astro": "^4.15.1" + "astro": "^4.15.2" } } diff --git a/templates/component/package.json b/templates/component/package.json index b10dcda..cf6d925 100644 --- a/templates/component/package.json +++ b/templates/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.15.1" + "astro": "^4.15.2" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/templates/container-with-vitest/package.json b/templates/container-with-vitest/package.json index f303bc8..b62f231 100644 --- a/templates/container-with-vitest/package.json +++ b/templates/container-with-vitest/package.json @@ -12,14 +12,14 @@ "test": "vitest run" }, "dependencies": { - "astro": "^4.15.1", + "astro": "^4.15.2", "@astrojs/react": "^3.6.2", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^2.0.5" }, "devDependencies": { - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0" } } diff --git a/templates/framework-alpine/package.json b/templates/framework-alpine/package.json index 8aaab07..cde17a7 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.1", - "astro": "^4.15.1" + "astro": "^4.15.2" } } diff --git a/templates/framework-lit/package.json b/templates/framework-lit/package.json index b677aac..6791b12 100644 --- a/templates/framework-lit/package.json +++ b/templates/framework-lit/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/lit": "^4.3.0", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^4.15.1", + "astro": "^4.15.2", "lit": "^3.2.0" } } diff --git a/templates/framework-multiple/package.json b/templates/framework-multiple/package.json index 3be7e7f..35cb6e6 100644 --- a/templates/framework-multiple/package.json +++ b/templates/framework-multiple/package.json @@ -16,9 +16,9 @@ "@astrojs/solid-js": "^4.4.1", "@astrojs/svelte": "^5.7.0", "@astrojs/vue": "^4.5.0", - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", - "astro": "^4.15.1", + "astro": "^4.15.2", "preact": "^10.23.2", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/templates/framework-preact/package.json b/templates/framework-preact/package.json index 3331bb7..c60a9cf 100644 --- a/templates/framework-preact/package.json +++ b/templates/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.2", "@preact/signals": "^1.3.0", - "astro": "^4.15.1", + "astro": "^4.15.2", "preact": "^10.23.2" } } diff --git a/templates/framework-react/package.json b/templates/framework-react/package.json index 6b30f92..8316eb2 100644 --- a/templates/framework-react/package.json +++ b/templates/framework-react/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "@astrojs/react": "^3.6.2", - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", - "astro": "^4.15.1", + "astro": "^4.15.2", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/templates/framework-solid/package.json b/templates/framework-solid/package.json index 38b43a9..6b014db 100644 --- a/templates/framework-solid/package.json +++ b/templates/framework-solid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^4.4.1", - "astro": "^4.15.1", + "astro": "^4.15.2", "solid-js": "^1.8.22" } } diff --git a/templates/framework-svelte/package.json b/templates/framework-svelte/package.json index ff569ee..5a1c363 100644 --- a/templates/framework-svelte/package.json +++ b/templates/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.7.0", - "astro": "^4.15.1", + "astro": "^4.15.2", "svelte": "^4.2.19" } } diff --git a/templates/framework-vue/package.json b/templates/framework-vue/package.json index 58a29e5..f44f9de 100644 --- a/templates/framework-vue/package.json +++ b/templates/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.5.0", - "astro": "^4.15.1", + "astro": "^4.15.2", "vue": "^3.4.38" } } diff --git a/templates/hackernews/package.json b/templates/hackernews/package.json index 540c9be..2536820 100644 --- a/templates/hackernews/package.json +++ b/templates/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.3", - "astro": "^4.15.1" + "astro": "^4.15.2" } } diff --git a/templates/integration/package.json b/templates/integration/package.json index 473768c..0546da2 100644 --- a/templates/integration/package.json +++ b/templates/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.15.1" + "astro": "^4.15.2" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/templates/middleware/package.json b/templates/middleware/package.json index b68fdc2..71d896b 100644 --- a/templates/middleware/package.json +++ b/templates/middleware/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/node": "^8.3.3", - "astro": "^4.15.1", + "astro": "^4.15.2", "html-minifier": "^4.0.0" }, "devDependencies": { diff --git a/templates/minimal/package.json b/templates/minimal/package.json index b1de7e7..d7fcdb6 100644 --- a/templates/minimal/package.json +++ b/templates/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.1" + "astro": "^4.15.2" } } diff --git a/templates/non-html-pages/package.json b/templates/non-html-pages/package.json index 0ecb2fd..6c6facd 100644 --- a/templates/non-html-pages/package.json +++ b/templates/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.1" + "astro": "^4.15.2" } } diff --git a/templates/portfolio/package.json b/templates/portfolio/package.json index 62bab21..74a63fb 100644 --- a/templates/portfolio/package.json +++ b/templates/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.1" + "astro": "^4.15.2" } } diff --git a/templates/server-islands/package.json b/templates/server-islands/package.json index e0813ab..bf30265 100644 --- a/templates/server-islands/package.json +++ b/templates/server-islands/package.json @@ -14,11 +14,11 @@ "@astrojs/react": "^3.6.2", "@astrojs/tailwind": "^5.1.0", "@fortawesome/fontawesome-free": "^6.6.0", - "@tailwindcss/forms": "^0.5.7", - "@types/react": "^18.3.4", + "@tailwindcss/forms": "^0.5.8", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", - "astro": "^4.15.1", - "postcss": "^8.4.41", + "astro": "^4.15.2", + "postcss": "^8.4.43", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwindcss": "^3.4.10" diff --git a/templates/ssr/package.json b/templates/ssr/package.json index 0f1a03a..b038de0 100644 --- a/templates/ssr/package.json +++ b/templates/ssr/package.json @@ -14,7 +14,7 @@ "dependencies": { "@astrojs/node": "^8.3.3", "@astrojs/svelte": "^5.7.0", - "astro": "^4.15.1", + "astro": "^4.15.2", "svelte": "^4.2.19" } } diff --git a/templates/starlog/package.json b/templates/starlog/package.json index 99ddef1..cdb0ecc 100644 --- a/templates/starlog/package.json +++ b/templates/starlog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.1", + "astro": "^4.15.2", "sass": "^1.77.8", "sharp": "^0.33.3" } diff --git a/templates/toolbar-app/package.json b/templates/toolbar-app/package.json index 72dddbf..28a78e4 100644 --- a/templates/toolbar-app/package.json +++ b/templates/toolbar-app/package.json @@ -15,6 +15,6 @@ "./app": "./dist/app.js" }, "devDependencies": { - "astro": "^4.15.1" + "astro": "^4.15.2" } } diff --git a/templates/view-transitions/package.json b/templates/view-transitions/package.json index eb56452..d704c40 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.3.3", - "astro": "^4.15.1" + "astro": "^4.15.2" } } diff --git a/templates/with-markdoc/package.json b/templates/with-markdoc/package.json index 99c2e18..1f04430 100644 --- a/templates/with-markdoc/package.json +++ b/templates/with-markdoc/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.11.4", - "astro": "^4.15.1" + "astro": "^4.15.2" } } diff --git a/templates/with-markdown-plugins/package.json b/templates/with-markdown-plugins/package.json index 5453a7c..e316fe6 100644 --- a/templates/with-markdown-plugins/package.json +++ b/templates/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^5.2.0", - "astro": "^4.15.1", + "astro": "^4.15.2", "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 6d370dd..6ff7b45 100644 --- a/templates/with-markdown-shiki/package.json +++ b/templates/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.1" + "astro": "^4.15.2" } } diff --git a/templates/with-mdx/package.json b/templates/with-mdx/package.json index 974c4b7..5a241ba 100644 --- a/templates/with-mdx/package.json +++ b/templates/with-mdx/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^3.1.5", "@astrojs/preact": "^3.5.2", - "astro": "^4.15.1", + "astro": "^4.15.2", "preact": "^10.23.2" } } diff --git a/templates/with-nanostores/package.json b/templates/with-nanostores/package.json index 6c5458e..971ad54 100644 --- a/templates/with-nanostores/package.json +++ b/templates/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.2", "@nanostores/preact": "^0.5.2", - "astro": "^4.15.1", + "astro": "^4.15.2", "nanostores": "^0.11.3", "preact": "^10.23.2" } diff --git a/templates/with-tailwindcss/package.json b/templates/with-tailwindcss/package.json index 04a20c8..2ca2e87 100644 --- a/templates/with-tailwindcss/package.json +++ b/templates/with-tailwindcss/package.json @@ -14,10 +14,10 @@ "@astrojs/mdx": "^3.1.5", "@astrojs/tailwind": "^5.1.0", "@types/canvas-confetti": "^1.6.4", - "astro": "^4.15.1", + "astro": "^4.15.2", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", - "postcss": "^8.4.41", + "postcss": "^8.4.43", "tailwindcss": "^3.4.10" } } diff --git a/templates/with-vitest/package.json b/templates/with-vitest/package.json index 5478418..e7e39bc 100644 --- a/templates/with-vitest/package.json +++ b/templates/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.15.1", + "astro": "^4.15.2", "vitest": "^2.0.5" } }