diff options
Diffstat (limited to 'examples')
27 files changed, 39 insertions, 39 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index d44467024..ebf45fb34 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.2-next.0", - "astro": "^0.25.0-next.2", + "@astrojs/preact": "^0.0.2-next.1", + "astro": "^0.25.0-next.3", "sass": "^1.49.9" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index e01cb13b6..85cdec5fd 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.25.0-next.2", - "@astrojs/preact": "^0.0.2-next.0" + "astro": "^0.25.0-next.3", + "@astrojs/preact": "^0.0.2-next.1" }, "dependencies": { "preact": "^10.6.6" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 7c7cee527..3532933a1 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.2" + "astro": "^0.25.0-next.3" } } diff --git a/examples/component/package.json b/examples/component/package.json index 2643dd7b4..12f29621e 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.2" + "astro": "^0.25.0-next.3" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index aa2097ebd..bc0445f38 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.2-next.0", + "@astrojs/preact": "^0.0.2-next.1", "@astrojs/react": "^0.0.2-next.0", - "astro": "^0.25.0-next.2" + "astro": "^0.25.0-next.3" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index 4c8be03fc..2cc5a5609 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.2" + "astro": "^0.25.0-next.3" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 8d09faec2..2f794d700 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.2" + "astro": "^0.25.0-next.3" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 2fa3c2722..151a77bf1 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/lit": "^0.0.2-next.0", - "astro": "^0.25.0-next.2" + "astro": "^0.25.0-next.3" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index e2a3b0928..d6ba15f85 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,12 +10,12 @@ }, "devDependencies": { "@astrojs/lit": "^0.0.2-next.0", - "@astrojs/preact": "^0.0.2-next.0", + "@astrojs/preact": "^0.0.2-next.1", "@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" + "astro": "^0.25.0-next.3" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 57b14ffda..14bf251cf 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.2-next.0", - "astro": "^0.25.0-next.2" + "@astrojs/preact": "^0.0.2-next.1", + "astro": "^0.25.0-next.3" }, "dependencies": { "preact": "^10.6.6" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 58df19f53..4fed29622 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/react": "^0.0.2-next.0", - "astro": "^0.25.0-next.2" + "astro": "^0.25.0-next.3" }, "dependencies": { "react": "^17.0.2", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 65ca2c9cc..c64629dfe 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/solid-js": "^0.0.2-next.0", - "astro": "^0.25.0-next.2" + "astro": "^0.25.0-next.3" }, "dependencies": { "solid-js": "^1.3.13" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 07501ed00..803bd849a 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.0.2-next.0", - "astro": "^0.25.0-next.2" + "astro": "^0.25.0-next.3" }, "dependencies": { "svelte": "^3.46.4" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index e08fb8f3c..644904dd7 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/vue": "^0.0.2-next.0", - "astro": "^0.25.0-next.2" + "astro": "^0.25.0-next.3" }, "dependencies": { "vue": "^3.2.31" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 4b42f50c5..814beecf8 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -15,7 +15,7 @@ "@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" + "astro": "^0.25.0-next.3" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 8a925f7a6..413db1f07 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.25.0-next.2" + "astro": "^0.25.0-next.3" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 34ee37ce4..7d6dcdc4f 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.2" + "astro": "^0.25.0-next.3" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 11a1a0dc7..524ae0f08 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.0.2-next.0", - "astro": "^0.25.0-next.2", + "@astrojs/preact": "^0.0.2-next.1", + "astro": "^0.25.0-next.3", "sass": "^1.49.9" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 44ffc3bfa..240157e47 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,8 +12,8 @@ }, "devDependencies": { "@astrojs/svelte": "^0.0.2-next.0", - "@astrojs/node": "^0.0.1", - "astro": "^0.25.0-next.2", + "@astrojs/node": "^0.0.2-next.0", + "astro": "^0.25.0-next.3", "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 1336997e1..6352ed970 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.25.0-next.2" + "astro": "^0.25.0-next.3" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 7eb4f03db..9e5c6cd4d 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/react": "^0.0.2-next.0", - "astro": "^0.25.0-next.2", + "astro": "^0.25.0-next.3", "sass": "^1.49.9" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 96f19b296..846f6eca3 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.7.0-next.0", - "astro": "^0.25.0-next.2", + "@astrojs/markdown-remark": "^0.7.0-next.1", + "astro": "^0.25.0-next.3", "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 79598c471..4b5ef7028 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.7.0-next.0", - "astro": "^0.25.0-next.2" + "@astrojs/markdown-remark": "^0.7.0-next.1", + "astro": "^0.25.0-next.3" } } diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 6093cbbed..af1805489 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,12 +9,12 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/markdown-remark": "^0.7.0-next.0", - "@astrojs/preact": "^0.0.2-next.0", + "@astrojs/markdown-remark": "^0.7.0-next.1", + "@astrojs/preact": "^0.0.2-next.1", "@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" + "astro": "^0.25.0-next.3" }, "dependencies": { "preact": "^10.6.6", diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 1c1cfc8a0..79fa7708d 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.2-next.0", + "@astrojs/preact": "^0.0.2-next.1", "@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" + "astro": "^0.25.0-next.3" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 06ec335c4..fe61d2367 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^0.0.2-next.0", - "astro": "^0.25.0-next.2", + "astro": "^0.25.0-next.3", "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 cf002aa9b..ed76f9396 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.2", + "astro": "^0.25.0-next.3", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.1" } |