Merge pull request #106 from y574444354/fix/semver

fix(deps): move semver from devDependencies to dependencies
This commit is contained in:
linkai0924 2026-05-15 11:44:22 +08:00 committed by GitHub
commit 7d38f3af4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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