summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-01-06 09:17:11 -0800
committerGravatar GitHub <noreply@github.com> 2025-01-06 18:17:11 +0100
commit84b07969ddc3a471a71cbea561483c29ad9fb339 (patch)
treeaf717731db3c1f43478deed8f05e2b0a3efe305b /examples/framework-vue
parent88b493cadeab7cdd59d110bb5f98e0d38112d673 (diff)
downloadastro-84b07969ddc3a471a71cbea561483c29ad9fb339.tar.gz
astro-84b07969ddc3a471a71cbea561483c29ad9fb339.tar.zst
astro-84b07969ddc3a471a71cbea561483c29ad9fb339.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 a53600e0e..90baf26e3 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/vue": "^5.0.4",
- "astro": "^5.1.2",
+ "astro": "^5.1.3",
"vue": "^3.5.12"
}
}