diff options
author | 2023-08-30 07:13:29 -0700 | |
---|---|---|
committer | 2023-08-30 10:13:29 -0400 | |
commit | b4e67a0b1bb515fe7943a970e5048a0293b0aeec (patch) | |
tree | 13cd05f79eb07ff2086eb5c33876a83fce0d95ba /examples/with-markdown-plugins | |
parent | c32f52a6246a0f929238f7d47bfc870899729fb4 (diff) | |
download | astro-b4e67a0b1bb515fe7943a970e5048a0293b0aeec.tar.gz astro-b4e67a0b1bb515fe7943a970e5048a0293b0aeec.tar.zst astro-b4e67a0b1bb515fe7943a970e5048a0293b0aeec.zip |
[ci] release (#8285)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index d42f4e80b..29d80fb9a 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^3.0.0", - "astro": "^3.0.0", + "astro": "^3.0.1", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |