diff options
Diffstat (limited to 'examples/with-markdown-shiki/package.json')
-rw-r--r-- | examples/with-markdown-shiki/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 1d3c67525..42295c0cd 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.3" + "astro": "^0.23.0-next.4" } } |