summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r--examples/with-markdown-plugins/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 354f1515b..4e928c546 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -11,11 +11,11 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdown-remark": "^3.5.0",
- "astro": "^3.6.4",
- "hast-util-select": "^5.0.5",
- "rehype-autolink-headings": "^6.1.1",
- "rehype-slug": "^5.1.0",
+ "@astrojs/markdown-remark": "^4.0.0-beta.0",
+ "astro": "^4.0.0-beta.2",
+ "hast-util-select": "^6.0.2",
+ "rehype-autolink-headings": "^7.1.0",
+ "rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2"
}