diff options
author | 2021-07-24 16:02:25 -0700 | |
---|---|---|
committer | 2021-07-24 16:02:25 -0700 | |
commit | b863c05ae6fdf71beb512da42b461b76001fb1c2 (patch) | |
tree | 31f57689e8863d28bfb4abd20c04c961c5bfd078 /examples/with-markdown-plugins | |
parent | 7d82ce9c92246db02bcda22cabb95c439b2408af (diff) | |
download | astro-b863c05ae6fdf71beb512da42b461b76001fb1c2.tar.gz astro-b863c05ae6fdf71beb512da42b461b76001fb1c2.tar.zst astro-b863c05ae6fdf71beb512da42b461b76001fb1c2.zip |
Version Packages (next) (#845)
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 0df9d849b..99b7a856a 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.4", + "astro": "^0.18.0-next.5", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", |