diff options
author | 2024-02-12 06:25:50 -0800 | |
---|---|---|
committer | 2024-02-12 14:25:50 +0000 | |
commit | 7371e1b5fc980ef625f0ff28f089a229451dfb4a (patch) | |
tree | fd42753f2e42ee23261ae47402615a936c36b8b9 /examples/framework-vue | |
parent | 1b528d2e500ea473ae5471e357eafa0097bd6579 (diff) | |
download | astro-7371e1b5fc980ef625f0ff28f089a229451dfb4a.tar.gz astro-7371e1b5fc980ef625f0ff28f089a229451dfb4a.tar.zst astro-7371e1b5fc980ef625f0ff28f089a229451dfb4a.zip |
[ci] release (#10029)astro@4.3.6@astrojs/markdoc@0.9.0
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 ea36fbe8b..50840dc35 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.0.8", - "astro": "^4.3.5", + "astro": "^4.3.6", "vue": "^3.3.8" } } |