summaryrefslogtreecommitdiff
path: root/examples/with-markdown-shiki
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-06-10 15:03:52 +0000
committerGravatar GitHub <noreply@github.com> 2022-06-10 15:03:52 +0000
commitd02578fd4cab1a95980dbf6c0e5f12efb4aa9582 (patch)
tree0e033d3e4e8fd4f91384a4226c758c8b766fffe1 /examples/with-markdown-shiki
parent70dc09bff3ed2c8bfb2452ae41a85de56c72531c (diff)
downloadastro@1.0.0-beta.43.tar.gz
astro@1.0.0-beta.43.tar.zst
astro@1.0.0-beta.43.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 38263d91e..d8878d24e 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.11.0",
- "astro": "^1.0.0-beta.42"
+ "@astrojs/markdown-remark": "^0.11.1",
+ "astro": "^1.0.0-beta.43"
}
}