diff options
author | 2021-07-07 20:34:17 -0400 | |
---|---|---|
committer | 2021-07-07 20:34:17 -0400 | |
commit | 2d1998647ca1297fcf111b9709288902ae006f22 (patch) | |
tree | f409ef13030bb3c897baacaf3b78d1600d093e2a /examples/with-markdown-plugins | |
parent | 5d1ff62c799a660e5ce26a9fd540fd780d1d09c6 (diff) | |
download | astro-2d1998647ca1297fcf111b9709288902ae006f22.tar.gz astro-2d1998647ca1297fcf111b9709288902ae006f22.tar.zst astro-2d1998647ca1297fcf111b9709288902ae006f22.zip |
Version Packages (#626)
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 31a44f968..d2c8ba854 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.16.2", + "astro": "^0.16.3", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", |