diff options
author | 2023-12-05 12:55:54 -0800 | |
---|---|---|
committer | 2023-12-05 14:55:54 -0600 | |
commit | 339be4dbff5a29e7bc33b28f0b37c3f2cefaeafa (patch) | |
tree | 7f0e0275d3cc6225902562de4b81d7bbd56f3bea /examples/framework-vue | |
parent | e83b2feecaf576d99939bdbff22ebb22ee4ed8f7 (diff) | |
download | astro-339be4dbff5a29e7bc33b28f0b37c3f2cefaeafa.tar.gz astro-339be4dbff5a29e7bc33b28f0b37c3f2cefaeafa.tar.zst astro-339be4dbff5a29e7bc33b28f0b37c3f2cefaeafa.zip |
[ci] release (#9319)@astrojs/vue@4.0.1@astrojs/upgrade@0.2.1
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 c84f18a4a..81a022938 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^4.0.0", + "@astrojs/vue": "^4.0.1", "astro": "^4.0.1", "vue": "^3.3.8" } |