diff options
author | 2021-08-24 16:11:51 -0400 | |
---|---|---|
committer | 2021-08-24 16:11:51 -0400 | |
commit | a4a7685be1bddea80883a17dae0492ad941aa59e (patch) | |
tree | 10e576be6ae25f6dc8f342c4a5b691c54024e9f4 /examples/with-markdown-plugins | |
parent | 749617b2fb2ffb76c93813940448778073ea9798 (diff) | |
download | astro-a4a7685be1bddea80883a17dae0492ad941aa59e.tar.gz astro-a4a7685be1bddea80883a17dae0492ad941aa59e.tar.zst astro-a4a7685be1bddea80883a17dae0492ad941aa59e.zip |
Version Packages (#1217)astro@0.19.4
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 4b66e9d06..f46fdf654 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.3", + "astro": "^0.19.4", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", |