aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-04-18 08:35:39 -0700
committerGravatar GitHub <noreply@github.com> 2024-04-18 11:35:39 -0400
commit7fda037b277201b261e53dd0d43a92c5e8f1c638 (patch)
tree4473be069f24cc9ff433f8a0b851601804bb2771 /examples/framework-vue
parent6561af9def95542a2cf302fc204cdb0c8e0a6b21 (diff)
downloadastro-7fda037b277201b261e53dd0d43a92c5e8f1c638.tar.gz
astro-7fda037b277201b261e53dd0d43a92c5e8f1c638.tar.zst
astro-7fda037b277201b261e53dd0d43a92c5e8f1c638.zip
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.json2
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"
}
}