diff options
Diffstat (limited to 'examples')
26 files changed, 34 insertions, 34 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index 10906b956..11ff97454 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.9" + "astro": "^1.1.0-next.0" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index db2ff84c8..a4509012c 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/mdx": "^0.10.1", + "@astrojs/mdx": "^0.10.2-next.0", "@astrojs/rss": "^1.0.0", "@astrojs/sitemap": "^1.0.0", - "astro": "^1.0.9" + "astro": "^1.1.0-next.0" } } diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index e7c40f73e..31ef7931f 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -11,6 +11,6 @@ }, "devDependencies": { "@example/my-component": "workspace:*", - "astro": "^1.0.9" + "astro": "^1.1.0-next.0" } } diff --git a/examples/component/package.json b/examples/component/package.json index 2fe2de1e8..ba0ce2785 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -8,6 +8,6 @@ "serve": "astro --root demo preview" }, "devDependencies": { - "astro": "^1.0.9" + "astro": "^1.1.0-next.0" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 2d418ed07..b0fb10a02 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "@astrojs/react": "^1.0.0", - "astro": "^1.0.9" + "@astrojs/react": "^1.1.0-next.0", + "astro": "^1.1.0-next.0" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index 9ab0cb09a..4d0b39a25 100644 --- a/examples/env-vars/package.json +++ b/examples/env-vars/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.9" + "astro": "^1.1.0-next.0" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 5a5eb95e6..8455bf8a8 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -13,7 +13,7 @@ "@astrojs/alpinejs": "^0.1.0", "@types/alpinejs": "^3.7.0", "alpinejs": "^3.10.2", - "astro": "^1.0.9" + "astro": "^1.1.0-next.0" }, "dependencies": {} } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 25dfdb740..a6e894fdc 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/lit": "^1.0.0", - "astro": "^1.0.9" + "astro": "^1.1.0-next.0" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 215e27aaa..216e84f6e 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,11 +11,11 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "@astrojs/react": "^1.0.0", + "@astrojs/react": "^1.1.0-next.0", "@astrojs/solid-js": "^1.0.0", "@astrojs/svelte": "^1.0.0", "@astrojs/vue": "^1.0.0", - "astro": "^1.0.9" + "astro": "^1.1.0-next.0" }, "dependencies": { "preact": "^10.7.3", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index ec3985f59..a2e249146 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.0.9" + "astro": "^1.1.0-next.0" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 8e9344cdf..be36762fd 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/react": "^1.0.0", + "@astrojs/react": "^1.1.0-next.0", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.9" + "astro": "^1.1.0-next.0" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index f6d4d1a28..74e56c811 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/solid-js": "^1.0.0", - "astro": "^1.0.9" + "astro": "^1.1.0-next.0" }, "dependencies": { "solid-js": "^1.4.3" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 1cfee7360..ac700bb7b 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/svelte": "^1.0.0", - "astro": "^1.0.9" + "astro": "^1.1.0-next.0" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 5ecaa1bf5..cec3bd140 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/vue": "^1.0.0", - "astro": "^1.0.9" + "astro": "^1.1.0-next.0" }, "dependencies": { "vue": "^3.2.37" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 3b5c4b0a1..90698dd9b 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.9" + "astro": "^1.1.0-next.0" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 7de9e04ae..2deeefdb8 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.9" + "astro": "^1.1.0-next.0" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 5a010d31b..fa5084f1d 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.0.9", + "astro": "^1.1.0-next.0", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index d1cf61f99..38ed0b8c3 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@astrojs/node": "^1.0.0", "@astrojs/svelte": "^1.0.0", - "astro": "^1.0.9", + "astro": "^1.1.0-next.0", "concurrently": "^7.2.1", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 6460dd558..47ddf233b 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/react": "^1.0.0", - "astro": "^1.0.9" + "@astrojs/react": "^1.1.0-next.0", + "astro": "^1.1.0-next.0" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 641b930a0..ad405ab32 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/markdown-remark": "^1.0.0", - "astro": "^1.0.9", + "@astrojs/markdown-remark": "^1.1.0-next.0", + "astro": "^1.1.0-next.0", "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 b2be864ce..a651a8104 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/markdown-remark": "^1.0.0", - "astro": "^1.0.9" + "@astrojs/markdown-remark": "^1.1.0-next.0", + "astro": "^1.1.0-next.0" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index d63334015..20a852207 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/mdx": "^0.10.1", + "@astrojs/mdx": "^0.10.2-next.0", "@astrojs/preact": "^1.0.2", - "astro": "^1.0.9", + "astro": "^1.1.0-next.0", "preact": "^10.6.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 2391593d4..ac8f764cd 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.0.9" + "astro": "^1.1.0-next.0" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 10e59131a..de5b264d9 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^1.0.0", - "astro": "^1.0.9", + "astro": "^1.1.0-next.0", "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 c0e3e0b8f..35b8b84dd 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.9", + "astro": "^1.1.0-next.0", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 663cfa3ff..4a81f7a78 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "devDependencies": { - "astro": "^1.0.9", + "astro": "^1.1.0-next.0", "vitest": "^0.20.3" } } |