fix(deps): move semver from devDependencies to dependencies

semver is required at runtime by the Node.js polyfill in cli-node.js

(globalThis.Bun.semver fallback) and by src/utils/semver.ts fallback.

Moving it to dependencies ensures it is installed during global npm install.

Signed-off-by: 林凯90331 <90331@sangfor.com>

Co-authored-by: CoStrict <zgsm@sangfor.com.cn>
This commit is contained in:
林凯90331 2026-05-15 11:39:45 +08:00
parent 90f27f36d6
commit c0ff0fb716

View File

@ -85,6 +85,7 @@
"@claude-code-best/mcp-chrome-bridge": "^2.0.8",
"gray-matter": "^4.0.3",
"hono": "^4.12.15",
"semver": "^7.7.4",
"undici": "^7.24.6",
"ws": "^8.20.0"
},
@ -201,7 +202,6 @@
"react-compiler-runtime": "^1.0.0",
"react-reconciler": "^0.33.0",
"rollup": "^4.60.1",
"semver": "^7.7.4",
"sharp": "^0.34.5",
"shell-quote": "^1.8.3",
"signal-exit": "^4.1.0",