diff options
author | 2024-03-18 10:06:58 -0700 | |
---|---|---|
committer | 2024-03-18 22:36:58 +0530 | |
commit | 0ddc327ee85535b1a3b415ae49c664f9848b87f4 (patch) | |
tree | 40826461adc2a92a7e85ac7cddc534cadd023747 /examples/with-markdown-plugins | |
parent | 1fc9b6062aadebb0e559188a2f6110900b085a19 (diff) | |
download | astro-0ddc327ee85535b1a3b415ae49c664f9848b87f4.tar.gz astro-0ddc327ee85535b1a3b415ae49c664f9848b87f4.tar.zst astro-0ddc327ee85535b1a3b415ae49c664f9848b87f4.zip |
[ci] release (#10471)astro@4.5.6@astrojs/node@8.2.4@astrojs/db@0.8.7
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 903c499dd..fef68b52c 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^4.3.0", - "astro": "^4.5.5", + "astro": "^4.5.6", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", |