From 285d352bc8832914b2729ce0dcc95f64195ebbb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Wed, 18 Feb 2026 22:21:55 +0800 Subject: [PATCH] Downgrade json5 in napcat-framework Update packages/napcat-framework/package.json to use json5@^2.2.3 (was ^3.2.2). This change pins json5 to the v2 line, likely for compatibility with other workspace packages or tooling that require the older major version. --- packages/napcat-framework/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/napcat-framework/package.json b/packages/napcat-framework/package.json index c3325c4e..38c51c8c 100644 --- a/packages/napcat-framework/package.json +++ b/packages/napcat-framework/package.json @@ -23,7 +23,7 @@ "napcat-webui-backend": "workspace:*", "napcat-vite": "workspace:*", "napcat-qrcode": "workspace:*", - "json5": "^3.2.2" + "json5": "^2.2.3" }, "devDependencies": { "@types/node": "^22.0.1"