diff options
author | 2022-06-28 06:33:13 -0700 | |
---|---|---|
committer | 2022-06-28 08:33:13 -0500 | |
commit | 768c8ed21db9114fa99d6d8d87e8f7ad4350f855 (patch) | |
tree | 07de6b4aca6d45cd9f53ba8ec2b0c4535d062178 /packages/integrations/vue | |
parent | 6360f474fb8cecaf4fe27e9184058b57da1df72a (diff) | |
download | astro-768c8ed21db9114fa99d6d8d87e8f7ad4350f855.tar.gz astro-768c8ed21db9114fa99d6d8d87e8f7ad4350f855.tar.zst astro-768c8ed21db9114fa99d6d8d87e8f7ad4350f855.zip |
[ci] update lockfile (#3740)
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 f91ce1cd3..a6b2989fe 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -32,12 +32,12 @@ }, "dependencies": { "@vitejs/plugin-vue": "^2.3.3", - "vite": "^2.9.9" + "vite": "^2.9.10" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", - "vue": "^3.2.36" + "vue": "^3.2.37" }, "peerDependencies": { "vue": "^3.2.30" |