diff options
Diffstat (limited to 'examples')
27 files changed, 62 insertions, 62 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 26277fb7e..d44467024 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.0.1", - "astro": "^0.25.0-next.1", + "@astrojs/preact": "^0.0.2-next.0", + "astro": "^0.25.0-next.2", "sass": "^1.49.9" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index 2fa4136cf..e01cb13b6 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.25.0-next.1", - "@astrojs/preact": "^0.0.1" + "astro": "^0.25.0-next.2", + "@astrojs/preact": "^0.0.2-next.0" }, "dependencies": { "preact": "^10.6.6" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index dd134d064..7c7cee527 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@example/my-component": "workspace:*", - "astro": "^0.25.0-next.1" + "astro": "^0.25.0-next.2" } } diff --git a/examples/component/package.json b/examples/component/package.json index eb089aa8e..2643dd7b4 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -8,6 +8,6 @@ "serve": "astro --project-root demo preview" }, "devDependencies": { - "astro": "^0.25.0-next.1" + "astro": "^0.25.0-next.2" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index f820cb09f..6867e596d 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -18,8 +18,8 @@ "react-dom": "^17.0.2" }, "devDependencies": { - "@astrojs/preact": "^0.0.1", - "@astrojs/react": "^0.0.1", - "astro": "^0.25.0-next.1" + "@astrojs/preact": "^0.0.2-next.0", + "@astrojs/react": "^0.0.2-next.0", + "astro": "^0.25.0-next.2" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index 35f6a52ef..4c8be03fc 100644 --- a/examples/env-vars/package.json +++ b/examples/env-vars/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.25.0-next.1" + "astro": "^0.25.0-next.2" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 902c0b9d3..8d09faec2 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.25.0-next.1" + "astro": "^0.25.0-next.2" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index afeba6a0c..2fa3c2722 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.0.1", - "astro": "^0.25.0-next.1" + "@astrojs/lit": "^0.0.2-next.0", + "astro": "^0.25.0-next.2" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 3b099921f..e2a3b0928 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -9,13 +9,13 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.0.1", - "@astrojs/preact": "^0.0.1", - "@astrojs/react": "^0.0.1", - "@astrojs/solid-js": "^0.0.1", - "@astrojs/svelte": "^0.0.1", - "@astrojs/vue": "^0.0.1", - "astro": "^0.25.0-next.1" + "@astrojs/lit": "^0.0.2-next.0", + "@astrojs/preact": "^0.0.2-next.0", + "@astrojs/react": "^0.0.2-next.0", + "@astrojs/solid-js": "^0.0.2-next.0", + "@astrojs/svelte": "^0.0.2-next.0", + "@astrojs/vue": "^0.0.2-next.0", + "astro": "^0.25.0-next.2" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 2a438d06c..57b14ffda 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.0.1", - "astro": "^0.25.0-next.1" + "@astrojs/preact": "^0.0.2-next.0", + "astro": "^0.25.0-next.2" }, "dependencies": { "preact": "^10.6.6" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index f92667ea3..58df19f53 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/react": "^0.0.1", - "astro": "^0.25.0-next.1" + "@astrojs/react": "^0.0.2-next.0", + "astro": "^0.25.0-next.2" }, "dependencies": { "react": "^17.0.2", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index f2047d933..65ca2c9cc 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/solid-js": "^0.0.1", - "astro": "^0.25.0-next.1" + "@astrojs/solid-js": "^0.0.2-next.0", + "astro": "^0.25.0-next.2" }, "dependencies": { "solid-js": "^1.3.13" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 7b9d2b25b..07501ed00 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/svelte": "^0.0.1", - "astro": "^0.25.0-next.1" + "@astrojs/svelte": "^0.0.2-next.0", + "astro": "^0.25.0-next.2" }, "dependencies": { "svelte": "^3.46.4" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index a7bd3d960..e08fb8f3c 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/vue": "^0.0.1", - "astro": "^0.25.0-next.1" + "@astrojs/vue": "^0.0.2-next.0", + "astro": "^0.25.0-next.2" }, "dependencies": { "vue": "^3.2.31" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index c1bf7a3c0..4b42f50c5 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -9,13 +9,13 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.0.1", - "@astrojs/partytown": "^0.0.1", - "@astrojs/react": "^0.0.1", - "@astrojs/sitemap": "^0.0.1", - "@astrojs/tailwind": "^0.0.1", - "@astrojs/turbolinks": "^0.0.1", - "astro": "^0.25.0-next.1" + "@astrojs/lit": "^0.0.2-next.0", + "@astrojs/partytown": "^0.0.2-next.0", + "@astrojs/react": "^0.0.2-next.0", + "@astrojs/sitemap": "^0.0.2-next.0", + "@astrojs/tailwind": "^0.0.2-next.0", + "@astrojs/turbolinks": "^0.0.2-next.0", + "astro": "^0.25.0-next.2" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 19ede91e5..8a925f7a6 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.25.0-next.1" + "astro": "^0.25.0-next.2" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index b945a26bb..34ee37ce4 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.25.0-next.1" + "astro": "^0.25.0-next.2" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 0f032df7d..11a1a0dc7 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.0.1", - "astro": "^0.25.0-next.1", + "@astrojs/preact": "^0.0.2-next.0", + "astro": "^0.25.0-next.2", "sass": "^1.49.9" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 6fcee773d..44eebe3a1 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,8 +12,8 @@ "server": "node server/server.mjs" }, "devDependencies": { - "@astrojs/svelte": "^0.0.1", - "astro": "^0.25.0-next.1", + "@astrojs/svelte": "^0.0.2-next.0", + "astro": "^0.25.0-next.2", "concurrently": "^7.0.0", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/starter/package.json b/examples/starter/package.json index 63193dc1f..1336997e1 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.25.0-next.1" + "astro": "^0.25.0-next.2" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 0abe3a645..7eb4f03db 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/react": "^0.0.1", - "astro": "^0.25.0-next.1", + "@astrojs/react": "^0.0.2-next.0", + "astro": "^0.25.0-next.2", "sass": "^1.49.9" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 217c8bfd8..96f19b296 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.7.0-next.0", - "astro": "^0.25.0-next.1", + "astro": "^0.25.0-next.2", "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 79cdb1f4c..79598c471 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.7.0-next.0", - "astro": "^0.25.0-next.1" + "astro": "^0.25.0-next.2" } } diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 3d7a61e2a..6093cbbed 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -10,11 +10,11 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.7.0-next.0", - "@astrojs/preact": "^0.0.1", - "@astrojs/react": "^0.0.1", - "@astrojs/svelte": "^0.0.1", - "@astrojs/vue": "^0.0.1", - "astro": "^0.25.0-next.1" + "@astrojs/preact": "^0.0.2-next.0", + "@astrojs/react": "^0.0.2-next.0", + "@astrojs/svelte": "^0.0.2-next.0", + "@astrojs/vue": "^0.0.2-next.0", + "astro": "^0.25.0-next.2" }, "dependencies": { "preact": "^10.6.6", diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index e344c8113..1c1cfc8a0 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -20,11 +20,11 @@ "vue": "^3.2.31" }, "devDependencies": { - "@astrojs/preact": "^0.0.1", - "@astrojs/react": "^0.0.1", - "@astrojs/solid-js": "^0.0.1", - "@astrojs/svelte": "^0.0.1", - "@astrojs/vue": "^0.0.1", - "astro": "^0.25.0-next.1" + "@astrojs/preact": "^0.0.2-next.0", + "@astrojs/react": "^0.0.2-next.0", + "@astrojs/solid-js": "^0.0.2-next.0", + "@astrojs/svelte": "^0.0.2-next.0", + "@astrojs/vue": "^0.0.2-next.0", + "astro": "^0.25.0-next.2" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index a0309972f..06ec335c4 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/tailwind": "^0.0.1", - "astro": "^0.25.0-next.1", + "@astrojs/tailwind": "^0.0.2-next.0", + "astro": "^0.25.0-next.2", "autoprefixer": "^10.4.4", "canvas-confetti": "^1.5.1", "postcss": "^8.4.12", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index d4b3b7cd6..cf002aa9b 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": "^0.25.0-next.1", + "astro": "^0.25.0-next.2", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.1" } |