Skip to content

Commit 285d352

Browse files
committed
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.
1 parent a3b3836 commit 285d352

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/napcat-framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"napcat-webui-backend": "workspace:*",
2424
"napcat-vite": "workspace:*",
2525
"napcat-qrcode": "workspace:*",
26-
"json5": "^3.2.2"
26+
"json5": "^2.2.3"
2727
},
2828
"devDependencies": {
2929
"@types/node": "^22.0.1"

0 commit comments

Comments
 (0)