diff options
author | 2024-01-22 12:11:07 -0800 | |
---|---|---|
committer | 2024-01-22 15:11:07 -0500 | |
commit | 2b5f1d6be8a15768ce9a18c1e31370f4878f2637 (patch) | |
tree | 1cb40382c6fd75c2401545ff58b04208709c967e /examples/framework-vue | |
parent | 2f81cffa9da9db0e2802d303f94feaee8d2f54ec (diff) | |
download | astro-2b5f1d6be8a15768ce9a18c1e31370f4878f2637.tar.gz astro-2b5f1d6be8a15768ce9a18c1e31370f4878f2637.tar.zst astro-2b5f1d6be8a15768ce9a18c1e31370f4878f2637.zip |
[ci] release (#9728)astro@4.2.2@astrojs/rss@4.0.3@astrojs/mdx@2.0.6@astrojs/markdown-remark@4.2.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 60e0ae6ad..7eaefacea 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.2.1", + "astro": "^4.2.2", "vue": "^3.3.8" } } |