diff options
author | 2023-08-01 08:38:24 -0700 | |
---|---|---|
committer | 2023-08-01 23:38:24 +0800 | |
commit | 1d9e34b1367746e51ba7c6614799d0f4522612d2 (patch) | |
tree | 1226fef9909c154043e95f0459d26188a55b607f /examples/with-markdown-plugins | |
parent | 5c5da8d2fbb37830f3ee81830d4c9afcd2c1a3e3 (diff) | |
download | astro-1d9e34b1367746e51ba7c6614799d0f4522612d2.tar.gz astro-1d9e34b1367746e51ba7c6614799d0f4522612d2.tar.zst astro-1d9e34b1367746e51ba7c6614799d0f4522612d2.zip |
[ci] release (#7877)astro@2.9.7@astrojs/vercel@3.7.5@astrojs/node@5.3.1@astrojs/netlify@2.5.2
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 b814fa116..1fc232834 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.6", + "astro": "^2.9.7", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |