Przeglądaj źródła

chore: update sfc playground download dep versions

Evan You 4 lat temu
rodzic
commit
c9c7030041

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

@@ -7,11 +7,11 @@
     "serve": "vite preview"
   },
   "dependencies": {
-    "vue": "^3.0.9"
+    "vue": "^3.2.0"
   },
   "devDependencies": {
-    "@vitejs/plugin-vue": "^1.1.5",
-    "@vue/compiler-sfc": "^3.0.9",
-    "vite": "^2.1.3"
+    "@vitejs/plugin-vue": "^1.4.0",
+    "@vue/compiler-sfc": "^3.2.0",
+    "vite": "^2.4.4"
   }
 }