summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-05-24 09:43:37 -0700
committerGravatar GitHub <noreply@github.com> 2022-05-24 11:43:37 -0500
commitccaea997659a6f14df98d7f22c835c4dcd49ef59 (patch)
treee117b229e804edcc8a9b00df7b838306b6d2afa1 /examples/framework-vue
parent946630a112dca39d6afc32ef02edceda94a604cb (diff)
downloadastro-ccaea997659a6f14df98d7f22c835c4dcd49ef59.tar.gz
astro-ccaea997659a6f14df98d7f22c835c4dcd49ef59.tar.zst
astro-ccaea997659a6f14df98d7f22c835c4dcd49ef59.zip
[ci] update lockfile (#3419)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
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 852377030..636a9a4a1 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.32"
},
"dependencies": {
- "vue": "^3.2.34"
+ "vue": "^3.2.36"
}
}