diff options
author | 2024-02-23 06:31:55 -0800 | |
---|---|---|
committer | 2024-02-23 09:31:55 -0500 | |
commit | 3de7b2c7ec98361ffb8afd6ef1c4017038518c80 (patch) | |
tree | 145b12d857ef6609fa1d8863cec51b5f9e29f798 /examples/framework-vue | |
parent | a013182d322a3969e39d647aad75ec10f8bd1ed7 (diff) | |
download | astro-3de7b2c7ec98361ffb8afd6ef1c4017038518c80.tar.gz astro-3de7b2c7ec98361ffb8afd6ef1c4017038518c80.tar.zst astro-3de7b2c7ec98361ffb8afd6ef1c4017038518c80.zip |
[ci] release (#10213)astro@4.4.4@astrojs/vercel@7.3.3@astrojs/node@8.2.1@astrojs/db@0.4.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 c26ae83a5..791063270 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.3", + "astro": "^4.4.4", "vue": "^3.3.8" } } |