diff options
author | 2022-05-24 09:43:37 -0700 | |
---|---|---|
committer | 2022-05-24 11:43:37 -0500 | |
commit | ccaea997659a6f14df98d7f22c835c4dcd49ef59 (patch) | |
tree | e117b229e804edcc8a9b00df7b838306b6d2afa1 /examples/framework-vue | |
parent | 946630a112dca39d6afc32ef02edceda94a604cb (diff) | |
download | astro-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.json | 2 |
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" } } |