diff options
author | 2021-11-19 14:12:11 -0500 | |
---|---|---|
committer | 2021-11-19 14:12:11 -0500 | |
commit | 3f76849a0bd49c2446643cf2f6748c75625f12a6 (patch) | |
tree | f1595ec8b71369b5a815ec857ea110d36265e875 /examples | |
parent | 14d703154488879f9e44f208614908b21ccc2091 (diff) | |
download | astro-3f76849a0bd49c2446643cf2f6748c75625f12a6.tar.gz astro-3f76849a0bd49c2446643cf2f6748c75625f12a6.tar.zst astro-3f76849a0bd49c2446643cf2f6748c75625f12a6.zip |
Version Packages (next) (#1923)astro@0.21.0-next.12
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 eeeb3d328..6a7085712 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.11" + "astro": "^0.21.0-next.12" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 695be8e73..71c17066e 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.11" + "astro": "^0.21.0-next.12" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 82fe7a375..41dd6d3c8 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.11", + "astro": "^0.21.0-next.12", "@snowpack/plugin-dotenv": "^2.1.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 21a33a721..d7832e207 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.11" + "astro": "^0.21.0-next.12" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 34cf8996a..4803653e9 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.11" + "astro": "^0.21.0-next.12" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 1397183a9..807cd6c5d 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.11" + "astro": "^0.21.0-next.12" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index f49c90a61..33ddfc6cb 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.11" + "astro": "^0.21.0-next.12" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 29ff7188d..630749d53 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.11" + "astro": "^0.21.0-next.12" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 6dedf7fc2..b7d92b32f 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.11" + "astro": "^0.21.0-next.12" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index fd6739de4..ed96e2f3f 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.11" + "astro": "^0.21.0-next.12" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 7f41003d0..53c6feba3 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.11" + "astro": "^0.21.0-next.12" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index 53a9b029e..e4c092051 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.11" + "astro": "^0.21.0-next.12" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index acfab0c52..c32edcfd3 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.11" + "astro": "^0.21.0-next.12" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index 14adb4d40..9a23128c6 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.11" + "astro": "^0.21.0-next.12" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index c9efa49fe..7ed2138f3 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.11" + "astro": "^0.21.0-next.12" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 93b387379..e537a52e2 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.11", + "astro": "^0.21.0-next.12", "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 85b269ee5..677eeb7e5 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.11" + "astro": "^0.21.0-next.12" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 08fd51bd9..98cb51ff2 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.11" + "astro": "^0.21.0-next.12" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index cd05865fd..e5150c345 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.11", + "astro": "^0.21.0-next.12", "autoprefixer": "^10.4.0", "tailwindcss": "^2.2.19" } |