diff options
author | 2021-11-22 16:31:34 -0500 | |
---|---|---|
committer | 2021-11-22 16:31:34 -0500 | |
commit | fff00e45f00f8534ec5fe66302d8c44639b34499 (patch) | |
tree | ff0db0756351b19dcb8bf97fc9b2e6137f9319e0 /examples/with-markdown-plugins | |
parent | d3476f24d449cec5da4c5089dc718a00cfaeb479 (diff) | |
download | astro-fff00e45f00f8534ec5fe66302d8c44639b34499.tar.gz astro-fff00e45f00f8534ec5fe66302d8c44639b34499.tar.zst astro-fff00e45f00f8534ec5fe66302d8c44639b34499.zip |
Version Packages (#1972)astro@0.21.2@astrojs/renderer-lit@0.2.1@astrojs/markdown-remark@0.5.0
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 435923cb2..9af6de55d 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.1", + "astro": "^0.21.2", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |