diff options
author | 2022-04-20 06:42:31 -0700 | |
---|---|---|
committer | 2022-04-20 09:42:31 -0400 | |
commit | 00b834384441735568134178b831d4ae6cc06abb (patch) | |
tree | c21ac0c4797d486546f97118735ef8d705d161ce /examples/framework-vue | |
parent | b19628e0a70ec335ee4c5dfaaa67196595b9b23c (diff) | |
download | astro-00b834384441735568134178b831d4ae6cc06abb.tar.gz astro-00b834384441735568134178b831d4ae6cc06abb.tar.zst astro-00b834384441735568134178b831d4ae6cc06abb.zip |
[ci] update lockfile (#3153)
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 aa085aa22..5a7d5489d 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -13,6 +13,6 @@ "astro": "^1.0.0-beta.14" }, "dependencies": { - "vue": "^3.2.31" + "vue": "^3.2.33" } } |