diff options
author | 2023-04-13 11:41:56 -0700 | |
---|---|---|
committer | 2023-04-13 14:41:56 -0400 | |
commit | b105ccb9ca2fdbf8c161e32d9e666113b26c3327 (patch) | |
tree | 1b9a4fde90f5950720c9064097cdb2c35d84b242 /examples/with-markdown-plugins | |
parent | 704d61e7777c1e76f867555f20c999f20a4fab95 (diff) | |
download | astro-@astrojs/mdx@0.19.0.tar.gz astro-@astrojs/mdx@0.19.0.tar.zst astro-@astrojs/mdx@0.19.0.zip |
[ci] release (#6835)create-astro@3.1.3astro@2.3.0@astrojs/mdx@0.19.0@astrojs/markdown-remark@2.1.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdown-plugins')
-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 9c2b56eed..5b206608a 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.3", - "@astrojs/markdown-remark": "^2.1.3", + "astro": "^2.3.0", + "@astrojs/markdown-remark": "^2.1.4", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |