summaryrefslogtreecommitdiff
path: root/examples/with-markdown-shiki/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-markdown-shiki/package.json')
-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 8a95504fa..3246a1d24 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.6.4",
- "astro": "^0.24.3"
+ "@astrojs/markdown-remark": "^0.7.0-next.0",
+ "astro": "^0.25.0-next.0"
}
}