summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-05-23 03:06:20 -0700
committerGravatar GitHub <noreply@github.com> 2024-05-23 11:06:20 +0100
commit50775925f9b2b50c3259dfd3d6f687d9af454884 (patch)
tree320b18edee7df55ae4c69a2b169aa9ceccf85b04 /examples/framework-vue
parent9a0e94b2e6bc41b370d8a0518004c6f3cb1b833e (diff)
downloadastro-50775925f9b2b50c3259dfd3d6f687d9af454884.tar.gz
astro-50775925f9b2b50c3259dfd3d6f687d9af454884.tar.zst
astro-50775925f9b2b50c3259dfd3d6f687d9af454884.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 f7503e770..b678578f8 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^4.2.0",
- "astro": "^4.8.7",
+ "@astrojs/vue": "^4.3.0",
+ "astro": "^4.9.0",
"vue": "^3.4.27"
}
}