diff options
author | 2023-12-05 16:47:22 -0800 | |
---|---|---|
committer | 2023-12-05 18:47:22 -0600 | |
commit | 895ebcb5bfeb2fe08ae939eaceeb0405cff91ca5 (patch) | |
tree | d5ad060a3d6190d0790c3c140fe9c3bd4d7edb03 /examples/with-markdown-plugins | |
parent | 6404d26a22417587cac272bc473ee1c8eb8c69a3 (diff) | |
download | astro-895ebcb5bfeb2fe08ae939eaceeb0405cff91ca5.tar.gz astro-895ebcb5bfeb2fe08ae939eaceeb0405cff91ca5.tar.zst astro-895ebcb5bfeb2fe08ae939eaceeb0405cff91ca5.zip |
[ci] release (#9332)astro@4.0.2@astrojs/vue@4.0.2
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 99273393d..1dbbd8eda 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^4.0.0", - "astro": "^4.0.1", + "astro": "^4.0.2", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", |