diff options
Diffstat (limited to 'examples/with-markdown-plugins/package.json')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 446e0178f..4fa3df180 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdown-remark": "^3.5.0", - "astro": "^3.6.1", + "@astrojs/markdown-remark": "^4.0.0-beta.0", + "astro": "^4.0.0-beta.0", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", |