diff options
author | 2022-03-11 14:38:28 -0800 | |
---|---|---|
committer | 2022-03-11 16:38:28 -0600 | |
commit | 1634172ff916a97c8899e165b516842b929c0c93 (patch) | |
tree | e353618f7110aae6ef68325dd0b9e8e302a740c7 /examples/with-markdown-plugins | |
parent | 49c0d9970fe362af06c6ac70c25c1b6b0c4dd393 (diff) | |
download | astro-1634172ff916a97c8899e165b516842b929c0c93.tar.gz astro-1634172ff916a97c8899e165b516842b929c0c93.tar.zst astro-1634172ff916a97c8899e165b516842b929c0c93.zip |
[ci] update lockfile (#2763)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
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 124f39cb0..56ffca6c7 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -9,11 +9,11 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/markdown-remark": "^0.6.1", + "@astrojs/markdown-remark": "^0.6.4", "astro": "^0.24.0-next.2", "hast-util-select": "5.0.1", - "rehype-autolink-headings": "^6.1.0", - "rehype-slug": "^5.0.0", + "rehype-autolink-headings": "^6.1.1", + "rehype-slug": "^5.0.1", "rehype-toc": "^3.0.2", "remark-code-titles": "^0.1.2" } |