diff options
author | 2024-03-06 08:07:43 -0800 | |
---|---|---|
committer | 2024-03-06 11:07:43 -0500 | |
commit | c793f194c99ccb43a35b54a47cd8ce47789dfb39 (patch) | |
tree | bcc71e6b033220c78e433fa5ad7033452d4f6eb3 /examples/with-markdown-plugins | |
parent | 74cf1af86eae516dfceb0a19962dc4e2e698bab0 (diff) | |
download | astro-c793f194c99ccb43a35b54a47cd8ce47789dfb39.tar.gz astro-c793f194c99ccb43a35b54a47cd8ce47789dfb39.tar.zst astro-c793f194c99ccb43a35b54a47cd8ce47789dfb39.zip |
[ci] release (#10344)astro@4.4.13@astrojs/db@0.6.4
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 43ab9fe56..723d8c729 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^4.2.1", - "astro": "^4.4.12", + "astro": "^4.4.13", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", |