aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-05-17 04:01:27 -0700
committerGravatar GitHub <noreply@github.com> 2024-05-17 12:01:27 +0100
commit8a80221e4c4b93b7d60f43b01753644247c7ad76 (patch)
treebf85359021e4100fa1ce81fbe294da06e423f481 /examples/framework-vue
parent9637014b1495a5a41cb384c7de4de410348f4cc0 (diff)
downloadastro-8a80221e4c4b93b7d60f43b01753644247c7ad76.tar.gz
astro-8a80221e4c4b93b7d60f43b01753644247c7ad76.tar.zst
astro-8a80221e4c4b93b7d60f43b01753644247c7ad76.zip
[ci] release (#11085)astro@4.8.6
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 9155f1a62..741659121 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^4.2.0",
- "astro": "^4.8.5",
+ "astro": "^4.8.6",
"vue": "^3.4.27"
}
}