diff options
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index ad51e3f98..4d2efc5e8 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -13,9 +13,9 @@ "dependencies": { "@astrojs/markdown-remark": "^3.5.0", "astro": "^3.5.5", - "hast-util-select": "^5.0.5", - "rehype-autolink-headings": "^6.1.1", - "rehype-slug": "^5.1.0", + "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" } |