From a6e57787a7ae6adc475d5d26302f7da9a0575015 Mon Sep 17 00:00:00 2001 From: Caan Chen <20562615@qq.com> Date: Tue, 17 May 2022 09:59:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BA=E5=AE=9Acolors=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E9=81=BF=E5=85=8D=E6=96=B0=E5=AE=89=E8=A3=85?= =?UTF-8?q?1.4.2=E7=9A=84=E5=8C=85=E5=AF=BC=E8=87=B4=E6=9C=89=E6=81=B6?= =?UTF-8?q?=E6=84=8F=E4=BB=A3=E7=A0=81=E6=97=A0=E6=B3=95=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf83caa..f4106b5 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react": "*" }, "dependencies": { - "colors": "^1.3.3", + "colors": "1.4.0", "glob": "^7.1.4", "iconfont-parser": "^1.0.0", "lodash": "^4.17.15",