diff options
Diffstat (limited to 'examples/with-markdown-shiki')
-rw-r--r-- | examples/with-markdown-shiki/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 09e59bf82..d2fa5beb9 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.9.1", - "astro": "^1.0.0-beta.13" + "@astrojs/markdown-remark": "^0.9.2", + "astro": "^1.0.0-beta.14" } } |