diff options
author | 2022-03-03 11:52:40 -0600 | |
---|---|---|
committer | 2022-03-03 11:52:40 -0600 | |
commit | 92447974f220834571e66f995f4513adaf933904 (patch) | |
tree | 2cb19420111260d227834afe1f63f18fd5d4bdbc /examples/framework-vue | |
parent | b2c37385f94614232d9a378ef2ef3264d5405cc8 (diff) | |
download | astro-92447974f220834571e66f995f4513adaf933904.tar.gz astro-92447974f220834571e66f995f4513adaf933904.tar.zst astro-92447974f220834571e66f995f4513adaf933904.zip |
[ci] release (#2714)astro@0.23.5@astrojs/markdown-remark@0.6.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-vue')
-rw-r--r-- | examples/framework-vue/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index d2ef5c670..e3f178a27 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.4" + "astro": "^0.23.5" } } |