From 393e60c6e9200e132624e1315a53fcc96b01c2fd Mon Sep 17 00:00:00 2001 From: WangHe <51102@163.com> Date: Wed, 6 Aug 2025 15:20:33 +0800 Subject: [PATCH] fix: npm ci "highlight.js" build fail --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 0f3e926cb..b67b5739d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ "core-js": "^3.8.3", "cropperjs": "^1.6.2", "echarts": "^5.6.0", - "highlight.js": "^11.11.1", + "highlight.js": "^10.7.1", "ldrs": "^1.1.7", "markdown-it": "^14.1.0", "vditor": "^3.11.1",