diff options
author | 2024-09-17 03:23:49 -0700 | |
---|---|---|
committer | 2024-09-17 12:23:49 +0200 | |
commit | 6860beb995cab405e6c3775b270bbe9e86fb561a (patch) | |
tree | 04c914fd5cd5c0a11cfd8c80303baab2e666c954 /examples | |
parent | 0eb1463db7de751ff7b8334f1a1951dc7db0db94 (diff) | |
download | astro-@astrojs/db@0.14.0-beta.1.tar.gz astro-@astrojs/db@0.14.0-beta.1.tar.zst astro-@astrojs/db@0.14.0-beta.1.zip |
[ci] release (beta) (#12012)astro@5.0.0-beta.1@astrojs/web-vitals@3.0.0-beta.1@astrojs/underscore-redirects@0.4.0-beta.1@astrojs/mdx@4.0.0-beta.1@astrojs/markdown-remark@6.0.0-beta.1@astrojs/markdoc@0.11.5-beta.0@astrojs/db@0.14.0-beta.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples')
29 files changed, 42 insertions, 42 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index dbb9041ee..1390afbc7 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-alpha.9" + "astro": "^5.0.0-beta.1" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index d940eb9f0..7673e67be 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.0.0-alpha.2", + "@astrojs/mdx": "^4.0.0-beta.1", "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", - "astro": "^5.0.0-alpha.9" + "astro": "^5.0.0-beta.1" } } diff --git a/examples/component/package.json b/examples/component/package.json index 2507e80b5..26c15283b 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.0.0-alpha.9" + "astro": "^5.0.0-beta.1" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index c42113617..d9cd96f5d 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest run" }, "dependencies": { - "astro": "^5.0.0-alpha.9", + "astro": "^5.0.0-beta.1", "@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 abec86faf..016131854 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.1", - "astro": "^5.0.0-alpha.9" + "astro": "^5.0.0-beta.1" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index df5bc9be0..43d2b9138 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -14,11 +14,11 @@ "@astrojs/preact": "^3.5.3", "@astrojs/react": "^3.6.2", "@astrojs/solid-js": "^4.4.1", - "@astrojs/svelte": "^6.0.0-alpha.0", - "@astrojs/vue": "^5.0.0-alpha.0", + "@astrojs/svelte": "^5.7.0", + "@astrojs/vue": "^4.5.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^5.0.0-alpha.9", + "astro": "^5.0.0-beta.1", "preact": "^10.23.2", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 883488130..5aae221db 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.3", "@preact/signals": "^1.3.0", - "astro": "^5.0.0-alpha.9", + "astro": "^5.0.0-beta.1", "preact": "^10.23.2" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index cc1dc7915..cac25816f 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.2", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", - "astro": "^5.0.0-alpha.9", + "astro": "^5.0.0-beta.1", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index e418e4338..a681ee8b9 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^4.4.1", - "astro": "^5.0.0-alpha.9", + "astro": "^5.0.0-beta.1", "solid-js": "^1.8.22" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index a57ca8b37..b68dd8178 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^6.0.0-alpha.0", - "astro": "^5.0.0-alpha.9", + "@astrojs/svelte": "^5.7.0", + "astro": "^5.0.0-beta.1", "svelte": "^4.2.19" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 182839590..3231f9364 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^5.0.0-alpha.0", - "astro": "^5.0.0-alpha.9", + "@astrojs/vue": "^4.5.0", + "astro": "^5.0.0-beta.1", "vue": "^3.4.38" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 39de3571f..0d774329d 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^9.0.0-alpha.1", - "astro": "^5.0.0-alpha.9" + "astro": "^5.0.0-beta.1" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 9e582e77c..163dd59fc 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.0.0-alpha.9" + "astro": "^5.0.0-beta.1" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/middleware/package.json b/examples/middleware/package.json index eb2185001..e3f0d89d4 100644 --- a/examples/middleware/package.json +++ b/examples/middleware/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/node": "^9.0.0-alpha.1", - "astro": "^5.0.0-alpha.9", + "astro": "^5.0.0-beta.1", "html-minifier": "^4.0.0" }, "devDependencies": { diff --git a/examples/minimal/package.json b/examples/minimal/package.json index f4faf8933..1c32aa2a6 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-alpha.9" + "astro": "^5.0.0-beta.1" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 274a83bc7..5914a1e13 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-alpha.9" + "astro": "^5.0.0-beta.1" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 76df431fe..28b4fa68f 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-alpha.9" + "astro": "^5.0.0-beta.1" } } diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json index 3335e0608..4d63c25b4 100644 --- a/examples/server-islands/package.json +++ b/examples/server-islands/package.json @@ -12,12 +12,12 @@ "devDependencies": { "@astrojs/node": "^9.0.0-alpha.1", "@astrojs/react": "^3.6.2", - "@astrojs/tailwind": "^6.0.0-alpha.0", + "@astrojs/tailwind": "^5.1.0", "@fortawesome/fontawesome-free": "^6.6.0", "@tailwindcss/forms": "^0.5.9", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", - "astro": "^5.0.0-alpha.9", + "astro": "^5.0.0-beta.1", "postcss": "^8.4.45", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 7214409ac..98a715f0c 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "@astrojs/node": "^9.0.0-alpha.1", - "@astrojs/svelte": "^6.0.0-alpha.0", - "astro": "^5.0.0-alpha.9", + "@astrojs/svelte": "^5.7.0", + "astro": "^5.0.0-beta.1", "svelte": "^4.2.19" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 88b601967..6658e43a8 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-alpha.9", + "astro": "^5.0.0-beta.1", "sass": "^1.78.0", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index 33d454bf4..bb284a89c 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-alpha.9" + "astro": "^5.0.0-beta.1" } } diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json index cb937772e..ef766714a 100644 --- a/examples/view-transitions/package.json +++ b/examples/view-transitions/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/tailwind": "^6.0.0-alpha.0", + "@astrojs/tailwind": "^5.1.0", "@astrojs/node": "^9.0.0-alpha.1", - "astro": "^5.0.0-alpha.9" + "astro": "^5.0.0-beta.1" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 4f7c8aa7a..26af28266 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^1.0.0-alpha.1", - "astro": "^5.0.0-alpha.9" + "@astrojs/markdoc": "^0.11.5-beta.0", + "astro": "^5.0.0-beta.1" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 804011e02..622a6a7ab 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdown-remark": "^6.0.0-alpha.1", - "astro": "^5.0.0-alpha.9", + "@astrojs/markdown-remark": "^6.0.0-beta.1", + "astro": "^5.0.0-beta.1", "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 e52fbf102..208dfb46a 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-alpha.9" + "astro": "^5.0.0-beta.1" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index fd7e444a6..093c43e20 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.0.0-alpha.2", + "@astrojs/mdx": "^4.0.0-beta.1", "@astrojs/preact": "^3.5.3", - "astro": "^5.0.0-alpha.9", + "astro": "^5.0.0-beta.1", "preact": "^10.23.2" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 212573dfd..40fcd204a 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.3", "@nanostores/preact": "^0.5.2", - "astro": "^5.0.0-alpha.9", + "astro": "^5.0.0-beta.1", "nanostores": "^0.11.3", "preact": "^10.23.2" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index c9125942f..a6e895f48 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.0.0-alpha.2", - "@astrojs/tailwind": "^6.0.0-alpha.0", + "@astrojs/mdx": "^4.0.0-beta.1", + "@astrojs/tailwind": "^5.1.0", "@types/canvas-confetti": "^1.6.4", - "astro": "^5.0.0-alpha.9", + "astro": "^5.0.0-beta.1", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", "postcss": "^8.4.45", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 4f45496bb..1473094f9 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.0.0-alpha.9", + "astro": "^5.0.0-beta.1", "vitest": "^2.0.5" } } |