diff options
author | 2021-11-19 13:01:50 -0800 | |
---|---|---|
committer | 2021-11-19 13:01:50 -0800 | |
commit | b4818701fe30ef28fb5ca02ea06e3f8f4f2316ea (patch) | |
tree | c5a7eb375b5233c2c6319d62d2b1ce31b92714b6 /examples | |
parent | e6aaeff50cc5f5d16cb8e292c4f4253aa6969e27 (diff) | |
download | astro-b4818701fe30ef28fb5ca02ea06e3f8f4f2316ea.tar.gz astro-b4818701fe30ef28fb5ca02ea06e3f8f4f2316ea.tar.zst astro-b4818701fe30ef28fb5ca02ea06e3f8f4f2316ea.zip |
Version Packages (#1928)create-astro@0.6.7astro@0.21.0@astrojs/renderer-vue@0.2.0@astrojs/renderer-svelte@0.2.0@astrojs/renderer-solid@0.2.0@astrojs/renderer-react@0.3.0@astrojs/renderer-preact@0.3.0@astrojs/renderer-lit@0.2.0@astrojs/prism@0.3.0@astrojs/parser@0.20.3@astrojs/markdown-remark@0.4.0
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 | 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-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 | 4 | ||||
-rw-r--r-- | examples/with-tailwindcss/package.json | 2 |
19 files changed, 23 insertions, 23 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 6a7085712..6878c5bb5 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.12" + "astro": "^0.21.0" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 71c17066e..5989a9b7f 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.12" + "astro": "^0.21.0" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 41dd6d3c8..dc221cc62 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.12", + "astro": "^0.21.0", "@snowpack/plugin-dotenv": "^2.1.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index d7832e207..406482dd4 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.2.0-next.0", - "astro": "^0.21.0-next.12" + "@astrojs/renderer-lit": "^0.2.0", + "astro": "^0.21.0" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 4803653e9..2bd032f15 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.2.0-next.1", - "astro": "^0.21.0-next.12" + "@astrojs/renderer-solid": "^0.2.0", + "astro": "^0.21.0" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 807cd6c5d..9104082f3 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.12" + "astro": "^0.21.0" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 33ddfc6cb..559863839 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.12" + "astro": "^0.21.0" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 630749d53..4e2088cb6 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.2.0-next.1", - "astro": "^0.21.0-next.12" + "@astrojs/renderer-solid": "^0.2.0", + "astro": "^0.21.0" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index b7d92b32f..fbce7ed4a 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.12" + "astro": "^0.21.0" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index ed96e2f3f..75a504e6e 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.12" + "astro": "^0.21.0" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 53c6feba3..6d150ade8 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.12" + "astro": "^0.21.0" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index e4c092051..1f188ed60 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.12" + "astro": "^0.21.0" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index c32edcfd3..28eb5d584 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.12" + "astro": "^0.21.0" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index 9a23128c6..24b403116 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.12" + "astro": "^0.21.0" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 7ed2138f3..c08e893a0 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.12" + "astro": "^0.21.0" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index e537a52e2..59c4ea35b 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.12", + "astro": "^0.21.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 677eeb7e5..8a7c00343 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.12" + "astro": "^0.21.0" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 98cb51ff2..5a02f61f4 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.2.0-next.1", - "astro": "^0.21.0-next.12" + "@astrojs/renderer-solid": "^0.2.0", + "astro": "^0.21.0" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index e5150c345..05c12b1c3 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.12", + "astro": "^0.21.0", "autoprefixer": "^10.4.0", "tailwindcss": "^2.2.19" } |