diff options
author | 2021-08-18 09:24:09 -0700 | |
---|---|---|
committer | 2021-08-18 09:24:09 -0700 | |
commit | 986bed8ca4101ec1e56f89ce0cf136d01b6919ad (patch) | |
tree | 0549af4ca842551f0fcba01f71bb9b61684629e7 /examples/with-markdown-plugins | |
parent | 68f46c827ec491c80df98e6100629d8f10a16beb (diff) | |
download | astro-986bed8ca4101ec1e56f89ce0cf136d01b6919ad.tar.gz astro-986bed8ca4101ec1e56f89ce0cf136d01b6919ad.tar.zst astro-986bed8ca4101ec1e56f89ce0cf136d01b6919ad.zip |
Version Packages (#1150)astro@0.19.0@astrojs/parser@0.18.6
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 0a5c91e8b..520e7552d 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0-next.3", + "astro": "^0.19.0", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", |