diff options
author | 2021-11-19 14:12:11 -0500 | |
---|---|---|
committer | 2021-11-19 14:12:11 -0500 | |
commit | 3f76849a0bd49c2446643cf2f6748c75625f12a6 (patch) | |
tree | f1595ec8b71369b5a815ec857ea110d36265e875 /examples/with-markdown-plugins | |
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/with-markdown-plugins')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |