Browse Source

chore(playground): update download template deps

Evan You 2 years ago
parent
commit
d27ee59274
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/sfc-playground/src/download/template/package.json

+ 2 - 2
packages/sfc-playground/src/download/template/package.json

@@ -8,10 +8,10 @@
     "serve": "vite preview"
   },
   "dependencies": {
-    "vue": "^3.3.0"
+    "vue": "^3.4.0"
   },
   "devDependencies": {
-    "@vitejs/plugin-vue": "^4.6.2",
+    "@vitejs/plugin-vue": "^5.0.3",
     "vite": "^5.0.12"
   }
 }