From aa1edd418071a7c0724e99d5e80f1561b04527cd Mon Sep 17 00:00:00 2001 From: horizons <1490493387@qq.com> Date: Thu, 27 Oct 2022 01:43:13 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20vite3=E5=8D=87=E7=BA=A7=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=86=B2=E7=AA=81=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 4284a079c79838d712b49beebd14673a5309fcc1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 699beca8..239a6ee9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/path-browserify": "^1.0.0", "@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/parser": "^5.19.0", - "@vitejs/plugin-vue": "^1.10.2", + "@vitejs/plugin-vue": "^3.1.2", "eslint": "^8.14.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", @@ -49,7 +49,7 @@ "prettier": "^2.6.2", "sass": "^1.53.0", "typescript": "^4.7.4", - "vite": "^3.1.8", + "vite": "^3.2.0", "vite-plugin-svg-icons": "^2.0.1", "vue-tsc": "^0.35.0" },