diff options
author | 2022-08-03 23:14:04 -0700 | |
---|---|---|
committer | 2022-08-03 23:14:04 -0700 | |
commit | 7300f094fd2dab7dbf631d69c1bb3e38e603e7bb (patch) | |
tree | 1603c699cf42f70759be54d30c0c78efa9ff3810 /examples | |
parent | 65f2d3b4b1d31411ee2ea450478349413d8f4cf6 (diff) | |
download | astro-7300f094fd2dab7dbf631d69c1bb3e38e603e7bb.tar.gz astro-7300f094fd2dab7dbf631d69c1bb3e38e603e7bb.tar.zst astro-7300f094fd2dab7dbf631d69c1bb3e38e603e7bb.zip |
[ci] release (#4133)astro@1.0.0-rc.5@astrojs/mdx@0.6.0@astrojs/image@0.3.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples')
28 files changed, 29 insertions, 29 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index d0fd9af0d..d1e841d1e 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" } } diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index d8f8acdf1..f25bf5823 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.4", + "astro": "^1.0.0-rc.5", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index bd8feec41..1148b69e0 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index a4d5f820a..e1ef3ccda 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@example/my-component": "workspace:*", - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" } } diff --git a/examples/component/package.json b/examples/component/package.json index fba66ed95..c054e4b10 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -8,6 +8,6 @@ "serve": "astro --root demo preview" }, "devDependencies": { - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 6071ad984..cf3346ff1 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -20,6 +20,6 @@ "devDependencies": { "@astrojs/preact": "^0.5.2", "@astrojs/react": "^0.4.2", - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index 2f0ccb66a..b77f3643b 100644 --- a/examples/env-vars/package.json +++ b/examples/env-vars/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 3a5118959..76aa98734 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" }, "dependencies": { "alpinejs": "^3.10.2" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 95b2bdd02..ee6724a8a 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/lit": "^0.3.2", - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 548d0cbd4..e0c938170 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^0.4.1", "@astrojs/svelte": "^0.5.1", "@astrojs/vue": "^0.5.0", - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 65a09ddf0..38976f4f5 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 48cb92d02..adc13511c 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -12,7 +12,7 @@ "@astrojs/react": "^0.4.2", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 81c6c7833..4f29b122e 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/solid-js": "^0.4.1", - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" }, "dependencies": { "solid-js": "^1.4.3" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index d54fc8ced..387f76751 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.5.1", - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index ca795ad81..9ed77acb6 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/vue": "^0.5.0", - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" }, "dependencies": { "vue": "^3.2.37" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 5c48adbf0..a4e5e460d 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "0.4.1", "@astrojs/tailwind": "^0.2.5", "@astrojs/turbolinks": "^0.1.4", - "astro": "^1.0.0-rc.4", + "astro": "^1.0.0-rc.5", "solid-js": "^1.4.3" }, "dependencies": { diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 4b19fd30d..3c0ac4b08 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index df26817a8..d4c3f3000 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 322f33891..cb18003ad 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.4", + "astro": "^1.0.0-rc.5", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index b67d53ced..7531f4f25 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/node": "^0.2.1", "@astrojs/svelte": "^0.5.1", - "astro": "^1.0.0-rc.4", + "astro": "^1.0.0-rc.5", "concurrently": "^7.2.1", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/starter/package.json b/examples/starter/package.json index d57ed8a40..eebba9fba 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index ce504f222..199ef9015 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/react": "^0.4.2", - "astro": "^1.0.0-rc.4", + "astro": "^1.0.0-rc.5", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index b3e3687db..343654ff2 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.14.0", - "astro": "^1.0.0-rc.4", + "astro": "^1.0.0-rc.5", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 456471e8f..bd1e7819e 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.14.0", - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 59f034419..87d615dd2 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -9,9 +9,9 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/mdx": "^0.5.0", + "@astrojs/mdx": "^0.6.0", "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.4", + "astro": "^1.0.0-rc.5", "preact": "^10.6.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index cd578a1b0..292fa50af 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -15,6 +15,6 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 37406fb36..8f5b44645 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^0.2.5", - "astro": "^1.0.0-rc.4", + "astro": "^1.0.0-rc.5", "autoprefixer": "^10.4.7", "canvas-confetti": "^1.5.1", "postcss": "^8.4.14", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index f7927a1b9..bf364ff7d 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-rc.4", + "astro": "^1.0.0-rc.5", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } |