summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-08-15 09:34:37 -0700
committerGravatar GitHub <noreply@github.com> 2024-08-16 00:34:37 +0800
commit0109690c3b4103c56bce40b3193a19cf05c5f4e2 (patch)
treee38571f12712a69b5cb7fb6f5a9595fe74492744 /examples/framework-vue
parent7c6349beca2859d22ea6a1b4b9388ad43ad8bff1 (diff)
downloadastro-0109690c3b4103c56bce40b3193a19cf05c5f4e2.tar.gz
astro-0109690c3b4103c56bce40b3193a19cf05c5f4e2.tar.zst
astro-0109690c3b4103c56bce40b3193a19cf05c5f4e2.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 b0109ba39..1bff3df25 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.1",
+ "astro": "^4.14.2",
"vue": "^3.4.37"
}
}