From d46957beea53222ca7583ab76c799e2ab276bca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Mon, 23 Jun 2025 16:55:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E7=9F=A5=E9=81=93=E6=9C=89=E5=95=A5?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 995f7f34..ed7dc21c 100644 --- a/package.json +++ b/package.json @@ -55,11 +55,11 @@ "@dcloudio/uni-mp-weixin": "3.0.0-4060620250520001", "@dcloudio/uni-mp-xhs": "3.0.0-4060620250520001", "@dcloudio/uni-quickapp-webview": "3.0.0-4060620250520001", - "vue": "^3.4.21", - "vue-i18n": "^9.1.9", - "crypto-js": "^3.1.9-1", + "crypto-js": "^3.1.9-1", "terser": "^5.42.0", - "uuid": "^11.1.0" + "uuid": "^11.1.0", + "vue": "^3.4.21", + "vue-i18n": "^9.1.9" }, "devDependencies": { "@dcloudio/types": "^3.4.8", @@ -68,7 +68,7 @@ "@dcloudio/uni-stacktracey": "3.0.0-4060620250520001", "@dcloudio/vite-plugin-uni": "3.0.0-4060620250520001", "@vue/runtime-core": "^3.4.21", - "vite": "5.2.8", - "sass": "^1.26.8" + "sass": "^1.26.8", + "vite": "5.2.8" } }