summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-05-12 10:42:34 -0600
committerGravatar GitHub <noreply@github.com> 2022-05-12 11:42:34 -0500
commit7cd4b1bc12d75f3a39cd2f4a3d20a74b29eabde4 (patch)
tree008d841b8ce69f0604e2381be8e9a0e80ddc3b2d /packages/integrations/vue
parent4838c510816dc111b5ac81eaacfa5c1a3a2ceff7 (diff)
downloadastro-7cd4b1bc12d75f3a39cd2f4a3d20a74b29eabde4.tar.gz
astro-7cd4b1bc12d75f3a39cd2f4a3d20a74b29eabde4.tar.zst
astro-7cd4b1bc12d75f3a39cd2f4a3d20a74b29eabde4.zip
[ci] update lockfile (#3287)
* [ci] update lockfile * chore: fix lockfile * fix: pin turbo Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Nate Moore <nate@skypack.dev>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r--packages/integrations/vue/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 2daca2ee4..6d55f72eb 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -31,8 +31,8 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "@vitejs/plugin-vue": "^2.3.1",
- "vite": "^2.9.5"
+ "@vitejs/plugin-vue": "^2.3.3",
+ "vite": "^2.9.9"
},
"devDependencies": {
"astro": "workspace:*",