diff options
Diffstat (limited to '')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 4 | ||||
-rw-r--r-- | examples/with-markdown-shiki/package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 0703d2440..d40f9d37b 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18", - "@astrojs/markdown-remark": "^2.0.1", + "astro": "^2.1.0", + "@astrojs/markdown-remark": "^2.1.0", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index abb161ff8..191b42ccc 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18" + "astro": "^2.1.0" } } |