diff options
author | 2024-02-22 08:17:25 -0800 | |
---|---|---|
committer | 2024-02-22 11:17:25 -0500 | |
commit | 0b4e5298d23e3a4e61f89b8710e574f13bcb9257 (patch) | |
tree | 850f1d4006dd896df2394c5046aea92e60cd3829 /examples/framework-vue | |
parent | c32f0c1ab656fe2e87cd331eaec48a39c12a4f19 (diff) | |
download | astro-0b4e5298d23e3a4e61f89b8710e574f13bcb9257.tar.gz astro-0b4e5298d23e3a4e61f89b8710e574f13bcb9257.tar.zst astro-0b4e5298d23e3a4e61f89b8710e574f13bcb9257.zip |
[ci] release (#10192)astro@4.4.3@astrojs/vercel@7.3.2
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 256d04b2a..c26ae83a5 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.4.2", + "astro": "^4.4.3", "vue": "^3.3.8" } } |