Downgrade json5 in napcat-framework
Some checks failed
Build NapCat Artifacts / Build-Framework (push) Has been cancelled
Build NapCat Artifacts / Build-Shell (push) Has been cancelled

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.
This commit is contained in:
手瓜一十雪
2026-02-18 22:21:55 +08:00
parent a3b3836b8a
commit 285d352bc8

View File

@@ -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"