diff options
author | 2023-07-27 12:33:13 -0700 | |
---|---|---|
committer | 2023-07-27 15:33:13 -0400 | |
commit | 3b422272e642aa285ecfad3d2e9e2d8034eb2b7c (patch) | |
tree | 93100385801672fc077df64e4137c90a42f259f5 /examples/with-markdown-plugins | |
parent | fa6fc8ba4c674a1ebfa79d7bd8b9b5c201f7186b (diff) | |
download | astro-3b422272e642aa285ecfad3d2e9e2d8034eb2b7c.tar.gz astro-3b422272e642aa285ecfad3d2e9e2d8034eb2b7c.tar.zst astro-3b422272e642aa285ecfad3d2e9e2d8034eb2b7c.zip |
[ci] release (#7813)astro@2.9.4@astrojs/netlify@2.5.1
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 2dc3e3fb0..afe327746 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^2.2.1", - "astro": "^2.9.3", + "astro": "^2.9.4", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |