diff options
author | 2021-07-13 08:31:28 -0400 | |
---|---|---|
committer | 2021-07-13 08:31:28 -0400 | |
commit | a22a601e9fc491ea55cdf58df99a84803efc5d50 (patch) | |
tree | ce3c8015a9016ff9951663c14904832cb607aaf0 /examples/with-markdown-plugins | |
parent | 59f6792b00c8af2c89bef6d0a9bd31208e466607 (diff) | |
download | astro-a22a601e9fc491ea55cdf58df99a84803efc5d50.tar.gz astro-a22a601e9fc491ea55cdf58df99a84803efc5d50.tar.zst astro-a22a601e9fc491ea55cdf58df99a84803efc5d50.zip |
Version Packages (next) (#663)
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 d21922c47..a3157d13c 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.17.2", + "astro": "^0.18.0-next.0", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", |