From e984d542b4219c54d8bcba08e9fe30ac595756b3 Mon Sep 17 00:00:00 2001 From: JackyTang Date: Thu, 25 Sep 2025 09:23:46 +0000 Subject: [PATCH] =?UTF-8?q?update=20=E5=8D=87=E7=BA=A7unocss=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=8Cnodejs22=E7=89=88=E6=9C=AC=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E5=90=AF=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: JackyTang --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7d4b418..f486d8e 100644 --- a/package.json +++ b/package.json @@ -53,9 +53,9 @@ "@types/js-cookie": "3.0.6", "@types/node": "^22.13.4", "@types/nprogress": "0.2.3", - "@unocss/preset-attributify": "66.0.0", - "@unocss/preset-icons": "66.0.0", - "@unocss/preset-uno": "66.0.0", + "@unocss/preset-attributify": "66.5.2", + "@unocss/preset-icons": "66.5.2", + "@unocss/preset-uno": "66.5.2", "@vitejs/plugin-vue": "5.2.3", "@vue/compiler-sfc": "3.5.13", "@vue/eslint-config-prettier": "10.2.0", @@ -68,7 +68,7 @@ "prettier": "3.5.2", "sass": "1.87.0", "typescript": "~5.8.3", - "unocss": "66.0.0", + "unocss": "66.5.2", "unplugin-auto-import": "19.1.2", "unplugin-icons": "22.1.0", "unplugin-vue-components": "28.5.0", -- Gitee