From 4722a8ef9ba903b47562fb2f55ff2d60207fe329 Mon Sep 17 00:00:00 2001
From: LiuHao <liuhaoai545@gmail>
Date: 星期五, 21 四月 2023 11:14:58 +0800
Subject: [PATCH] fix 升级vite版本4.1.4->4.3.1
---
package.json | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 03aa1bf..3879a32 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,6 @@
"@vueuse/core": "9.5.0",
"animate.css": "4.1.1",
"await-to-js": "^3.0.0",
- "vform3-builds": "3.0.8",
"axios": "^1.3.4",
"echarts": "5.4.0",
"element-plus": "2.2.27",
@@ -35,6 +34,7 @@
"path-to-regexp": "6.2.0",
"pinia": "2.0.22",
"screenfull": "6.0.0",
+ "vform3-builds": "3.0.8",
"vue": "3.2.45",
"vue-cropper": "1.0.3",
"vue-i18n": "9.2.2",
@@ -70,7 +70,7 @@
"unplugin-auto-import": "0.13.0",
"unplugin-icons": "0.15.1",
"unplugin-vue-components": "0.23.0",
- "vite": "4.1.4",
+ "vite": "4.3.1",
"vite-plugin-compression": "0.5.1",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
--
Gitblit v1.9.3