diff options
author | 2024-02-28 05:17:40 -0800 | |
---|---|---|
committer | 2024-02-28 13:17:40 +0000 | |
commit | e56c428f3bfc3a4a8ed799993f80a29a580cb820 (patch) | |
tree | 17aeee63c62d70b7ac10030417b8aa1ceb33c1e2 /examples/framework-vue | |
parent | e252f5b2f32bdebfadca417c3a81fef4b0dec044 (diff) | |
download | astro-e56c428f3bfc3a4a8ed799993f80a29a580cb820.tar.gz astro-e56c428f3bfc3a4a8ed799993f80a29a580cb820.tar.zst astro-e56c428f3bfc3a4a8ed799993f80a29a580cb820.zip |
[ci] release (#10236)astro@4.4.6@astrojs/svelte@5.2.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 a34d427c1..5864c5a00 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.5", + "astro": "^4.4.6", "vue": "^3.3.8" } } |