diff options
Diffstat (limited to 'examples')
29 files changed, 52 insertions, 52 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index 3de898e9a..e3d952e50 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.10.2" + "astro": "^4.10.3" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index adefd958f..6db52dae2 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.1.0", + "@astrojs/mdx": "^3.1.1", "@astrojs/rss": "^4.0.6", - "@astrojs/sitemap": "^3.1.5", - "astro": "^4.10.2" + "@astrojs/sitemap": "^3.1.6", + "astro": "^4.10.3" } } diff --git a/examples/component/package.json b/examples/component/package.json index 59603bbaa..0a53d80c9 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.10.2" + "astro": "^4.10.3" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index 3227ef773..38e2543fd 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -12,8 +12,8 @@ "test": "vitest run" }, "dependencies": { - "astro": "^4.10.2", - "@astrojs/react": "^3.5.0", + "astro": "^4.10.3", + "@astrojs/react": "^3.6.0", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^1.6.0" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 05bc7d58e..aca1189f1 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -14,6 +14,6 @@ "@astrojs/alpinejs": "^0.4.0", "@types/alpinejs": "^3.13.10", "alpinejs": "^3.14.0", - "astro": "^4.10.2" + "astro": "^4.10.3" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index c465b84ab..81467a629 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/lit": "^4.2.0", + "@astrojs/lit": "^4.3.0", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^4.10.2", + "astro": "^4.10.3", "lit": "^3.1.4" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 66fd1d699..31bd9c9c9 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,14 +11,14 @@ "astro": "astro" }, "dependencies": { - "@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", + "@astrojs/preact": "^3.5.0", + "@astrojs/react": "^3.6.0", + "@astrojs/solid-js": "^4.4.0", + "@astrojs/svelte": "^5.6.0", + "@astrojs/vue": "^4.5.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.10.2", + "astro": "^4.10.3", "preact": "^10.22.0", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index a59dbc6eb..1938295a7 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.4.0", + "@astrojs/preact": "^3.5.0", "@preact/signals": "^1.2.3", - "astro": "^4.10.2", + "astro": "^4.10.3", "preact": "^10.22.0" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 8756f639f..65ac56ac6 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^3.5.0", + "@astrojs/react": "^3.6.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.10.2", + "astro": "^4.10.3", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index de5973085..330c43201 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/solid-js": "^4.3.0", - "astro": "^4.10.2", + "@astrojs/solid-js": "^4.4.0", + "astro": "^4.10.3", "solid-js": "^1.8.17" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 21d1f85d5..e6d4ab8e8 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^5.5.0", - "astro": "^4.10.2", + "@astrojs/svelte": "^5.6.0", + "astro": "^4.10.3", "svelte": "^4.2.18" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 896ed5ab9..9b2cbbb8b 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^4.4.0", - "astro": "^4.10.2", + "@astrojs/vue": "^4.5.0", + "astro": "^4.10.3", "vue": "^3.4.29" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 29fd443a1..85221d768 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^8.3.0", - "astro": "^4.10.2" + "@astrojs/node": "^8.3.1", + "astro": "^4.10.3" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 9a6c59d0d..d474df38c 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.10.2" + "astro": "^4.10.3" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/middleware/package.json b/examples/middleware/package.json index c217ba972..5c4920425 100644 --- a/examples/middleware/package.json +++ b/examples/middleware/package.json @@ -12,8 +12,8 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^8.3.0", - "astro": "^4.10.2", + "@astrojs/node": "^8.3.1", + "astro": "^4.10.3", "html-minifier": "^4.0.0" }, "devDependencies": { diff --git a/examples/minimal/package.json b/examples/minimal/package.json index fd3d6f217..f21a2648c 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.10.2" + "astro": "^4.10.3" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 910adc06f..9e8b3fa0a 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.10.2" + "astro": "^4.10.3" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 9211eacac..87302014d 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.10.2" + "astro": "^4.10.3" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index c7c4db63b..98e644673 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,9 +12,9 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^8.3.0", - "@astrojs/svelte": "^5.5.0", - "astro": "^4.10.2", + "@astrojs/node": "^8.3.1", + "@astrojs/svelte": "^5.6.0", + "astro": "^4.10.3", "svelte": "^4.2.18" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index b190ede98..b3ec85eba 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.10.2", + "astro": "^4.10.3", "sass": "^1.77.5", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index d6da3166c..29cbbbb5e 100644 --- a/examples/toolbar-app/package.json +++ b/examples/toolbar-app/package.json @@ -15,6 +15,6 @@ "./app": "./dist/app.js" }, "devDependencies": { - "astro": "^4.10.2" + "astro": "^4.10.3" } } diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json index 48c75f8dd..f9437e273 100644 --- a/examples/view-transitions/package.json +++ b/examples/view-transitions/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^5.1.0", - "@astrojs/node": "^8.3.0", - "astro": "^4.10.2" + "@astrojs/node": "^8.3.1", + "astro": "^4.10.3" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 28de557fd..4c1ca16f6 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.11.0", - "astro": "^4.10.2" + "astro": "^4.10.3" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 85fe65e7c..519743eed 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^5.1.0", - "astro": "^4.10.2", + "astro": "^4.10.3", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 84a86a667..51c40eee2 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.10.2" + "astro": "^4.10.3" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 2ee456e03..0a0958837 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.1.0", - "@astrojs/preact": "^3.4.0", - "astro": "^4.10.2", + "@astrojs/mdx": "^3.1.1", + "@astrojs/preact": "^3.5.0", + "astro": "^4.10.3", "preact": "^10.22.0" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 99a78eb9f..57a6581c9 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.4.0", + "@astrojs/preact": "^3.5.0", "@nanostores/preact": "^0.5.1", - "astro": "^4.10.2", + "astro": "^4.10.3", "nanostores": "^0.10.3", "preact": "^10.22.0" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index d3389d98c..bbb4eb46c 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.1.0", + "@astrojs/mdx": "^3.1.1", "@astrojs/tailwind": "^5.1.0", "@types/canvas-confetti": "^1.6.4", - "astro": "^4.10.2", + "astro": "^4.10.3", "autoprefixer": "^10.4.19", "canvas-confetti": "^1.9.3", "postcss": "^8.4.38", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index d935109e9..ed6a7500b 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.10.2", + "astro": "^4.10.3", "vitest": "^1.6.0" } } |