diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/blog-multiple-authors/package.json | 2 | ||||
-rw-r--r-- | examples/blog/package.json | 2 | ||||
-rw-r--r-- | examples/docs/package.json | 2 | ||||
-rw-r--r-- | examples/framework-lit/package.json | 4 | ||||
-rw-r--r-- | examples/framework-multiple/package.json | 4 | ||||
-rw-r--r-- | examples/framework-preact/package.json | 2 | ||||
-rw-r--r-- | examples/framework-react/package.json | 2 | ||||
-rw-r--r-- | examples/framework-solid/package.json | 4 | ||||
-rw-r--r-- | examples/framework-svelte/package.json | 2 | ||||
-rw-r--r-- | examples/framework-vue/package.json | 2 | ||||
-rw-r--r-- | examples/minimal/package.json | 2 | ||||
-rw-r--r-- | examples/portfolio/package.json | 2 | ||||
-rw-r--r-- | examples/starter/package.json | 2 | ||||
-rw-r--r-- | examples/with-markdown-plugins/package.json | 2 | ||||
-rw-r--r-- | examples/with-markdown/package.json | 2 | ||||
-rw-r--r-- | examples/with-nanostores/package.json | 4 | ||||
-rw-r--r-- | examples/with-tailwindcss/package.json | 2 |
17 files changed, 21 insertions, 21 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 9964ef6e4..5a2375667 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.12" + "astro": "^0.21.0-next.0" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 3deb4aca0..2d04f5949 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.12" + "astro": "^0.21.0-next.0" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index acba905ee..dd59d84b4 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,7 +12,7 @@ "@docsearch/react": "^1.0.0-alpha.27" }, "devDependencies": { - "astro": "^0.20.12", + "astro": "^0.21.0-next.0", "@snowpack/plugin-dotenv": "^2.1.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index bc0606cda..e420a7eaf 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/renderer-lit": "^0.1.2", - "astro": "^0.20.12" + "@astrojs/renderer-lit": "^0.2.0-next.0", + "astro": "^0.21.0-next.0" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 096e53977..49b332fa9 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/renderer-solid": "^0.1.1", - "astro": "^0.20.12" + "@astrojs/renderer-solid": "^0.2.0-next.0", + "astro": "^0.21.0-next.0" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index fa472f48a..06529be34 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.12" + "astro": "^0.21.0-next.0" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index d83a8526d..948e91647 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.12" + "astro": "^0.21.0-next.0" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 168455f9e..3291f0f42 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/renderer-solid": "^0.1.1", - "astro": "^0.20.12" + "@astrojs/renderer-solid": "^0.2.0-next.0", + "astro": "^0.21.0-next.0" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index b74b8416b..79594fe81 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.12" + "astro": "^0.21.0-next.0" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 343f0a712..90f8f88ee 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.12" + "astro": "^0.21.0-next.0" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index f6d10c8af..58d4153d9 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.12" + "astro": "^0.21.0-next.0" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 8e3c39940..be6a05d07 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.12" + "astro": "^0.21.0-next.0" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index 95b369a27..bf417ad79 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.12" + "astro": "^0.21.0-next.0" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index cec212962..49f69333f 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.12", + "astro": "^0.21.0-next.0", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-toc": "^3.0.2", diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 2b83fe6e3..df3038d05 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.12" + "astro": "^0.21.0-next.0" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 5146ac922..706bdeffe 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,7 +12,7 @@ "nanostores": "^0.3.3" }, "devDependencies": { - "@astrojs/renderer-solid": "^0.1.1", - "astro": "^0.20.12" + "@astrojs/renderer-solid": "^0.2.0-next.0", + "astro": "^0.21.0-next.0" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 0af749c58..617c225ce 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.12", + "astro": "^0.21.0-next.0", "autoprefixer": "^10.3.7", "tailwindcss": "^2.2.17" } |