summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-24 15:53:12 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-24 15:53:12 -0700
commitd05fa19dda1d4d9b3bf567b978bad3ecad788e64 (patch)
tree27c85b04e9725e321a66c59017fce8715513f991 /examples/with-markdown-plugins
parent9b5f553dddebab4b20db59e2e67475273830c525 (diff)
downloadastro-d05fa19dda1d4d9b3bf567b978bad3ecad788e64.tar.gz
astro-d05fa19dda1d4d9b3bf567b978bad3ecad788e64.tar.zst
astro-d05fa19dda1d4d9b3bf567b978bad3ecad788e64.zip
fix a bad change to example astro versions
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r--examples/with-markdown-plugins/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 1bb39d6d4..0df9d849b 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.0",
+ "astro": "^0.18.0-next.4",
"rehype-add-classes": "^1.0.0",
"rehype-toc": "^3.0.2",
"remark-autolink-headings": "^6.0.1",