From 8ab0bd2212c5a9717e3358fcba443e9e2c7972d5 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Fri, 20 Dec 2024 19:31:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20esbuild=E8=87=AA=E5=8A=A8=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E5=AF=BC=E8=87=B4=E8=BF=90=E8=A1=8C/=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index a5501e58..6e53d711 100644 --- a/package.json +++ b/package.json @@ -117,5 +117,8 @@ "canvas", "node-gyp" ] + }, + "resolutions": { + "esbuild": "0.24.0" } }