diff options
author | 2024-10-15 10:48:59 -0700 | |
---|---|---|
committer | 2024-10-15 19:48:59 +0200 | |
commit | c929e5d8c8e1443c64cbe1a29845930206ebff0e (patch) | |
tree | c2cb920df612609d33bb1d7daef44261b5985b6a /examples | |
parent | 4ade067cef9a43919488da3d9c0c158147d9ac06 (diff) | |
download | astro-c929e5d8c8e1443c64cbe1a29845930206ebff0e.tar.gz astro-c929e5d8c8e1443c64cbe1a29845930206ebff0e.tar.zst astro-c929e5d8c8e1443c64cbe1a29845930206ebff0e.zip |
[ci] release (beta) (#12170)astro@5.0.0-beta.5@astrojs/markdoc@0.12.0-beta.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples')
23 files changed, 25 insertions, 25 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index 8783fb4d5..5f78dd4ed 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-beta.4" + "astro": "^5.0.0-beta.5" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 552163e87..b2fe1c488 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,6 +13,6 @@ "@astrojs/mdx": "^4.0.0-beta.2", "@astrojs/rss": "^4.0.9", "@astrojs/sitemap": "^3.2.1", - "astro": "^5.0.0-beta.4" + "astro": "^5.0.0-beta.5" } } diff --git a/examples/component/package.json b/examples/component/package.json index d28ce97c9..938105fe4 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.0.0-beta.4" + "astro": "^5.0.0-beta.5" }, "peerDependencies": { "astro": "^4.0.0 || ^5.0.0" diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index b2493841c..02dac3ca6 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest run" }, "dependencies": { - "astro": "^5.0.0-beta.4", + "astro": "^5.0.0-beta.5", "@astrojs/react": "^3.6.2", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 21c71cb8c..408dabaae 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -13,6 +13,6 @@ "@astrojs/alpinejs": "^0.4.0", "@types/alpinejs": "^3.13.10", "alpinejs": "^3.14.1", - "astro": "^5.0.0-beta.4" + "astro": "^5.0.0-beta.5" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index fc3cda14e..2bad8ce3b 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -17,7 +17,7 @@ "@astrojs/vue": "^5.0.0-beta.0", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.1", - "astro": "^5.0.0-beta.4", + "astro": "^5.0.0-beta.5", "preact": "^10.24.3", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 638895b02..f8b8de537 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^3.5.3", "@preact/signals": "^1.3.0", - "astro": "^5.0.0-beta.4", + "astro": "^5.0.0-beta.5", "preact": "^10.24.3" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 9fd305f37..4b4706d5b 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^3.6.2", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.1", - "astro": "^5.0.0-beta.4", + "astro": "^5.0.0-beta.5", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index dde956960..0a4b303ef 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/solid-js": "^4.4.2", - "astro": "^5.0.0-beta.4", + "astro": "^5.0.0-beta.5", "solid-js": "^1.9.2" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 72e36c624..080518c6d 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^6.0.0-beta.1", - "astro": "^5.0.0-beta.4", + "astro": "^5.0.0-beta.5", "svelte": "^4.2.19" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index c65758a1f..d501929b2 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.0-beta.0", - "astro": "^5.0.0-beta.4", + "astro": "^5.0.0-beta.5", "vue": "^3.5.12" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 33605bb73..7f2fde105 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.0.0-alpha.1", - "astro": "^5.0.0-beta.4" + "astro": "^5.0.0-beta.5" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index a9fbf4bca..eda3f2b64 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.0.0-beta.4" + "astro": "^5.0.0-beta.5" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 6a237ca74..53d0cd22c 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-beta.4" + "astro": "^5.0.0-beta.5" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index cba276d8c..9f4083401 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-beta.4" + "astro": "^5.0.0-beta.5" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 3dc0d8e78..742325162 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/node": "^9.0.0-alpha.1", "@astrojs/svelte": "^6.0.0-beta.1", - "astro": "^5.0.0-beta.4", + "astro": "^5.0.0-beta.5", "svelte": "^4.2.19" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 3634f444d..d2d01541c 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-beta.4", + "astro": "^5.0.0-beta.5", "sass": "^1.79.5", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index c17e1e500..21afbcdd4 100644 --- a/examples/toolbar-app/package.json +++ b/examples/toolbar-app/package.json @@ -15,6 +15,6 @@ "./app": "./dist/app.js" }, "devDependencies": { - "astro": "^5.0.0-beta.4" + "astro": "^5.0.0-beta.5" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index f60372349..658ea5160 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "0.11.5-beta.1", - "astro": "^5.0.0-beta.4" + "@astrojs/markdoc": "^0.12.0-beta.0", + "astro": "^5.0.0-beta.5" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 7a9c30070..21a260a0b 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/mdx": "^4.0.0-beta.2", "@astrojs/preact": "^3.5.3", - "astro": "^5.0.0-beta.4", + "astro": "^5.0.0-beta.5", "preact": "^10.24.3" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 8eecebf37..ccf7253f7 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^3.5.3", "@nanostores/preact": "^0.5.2", - "astro": "^5.0.0-beta.4", + "astro": "^5.0.0-beta.5", "nanostores": "^0.11.3", "preact": "^10.24.3" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 7c80ddfe7..05e8c2b4b 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,9 +11,9 @@ }, "dependencies": { "@astrojs/mdx": "^4.0.0-beta.2", - "@astrojs/tailwind": "^5.1.1", + "@astrojs/tailwind": "^5.1.2", "@types/canvas-confetti": "^1.6.4", - "astro": "^5.0.0-beta.4", + "astro": "^5.0.0-beta.5", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", "postcss": "^8.4.47", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 9595f6976..c732b6ae6 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.0.0-beta.4", + "astro": "^5.0.0-beta.5", "vitest": "^2.1.3" } } |