diff options
author | 2025-02-28 08:59:28 -0800 | |
---|---|---|
committer | 2025-02-28 16:59:28 +0000 | |
commit | 8483502bb222858af96304a35f5d94b450d2e132 (patch) | |
tree | b20e5fe904409db56d417f186c2672d7e781582e /examples/framework-vue | |
parent | f15aa9d4e8e03cc15bb6b0d0b398374237ba70a2 (diff) | |
download | astro-8483502bb222858af96304a35f5d94b450d2e132.tar.gz astro-8483502bb222858af96304a35f5d94b450d2e132.tar.zst astro-8483502bb222858af96304a35f5d94b450d2e132.zip |
[ci] release (#13337)astro@5.4.1@astrojs/upgrade@0.5.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 55857b64a..42153adaf 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.7", - "astro": "^5.4.0", + "astro": "^5.4.1", "vue": "^3.5.13" } } |