summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-06-20 03:58:37 -0700
committerGravatar GitHub <noreply@github.com> 2024-06-20 11:58:37 +0100
commit58a321193e0c8c1974827d7364eae11722e15607 (patch)
treefdf6f8b63c5baa7fdc478dc05927615c0b55ad69 /examples/framework-vue
parentfd3645fe8364ec5e280b6802d1468867890d463c (diff)
downloadastro-58a321193e0c8c1974827d7364eae11722e15607.tar.gz
astro-58a321193e0c8c1974827d7364eae11722e15607.tar.zst
astro-58a321193e0c8c1974827d7364eae11722e15607.zip
[ci] release (#11276)astro@4.11.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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 9b2cbbb8b..69e9bbbce 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.10.3",
+ "astro": "^4.11.0",
"vue": "^3.4.29"
}
}