mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix(e2e): add missing deps to fix sandbox module not found errors in cli/core (#7256)
This commit is contained in:
@@ -46,6 +46,7 @@
|
|||||||
"open": "^10.1.2",
|
"open": "^10.1.2",
|
||||||
"react": "^19.1.0",
|
"react": "^19.1.0",
|
||||||
"read-package-up": "^11.0.0",
|
"read-package-up": "^11.0.0",
|
||||||
|
"simple-git": "^3.28.0",
|
||||||
"shell-quote": "^1.8.3",
|
"shell-quote": "^1.8.3",
|
||||||
"string-width": "^7.1.0",
|
"string-width": "^7.1.0",
|
||||||
"strip-ansi": "^7.1.0",
|
"strip-ansi": "^7.1.0",
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@google/genai": "1.13.0",
|
"@google/genai": "1.13.0",
|
||||||
|
"@lvce-editor/ripgrep": "^1.6.0",
|
||||||
"@modelcontextprotocol/sdk": "^1.11.0",
|
"@modelcontextprotocol/sdk": "^1.11.0",
|
||||||
"@opentelemetry/api": "^1.9.0",
|
"@opentelemetry/api": "^1.9.0",
|
||||||
"@opentelemetry/exporter-logs-otlp-grpc": "^0.203.0",
|
"@opentelemetry/exporter-logs-otlp-grpc": "^0.203.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user