diff options
author | 2021-08-12 01:39:34 -0700 | |
---|---|---|
committer | 2021-08-12 01:39:34 -0700 | |
commit | 43e17e59da1d0cd69d40cca01e0c74145cf2ef40 (patch) | |
tree | ebe89db2a3104f9a1f692aa67f7928141759b853 /examples/with-markdown-plugins | |
parent | 089d1e7a5e4bf86b40dcf752d7a5d106283f02c8 (diff) | |
download | astro-43e17e59da1d0cd69d40cca01e0c74145cf2ef40.tar.gz astro-43e17e59da1d0cd69d40cca01e0c74145cf2ef40.tar.zst astro-43e17e59da1d0cd69d40cca01e0c74145cf2ef40.zip |
Version Packages (next) (#1092)astro@0.19.0-next.2
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 4701e2fab..298d8b682 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.1", + "astro": "^0.19.0-next.2", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", |