summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-12-27 10:34:07 -0800
committerGravatar GitHub <noreply@github.com> 2023-12-27 13:34:07 -0500
commit98fa8f02ab8cb861087e9161019620e9bfd51bd8 (patch)
treeadf52dfbf89624c8c31906023f2775171960913f /examples/framework-vue
parentb8cc4444619380425e27b6f01b3e694e3e543c8d (diff)
downloadastro-98fa8f02ab8cb861087e9161019620e9bfd51bd8.tar.gz
astro-98fa8f02ab8cb861087e9161019620e9bfd51bd8.tar.zst
astro-98fa8f02ab8cb861087e9161019620e9bfd51bd8.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 851ac283b..29ad35c92 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^4.0.5",
- "astro": "^4.0.7",
+ "@astrojs/vue": "^4.0.6",
+ "astro": "^4.0.8",
"vue": "^3.3.8"
}
}