diff options
author | 2022-10-26 05:43:23 -0700 | |
---|---|---|
committer | 2022-10-26 08:43:23 -0400 | |
commit | 4efbfdd78d239f708a76eac38c2e971fc956a54e (patch) | |
tree | b847e0f24aacce687bbf09397ac043f531fc72fa /examples/with-markdown-plugins | |
parent | 9630f683c4f2a3812b6ea4b0d997cc73fc4845b6 (diff) | |
download | astro-4efbfdd78d239f708a76eac38c2e971fc956a54e.tar.gz astro-4efbfdd78d239f708a76eac38c2e971fc956a54e.tar.zst astro-4efbfdd78d239f708a76eac38c2e971fc956a54e.zip |
[ci] release (#5135)astro@1.5.3@astrojs/vercel@2.3.2@astrojs/mdx@0.11.5@astrojs/image@0.11.0
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 6b90e09e1..371e19987 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.5.2", + "astro": "^1.5.3", "@astrojs/markdown-remark": "^1.1.3", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", |