diff options
author | 2022-08-22 12:46:46 -0700 | |
---|---|---|
committer | 2022-08-22 15:46:46 -0400 | |
commit | 457e559cd5e8ac367598bb562a0350bbddb5dac7 (patch) | |
tree | ac864686c96251a97218515eae1866f5d5edb077 /examples/with-markdown-plugins | |
parent | 579e2daf8dd1816737d1bd253bf96c108a014061 (diff) | |
download | astro-457e559cd5e8ac367598bb562a0350bbddb5dac7.tar.gz astro-457e559cd5e8ac367598bb562a0350bbddb5dac7.tar.zst astro-457e559cd5e8ac367598bb562a0350bbddb5dac7.zip |
[ci] release (#4363)
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 a4a6e3127..0098dd710 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^1.0.0", - "astro": "^1.0.6", + "astro": "^1.0.7", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |