diff options
author | 2023-11-22 06:14:05 -0800 | |
---|---|---|
committer | 2023-11-22 09:14:05 -0500 | |
commit | 4d1274c47987bf3c247f0ad02309f3c2b9968d6e (patch) | |
tree | 06a49d2f1386b57a854bf2a1444a78ea0a371a5c /examples/framework-vue | |
parent | cba6cf32d9bf1f5c3268808f185a4824d6fbd7f4 (diff) | |
download | astro-4d1274c47987bf3c247f0ad02309f3c2b9968d6e.tar.gz astro-4d1274c47987bf3c247f0ad02309f3c2b9968d6e.tar.zst astro-4d1274c47987bf3c247f0ad02309f3c2b9968d6e.zip |
[ci] release (#9165)astro@3.6.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 c969afcd4..2f24cf0db 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^3.0.4", - "astro": "^3.5.7", + "astro": "^3.6.0", "vue": "^3.3.4" } } |