summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-11-07 23:51:24 -0800
committerGravatar GitHub <noreply@github.com> 2023-11-08 08:51:24 +0100
commit653ad939ce9f0ba12e2ce79a4cf9c154302b0bb9 (patch)
treea425a5840f273a568db53ac4e2a4f994c08e8513 /examples/framework-vue
parent14e586cc77570b08afae5eeef605e978fec287d8 (diff)
downloadastro-653ad939ce9f0ba12e2ce79a4cf9c154302b0bb9.tar.gz
astro-653ad939ce9f0ba12e2ce79a4cf9c154302b0bb9.tar.zst
astro-653ad939ce9f0ba12e2ce79a4cf9c154302b0bb9.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 5f3c17bda..49c330f50 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^3.0.3",
- "astro": "^3.4.3",
+ "@astrojs/vue": "^3.0.4",
+ "astro": "^3.4.4",
"vue": "^3.3.4"
}
}