diff options
author | 2024-02-15 03:00:03 -0800 | |
---|---|---|
committer | 2024-02-15 12:00:03 +0100 | |
commit | 141f2fb75749a8be048af100c1308a4ec72cced5 (patch) | |
tree | 88e405de9cd16b43061ef12dcb0b776c3fde880c /examples/framework-vue | |
parent | 40a2e03ffb86d4b64838ed90a5d464d32db1b589 (diff) | |
download | astro-141f2fb75749a8be048af100c1308a4ec72cced5.tar.gz astro-141f2fb75749a8be048af100c1308a4ec72cced5.tar.zst astro-141f2fb75749a8be048af100c1308a4ec72cced5.zip |
[ci] release (#10109)create-astro@4.7.3astro@4.4.0@astrojs/upgrade@0.2.3
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 3ecbbb2e3..1e4d48f73 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.7", + "astro": "^4.4.0", "vue": "^3.3.8" } } |