]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update sfc playground download dep versions
authorEvan You <yyx990803@gmail.com>
Mon, 9 Aug 2021 20:08:53 +0000 (16:08 -0400)
committerEvan You <yyx990803@gmail.com>
Mon, 9 Aug 2021 20:08:53 +0000 (16:08 -0400)
packages/sfc-playground/src/download/template/package.json

index 6bede6ce62739225e65c32d67997bfa7de3a8ff1..4f6bdd4a42c7284a37c50e375e2964d8238a2303 100644 (file)
@@ -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"
   }
 }
\ No newline at end of file