diff options
author | 2021-11-11 08:48:04 -0500 | |
---|---|---|
committer | 2021-11-11 08:48:04 -0500 | |
commit | 83be55d5dda19e658cfd969a675f7150340be4b8 (patch) | |
tree | 37537a3d08002c2e567d00a12d06b626c6f48f7d /examples | |
parent | 8e3fd04dbd1428071624337b22b1e10e70e83165 (diff) | |
download | astro-83be55d5dda19e658cfd969a675f7150340be4b8.tar.gz astro-83be55d5dda19e658cfd969a675f7150340be4b8.tar.zst astro-83be55d5dda19e658cfd969a675f7150340be4b8.zip |
Version Packages (next) (#1791)astro@0.21.0-next.3@astrojs/markdown-remark@0.4.0-next.1
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/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 |
18 files changed, 18 insertions, 18 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 0c492fb67..81842677d 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.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 6d8489faf..b1170e32c 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 92167416e..277930e5d 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.2", + "astro": "^0.21.0-next.3", "@snowpack/plugin-dotenv": "^2.1.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 4fd8b7969..db9828d28 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.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index f27d03dc6..06bd0a355 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.0", - "astro": "^0.21.0-next.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 67169e205..bf43ac108 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.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 5cf569c03..d5171872d 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.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 74e6d748a..9666b6e3b 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.0", - "astro": "^0.21.0-next.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 256785cc1..89cdb7b31 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.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 6fe3b763b..d3317e17b 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.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index e9726b64e..3461a9bfb 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index 2fe80fb8a..b416468f6 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.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 407e0b0a6..0169ee3c6 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index b2521233c..f2718bebb 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 4b4974cd7..ba65873a1 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.2", + "astro": "^0.21.0-next.3", "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 d5ed36030..fd0dbc4ea 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.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index f5a854a7a..9bd04bc7f 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.0", - "astro": "^0.21.0-next.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 6fc133e09..105f9912c 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.2", + "astro": "^0.21.0-next.3", "autoprefixer": "^10.4.0", "tailwindcss": "^2.2.19" } |