summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Princesseuh <3019731+Princesseuh@users.noreply.github.com> 2024-08-19 11:49:19 +0200
committerGravatar Princesseuh <3019731+Princesseuh@users.noreply.github.com> 2024-08-19 11:49:19 +0200
commit7ffcae19064a8c912a7d5e8c943952923d20edc5 (patch)
tree865eab5681bc0bf274e22a908e4c7778022a8d65 /examples/framework-vue
parentd37390ea136238d9b89cac5f9e3ca56d5a19e54b (diff)
parentd12dcbff606dd8330075ba77d73ed3cbc79d7421 (diff)
downloadastro-7ffcae19064a8c912a7d5e8c943952923d20edc5.tar.gz
astro-7ffcae19064a8c912a7d5e8c943952923d20edc5.tar.zst
astro-7ffcae19064a8c912a7d5e8c943952923d20edc5.zip
Merge branch 'main' into next
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 1bff3df25..2e9653a88 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/vue": "^4.5.0",
"astro": "^4.14.2",
- "vue": "^3.4.37"
+ "vue": "^3.4.38"
}
}