diff options
Diffstat (limited to 'examples')
28 files changed, 44 insertions, 44 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index 08b97ddff..bbf4af9ed 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-rc.0" + "astro": "^1.0.0-rc.1" } } diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 98f9b97de..01f9d3370 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.0", + "astro": "^1.0.0-rc.1", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index 73a2fbb9b..dbf65313d 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.0" + "astro": "^1.0.0-rc.1" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 5931c5aad..c08d46ea9 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.0" + "astro": "^1.0.0-rc.1" } } diff --git a/examples/component/package.json b/examples/component/package.json index fcabd8fa2..7368c0f22 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.0" + "astro": "^1.0.0-rc.1" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 45388106d..fc97ca126 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.0" + "astro": "^1.0.0-rc.1" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index 98a274038..fb5988240 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.0" + "astro": "^1.0.0-rc.1" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 0be076443..40fc1a9dd 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.0" + "astro": "^1.0.0-rc.1" }, "dependencies": { "alpinejs": "^3.10.2" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 395975ce0..6c4a5e98a 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.3.1", - "astro": "^1.0.0-rc.0" + "@astrojs/lit": "^0.3.2", + "astro": "^1.0.0-rc.1" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 267dc962e..b60efadfd 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -9,13 +9,13 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.3.1", + "@astrojs/lit": "^0.3.2", "@astrojs/preact": "^0.5.2", "@astrojs/react": "^0.4.2", "@astrojs/solid-js": "^0.4.1", - "@astrojs/svelte": "^0.4.1", - "@astrojs/vue": "^0.4.1", - "astro": "^1.0.0-rc.0" + "@astrojs/svelte": "^0.5.0", + "@astrojs/vue": "^0.5.0", + "astro": "^1.0.0-rc.1" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 399598b1a..b6cb70b2b 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.0" + "astro": "^1.0.0-rc.1" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 2fd19584e..4557160f8 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.0" + "astro": "^1.0.0-rc.1" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 001c82a6f..f07b84f71 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.0" + "astro": "^1.0.0-rc.1" }, "dependencies": { "solid-js": "^1.4.3" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index c67b6b1e7..8dce08b7c 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/svelte": "^0.4.1", - "astro": "^1.0.0-rc.0" + "@astrojs/svelte": "^0.5.0", + "astro": "^1.0.0-rc.1" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 7d86d3af8..09ec9ab3f 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/vue": "^0.4.1", - "astro": "^1.0.0-rc.0" + "@astrojs/vue": "^0.5.0", + "astro": "^1.0.0-rc.1" }, "dependencies": { "vue": "^3.2.37" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index a301ffce9..075667e38 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -9,14 +9,14 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.3.1", - "@astrojs/partytown": "^0.1.8", + "@astrojs/lit": "^0.3.2", + "@astrojs/partytown": "^0.1.9", "@astrojs/react": "^0.4.2", - "@astrojs/sitemap": "^0.2.6", + "@astrojs/sitemap": "^0.3.0", "@astrojs/solid-js": "0.4.1", - "@astrojs/tailwind": "^0.2.4", + "@astrojs/tailwind": "^0.2.5", "@astrojs/turbolinks": "^0.1.4", - "astro": "^1.0.0-rc.0", + "astro": "^1.0.0-rc.1", "solid-js": "^1.4.3" }, "dependencies": { diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 6ece017e8..3e9248bda 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-rc.0" + "astro": "^1.0.0-rc.1" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 177e75717..cc5beb04a 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.0" + "astro": "^1.0.0-rc.1" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 9ff80cc8b..07f636354 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.0", + "astro": "^1.0.0-rc.1", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index cbd7ad332..7d9fd3c46 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -9,9 +9,9 @@ "server": "node server/server.mjs" }, "devDependencies": { - "@astrojs/node": "^0.1.6", - "@astrojs/svelte": "^0.4.1", - "astro": "^1.0.0-rc.0", + "@astrojs/node": "^0.2.0", + "@astrojs/svelte": "^0.5.0", + "astro": "^1.0.0-rc.1", "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 e424bea66..1582fa8c4 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-rc.0" + "astro": "^1.0.0-rc.1" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 306364799..2e95ab983 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.0", + "astro": "^1.0.0-rc.1", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 705c315f3..56c0d9454 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/markdown-remark": "^0.12.0", - "astro": "^1.0.0-rc.0", + "@astrojs/markdown-remark": "^0.13.0", + "astro": "^1.0.0-rc.1", "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 caf1b0038..6f3e4edaa 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/markdown-remark": "^0.12.0", - "astro": "^1.0.0-rc.0" + "@astrojs/markdown-remark": "^0.13.0", + "astro": "^1.0.0-rc.1" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 9fb102d4b..a182f91a5 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -9,9 +9,9 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/mdx": "^0.2.1", + "@astrojs/mdx": "^0.3.0", "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.0", + "astro": "^1.0.0-rc.1", "preact": "^10.6.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index f579f4072..bf97aaa6d 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.0" + "astro": "^1.0.0-rc.1" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index ff7b17c8d..74106b3bb 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/tailwind": "^0.2.4", - "astro": "^1.0.0-rc.0", + "@astrojs/tailwind": "^0.2.5", + "astro": "^1.0.0-rc.1", "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 598d496e6..c8d395560 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.0", + "astro": "^1.0.0-rc.1", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } |