From 87db31d9bfb27ec82b703fe870b24e7572238d94 Mon Sep 17 00:00:00 2001 From: yxx7318 <1303490776@qq.com> Date: Sun, 13 Jul 2025 00:39:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=93=BA=E5=A4=A9=E7=9B=96?= =?UTF-8?q?=E5=9C=B0=E7=9A=84Deprecation=20Warning=20[import]:=20Sass=20@i?= =?UTF-8?q?mport=20rules=20are=20deprecated=20and=20will=20be=20removed=20?= =?UTF-8?q?in=20Dart=20Sass=203.0.0.=20=E8=AD=A6=E5=91=8A=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=8C=E5=9B=BA=E5=AE=9Asass=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=B8=BA1.78.0=EF=BC=8C=E7=94=B1=E4=BA=8Evite.config=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E9=85=8D=E7=BD=AEapi:=20'modern-compiler'=E9=9C=80?= =?UTF-8?q?=E8=A6=815.4.0=E4=BB=A5=E4=B8=8A=E7=89=88=E6=9C=AC=E6=89=8D?= =?UTF-8?q?=E7=94=9F=E6=95=88=EF=BC=8C=E7=9B=B4=E6=8E=A5=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E5=88=B0=E6=9C=80=E6=96=B0=E7=9A=84vite5=E7=A8=B3=E5=AE=9A?= =?UTF-8?q?=E7=89=88=EF=BC=8C=E7=BB=93=E5=90=88=E5=BD=BB=E5=BA=95=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E8=AD=A6=E5=91=8A=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9ba4fac..17f4887 100644 --- a/package.json +++ b/package.json @@ -90,10 +90,10 @@ "@vue/runtime-core": "^3.5.12", "@vue/tsconfig": "^0.5.1", "less": "^4.2.0", - "sass": "^1.78.0", + "sass": "1.78.0", "sass-loader": "^16.0.1", "typescript": "^5.6.2", - "vite": "5.2.8", + "vite": "5.4.10", "vue-tsc": "2.1.6" } } -- Gitee