diff options
author | 2021-08-11 16:30:24 -0700 | |
---|---|---|
committer | 2021-08-11 16:30:24 -0700 | |
commit | 2b41db15317618bac048d49a219ee8b133e6f7d1 (patch) | |
tree | fab4672f20cb821a20205beaa2f2017e694702f4 /examples/with-markdown-plugins | |
parent | c881e71e87e18bdfe3748213fe94950364067b01 (diff) | |
download | astro-2b41db15317618bac048d49a219ee8b133e6f7d1.tar.gz astro-2b41db15317618bac048d49a219ee8b133e6f7d1.tar.zst astro-2b41db15317618bac048d49a219ee8b133e6f7d1.zip |
Version Packages (next) (#1089)astro@0.19.0-next.1
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 f62eb1b07..4701e2fab 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.0", + "astro": "^0.19.0-next.1", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", |