summaryrefslogtreecommitdiff
path: root/examples/with-markdown-shiki
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-26 06:58:38 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-26 09:58:38 -0400
commitd790eabd986decc380088e52a4dcbff246ee736f (patch)
treef4fb19e33f32cea242349b2813551bc417f00fe9 /examples/with-markdown-shiki
parentc7e117ce32592c9c29d24583baa10009e620bcc4 (diff)
downloadastro-@astrojs/markdown-remark@0.13.0.tar.gz
astro-@astrojs/markdown-remark@0.13.0.tar.zst
astro-@astrojs/markdown-remark@0.13.0.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdown-shiki')
-rw-r--r--examples/with-markdown-shiki/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index caf1b0038..6f3e4edaa 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^0.12.0",
- "astro": "^1.0.0-rc.0"
+ "@astrojs/markdown-remark": "^0.13.0",
+ "astro": "^1.0.0-rc.1"
}
}