summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-04-02 00:46:43 -0700
committerGravatar GitHub <noreply@github.com> 2024-04-02 15:46:43 +0800
commitf7d6254f8f63363dc88b07381983f2a8cce69559 (patch)
tree88c7a320c01db789603d35283320ade2d7d9093a /examples/framework-vue
parent260f4fa1912ba78299c587a7cad1101354ebbb48 (diff)
downloadastro-f7d6254f8f63363dc88b07381983f2a8cce69559.tar.gz
astro-f7d6254f8f63363dc88b07381983f2a8cce69559.tar.zst
astro-f7d6254f8f63363dc88b07381983f2a8cce69559.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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 19bac36d5..9748b7936 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^4.0.9",
- "astro": "^4.5.12",
+ "@astrojs/vue": "^4.0.10",
+ "astro": "^4.5.13",
"vue": "^3.3.8"
}
}