diff options
author | 2022-03-21 08:32:25 -0700 | |
---|---|---|
committer | 2022-03-21 10:32:25 -0500 | |
commit | 0c5378b8cf4fcf4a7b4e6c9e33f0ba9c370990f3 (patch) | |
tree | 9fd44ef8ddbfa93f0ac0d964f3d0b14bf3e9b109 /packages/integrations/vue | |
parent | 3a7f992c29ffae545bc51b146ead366c4629c023 (diff) | |
download | astro-0c5378b8cf4fcf4a7b4e6c9e33f0ba9c370990f3.tar.gz astro-0c5378b8cf4fcf4a7b4e6c9e33f0ba9c370990f3.tar.zst astro-0c5378b8cf4fcf4a7b4e6c9e33f0ba9c370990f3.zip |
[ci] update lockfile (#2841)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 8fce8e77a..93f6a09c2 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -25,12 +25,12 @@ "dev": "astro-scripts dev \"src/**/*.ts\"" }, "dependencies": { - "@vitejs/plugin-vue": "^2.2.0" + "@vitejs/plugin-vue": "^2.2.4" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", - "vue": "^3.2.30" + "vue": "^3.2.31" }, "peerDependencies": { "vue": "^3.2.30" |