diff options
author | 2022-03-02 16:23:55 -0600 | |
---|---|---|
committer | 2022-03-02 16:23:55 -0600 | |
commit | 4f924b8ceae2125cb8c8a6c3b41f9f552ce83758 (patch) | |
tree | a33087d54eeab9d8415e182d1b7be3d8b44b5e86 /examples/framework-vue | |
parent | 91765d79b1ec1181417fb6a4604a9e20564bb10e (diff) | |
download | astro-4f924b8ceae2125cb8c8a6c3b41f9f552ce83758.tar.gz astro-4f924b8ceae2125cb8c8a6c3b41f9f552ce83758.tar.zst astro-4f924b8ceae2125cb8c8a6c3b41f9f552ce83758.zip |
[ci] release (#2692)astro@0.23.4@astrojs/markdown-remark@0.6.3
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 f624272cd..d2ef5c670 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.3" + "astro": "^0.23.4" } } |