diff options
author | 2024-10-31 00:56:38 -0700 | |
---|---|---|
committer | 2024-10-31 15:56:38 +0800 | |
commit | 5f7bf49d38ab888e65f010e106579c7947a8d5c6 (patch) | |
tree | a58b6cd14078d14efb0ac8bd8b8764302f29a740 /examples/framework-vue | |
parent | ffc836bac0cdea684ea91f958ac8298d4ee4b07d (diff) | |
download | astro-5f7bf49d38ab888e65f010e106579c7947a8d5c6.tar.gz astro-5f7bf49d38ab888e65f010e106579c7947a8d5c6.tar.zst astro-5f7bf49d38ab888e65f010e106579c7947a8d5c6.zip |
[ci] release (#12290)astro@4.16.8@astrojs/mdx@3.1.9
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 c1406f104..07db44ef0 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.5.2", - "astro": "^4.16.7", + "astro": "^4.16.8", "vue": "^3.5.12" } } |