diff options
author | 2024-01-23 16:27:10 -0800 | |
---|---|---|
committer | 2024-01-23 19:27:10 -0500 | |
commit | eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7 (patch) | |
tree | 39f156d08307c7ff129e24f16ca7b1dcaad8c9b3 /examples/framework-vue | |
parent | d7543d4e1be0e6f9d7a1c5c715e33b3ec09eb2b6 (diff) | |
download | astro-eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7.tar.gz astro-eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7.tar.zst astro-eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7.zip |
[ci] release (#9785)astro@4.2.4@astrojs/mdx@2.1.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 a7d25eba7..5ff5b2cef 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.3", + "astro": "^4.2.4", "vue": "^3.3.8" } } |