diff options
author | 2021-07-27 09:27:02 -0400 | |
---|---|---|
committer | 2021-07-27 09:27:02 -0400 | |
commit | 0ed1817d7af630c40f757aee8f19539ad02376fc (patch) | |
tree | 2dbb3bb96c2cbeba9fce72c4d03c34db76803347 /examples/with-markdown-plugins | |
parent | 80d7415807b9834b72293928c86d1b87c1bafe9c (diff) | |
download | astro-0ed1817d7af630c40f757aee8f19539ad02376fc.tar.gz astro-0ed1817d7af630c40f757aee8f19539ad02376fc.tar.zst astro-0ed1817d7af630c40f757aee8f19539ad02376fc.zip |
Version Packages (next) (#865)
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 d6ca2c33f..fd142e197 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.18.0-next.6", + "astro": "^0.18.0-next.7", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", |