summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-04-02 13:37:28 -0600
committerGravatar GitHub <noreply@github.com> 2022-04-02 13:37:28 -0600
commit3483cc228575b589cb7bb5d0ea0c5c619fa177b7 (patch)
treec4d9002bc8f975fbd11eaad640b4b880d4637336 /packages/integrations/vue
parentbae719505d4ac447ba9ca7a16becf26c3d7f67d5 (diff)
downloadastro-3483cc228575b589cb7bb5d0ea0c5c619fa177b7.tar.gz
astro-3483cc228575b589cb7bb5d0ea0c5c619fa177b7.tar.zst
astro-3483cc228575b589cb7bb5d0ea0c5c619fa177b7.zip
exit prerelease mode (#2967)
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r--packages/integrations/vue/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index e25e2d744..dfc40d95f 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -31,7 +31,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "@vitejs/plugin-vue": "^2.2.4"
+ "@vitejs/plugin-vue": "^2.3.1"
},
"devDependencies": {
"astro": "workspace:*",