diff options
author | 2021-10-14 15:13:13 -0400 | |
---|---|---|
committer | 2021-10-14 15:13:13 -0400 | |
commit | b7a4542103c1193e125ec0c069749d4bf98f223d (patch) | |
tree | 7a2a7c892483a8f4641faa622a3150b151230a00 /examples/with-markdown | |
parent | 31d068801622e8a01fbedf7a59b0be8efe47bc3a (diff) | |
download | astro-@astrojs/renderer-vue@0.1.9.tar.gz astro-@astrojs/renderer-vue@0.1.9.tar.zst astro-@astrojs/renderer-vue@0.1.9.zip |
Version Packages (#1557)astro@0.20.12@astrojs/renderer-vue@0.1.9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 2 | ||||
-rw-r--r-- | examples/with-markdown/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index d517fab74..21dd7ad8e 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.11", + "astro": "^0.20.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 af9ef6506..934f91436 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.11" + "astro": "^0.20.12" }, "snowpack": { "workspaceRoot": "../.." |