diff options
author | 2021-08-26 12:56:36 -0400 | |
---|---|---|
committer | 2021-08-26 12:56:36 -0400 | |
commit | c83d4817336f73348dbcedf493f2e5d2402e9e49 (patch) | |
tree | b42e01c9b53f13c6de1d7247b43b9ef1d20d9c30 /examples/with-markdown-plugins | |
parent | d3499fc6ddf6468014db87f6a154a134936d5893 (diff) | |
download | astro-c83d4817336f73348dbcedf493f2e5d2402e9e49.tar.gz astro-c83d4817336f73348dbcedf493f2e5d2402e9e49.tar.zst astro-c83d4817336f73348dbcedf493f2e5d2402e9e49.zip |
Version Packages (#1228)astro@0.20.0@astrojs/markdown-support@0.3.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 da69a1fab..3beb797a9 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -8,7 +8,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.4", + "astro": "^0.20.0", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-toc": "^3.0.2", |