diff options
author | 2024-10-01 06:26:50 -0700 | |
---|---|---|
committer | 2024-10-01 15:26:50 +0200 | |
commit | f06feee7c44665f23ab846791b7c57276ddfde97 (patch) | |
tree | 5a20e797be1d5147fe5ea5b63a10e1c1ea6436df /examples/with-markdown-plugins/package.json | |
parent | 76c5fbd6f3a8d41367f1d7033278d133d518213b (diff) | |
download | astro-d8dd7a8ef307d5146194a103087a4ee412eb3b19.tar.gz astro-d8dd7a8ef307d5146194a103087a4ee412eb3b19.tar.zst astro-d8dd7a8ef307d5146194a103087a4ee412eb3b19.zip |
[ci] release (#12074)astro@4.15.10
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdown-plugins/package.json')
-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 1a6ce6bec..209cf4576 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^5.2.0", - "astro": "^4.15.9", + "astro": "^4.15.10", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", |