aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-08-21 14:08:38 -0700
committerGravatar GitHub <noreply@github.com> 2024-08-21 17:08:38 -0400
commit22ceb4830257a84b26115bf759b42448c442a606 (patch)
tree62ebbf9b825c325665a5e13f91aaf0686330b4a9 /examples/framework-vue
parent735767f8dfe302834e48c2383c387b0e41c2f006 (diff)
downloadastro-22ceb4830257a84b26115bf759b42448c442a606.tar.gz
astro-22ceb4830257a84b26115bf759b42448c442a606.tar.zst
astro-22ceb4830257a84b26115bf759b42448c442a606.zip
[ci] release (#11796)astro@4.14.4
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 0f9fbe6c2..48c9d00ef 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^4.5.0",
- "astro": "^4.14.3",
+ "astro": "^4.14.4",
"vue": "^3.4.38"
}
}