From f8939becaa3f6c1a8bc3675c94f519dacf2448a7 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 24 Oct 2025 13:46:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=BC=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 9fa8835..d314f0c 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "swiper": "^11.2.8", "uuid": "^11.0.5", "vform3-builds": "^3.0.10", - "vue": "3.5.21", + "vue": "3.5.22", "vue-barcode": "^1.3.0", "vue-cropper": "1.1.1", "vue-datepicker-next": "1.0.3", @@ -91,7 +91,7 @@ "@unocss/preset-icons": "0.58.6", "@unocss/preset-uno": "0.58.6", "@vitejs/plugin-vue": "5.0.4", - "@vue/compiler-sfc": "3.4.34", + "@vue/compiler-sfc": "3.5.21", "autoprefixer": "10.4.18", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", @@ -121,10 +121,10 @@ }, "overrides": { "vue": "3.5.21", - "@vue/compiler-core": "3.4.34", - "@vue/runtime-dom": "3.4.34", - "@vue/runtime-core": "3.4.34", - "@vue/reactivity": "3.4.34", - "@vue/shared": "3.4.34" + "@vue/compiler-core": "3.5.21", + "@vue/runtime-dom": "3.5.21", + "@vue/runtime-core": "3.5.21", + "@vue/reactivity": "3.5.21", + "@vue/shared": "3.5.21" } }