diff options
author | 2024-04-18 08:35:39 -0700 | |
---|---|---|
committer | 2024-04-18 11:35:39 -0400 | |
commit | 7fda037b277201b261e53dd0d43a92c5e8f1c638 (patch) | |
tree | 4473be069f24cc9ff433f8a0b851601804bb2771 /examples/framework-vue | |
parent | 6561af9def95542a2cf302fc204cdb0c8e0a6b21 (diff) | |
download | astro-7fda037b277201b261e53dd0d43a92c5e8f1c638.tar.gz astro-7fda037b277201b261e53dd0d43a92c5e8f1c638.tar.zst astro-7fda037b277201b261e53dd0d43a92c5e8f1c638.zip |
[ci] release (#10798)astro@4.6.3@astrojs/sitemap@3.1.4@astrojs/db@0.10.5
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 c4877b256..b7a1e49e9 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.1.0", - "astro": "^4.6.2", + "astro": "^4.6.3", "vue": "^3.3.8" } } |