diff options
author | 2021-11-16 17:13:29 -0500 | |
---|---|---|
committer | 2021-11-16 17:13:29 -0500 | |
commit | 9f5e19601962bf3074e2647a764d2d73721684ea (patch) | |
tree | 97fd825d0805cae548634bbbc3f61c35fd8135b2 /examples | |
parent | 887fad5a11a5d7530ffc3785e1a6f873b8858fa2 (diff) | |
download | astro@0.21.0-next.5.tar.gz astro@0.21.0-next.5.tar.zst astro@0.21.0-next.5.zip |
Version Packages (next) (#1847)astro@0.21.0-next.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 | 2 | ||||
-rw-r--r-- | examples/framework-multiple/package.json | 2 | ||||
-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 | 2 | ||||
-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-svelte/package.json | 2 | ||||
-rw-r--r-- | examples/portfolio/package.json | 2 | ||||
-rw-r--r-- | examples/starter/package.json | 2 | ||||
-rw-r--r-- | examples/subpath/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 | 2 | ||||
-rw-r--r-- | examples/with-tailwindcss/package.json | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 21ac7faf8..4f29ae477 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.21.0-next.4" + "astro": "^0.21.0-next.5" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 3fc1a103b..9bd82fda9 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.4" + "astro": "^0.21.0-next.5" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index c76b1cad1..e65c656b5 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.21.0-next.4", + "astro": "^0.21.0-next.5", "@snowpack/plugin-dotenv": "^2.1.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index e53fa6918..d27b40d6d 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.2.0-next.0", - "astro": "^0.21.0-next.4" + "astro": "^0.21.0-next.5" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 966b0e417..c0e5e490f 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.0-next.1", - "astro": "^0.21.0-next.4" + "astro": "^0.21.0-next.5" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 9b3154d43..a907826f8 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.4" + "astro": "^0.21.0-next.5" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 04ddec3cf..1dc81b269 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.4" + "astro": "^0.21.0-next.5" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 39cb6efdf..8c094b263 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.0-next.1", - "astro": "^0.21.0-next.4" + "astro": "^0.21.0-next.5" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index fd687badd..169a75324 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.4" + "astro": "^0.21.0-next.5" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index d67694a11..904180011 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.4" + "astro": "^0.21.0-next.5" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index f91bb89d4..48d2a5afc 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.4" + "astro": "^0.21.0-next.5" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index dd143a41f..e69ed9c74 100644 --- a/examples/portfolio-svelte/package.json +++ b/examples/portfolio-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.4" + "astro": "^0.21.0-next.5" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index c3855cab3..3fd589c0a 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.4" + "astro": "^0.21.0-next.5" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index ea3ba33fc..e792a1613 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.4" + "astro": "^0.21.0-next.5" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 650ca5d5b..d4fbf55b5 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.4" + "astro": "^0.21.0-next.5" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 6be64c785..7de3b0bc4 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.21.0-next.4", + "astro": "^0.21.0-next.5", "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 c7cff5558..36f381aaa 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.4" + "astro": "^0.21.0-next.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index a2ec17dc6..57fa4f874 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,6 +13,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.0-next.1", - "astro": "^0.21.0-next.4" + "astro": "^0.21.0-next.5" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index e59a3ebd9..815fe34b0 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.4", + "astro": "^0.21.0-next.5", "autoprefixer": "^10.4.0", "tailwindcss": "^2.2.19" } |