fix(tests): add missing deps in cli to fix sandbox runs (#5742)

This commit is contained in:
anthony bushong 2025-08-07 10:58:44 -07:00 committed by GitHub
parent 7596481a9d
commit a3351bc985
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

2
package-lock.json generated
View File

@ -11681,6 +11681,7 @@
"@google/gemini-cli-core": "file:../core", "@google/gemini-cli-core": "file:../core",
"@google/genai": "1.9.0", "@google/genai": "1.9.0",
"@iarna/toml": "^2.2.5", "@iarna/toml": "^2.2.5",
"@modelcontextprotocol/sdk": "^1.15.1",
"@types/update-notifier": "^6.0.8", "@types/update-notifier": "^6.0.8",
"command-exists": "^1.2.9", "command-exists": "^1.2.9",
"diff": "^7.0.0", "diff": "^7.0.0",
@ -11702,6 +11703,7 @@
"string-width": "^7.1.0", "string-width": "^7.1.0",
"strip-ansi": "^7.1.0", "strip-ansi": "^7.1.0",
"strip-json-comments": "^3.1.1", "strip-json-comments": "^3.1.1",
"undici": "^7.10.0",
"update-notifier": "^7.3.1", "update-notifier": "^7.3.1",
"yargs": "^17.7.2", "yargs": "^17.7.2",
"zod": "^3.23.8" "zod": "^3.23.8"

View File

@ -31,6 +31,7 @@
"@google/gemini-cli-core": "file:../core", "@google/gemini-cli-core": "file:../core",
"@google/genai": "1.9.0", "@google/genai": "1.9.0",
"@iarna/toml": "^2.2.5", "@iarna/toml": "^2.2.5",
"@modelcontextprotocol/sdk": "^1.15.1",
"@types/update-notifier": "^6.0.8", "@types/update-notifier": "^6.0.8",
"command-exists": "^1.2.9", "command-exists": "^1.2.9",
"diff": "^7.0.0", "diff": "^7.0.0",
@ -52,6 +53,7 @@
"string-width": "^7.1.0", "string-width": "^7.1.0",
"strip-ansi": "^7.1.0", "strip-ansi": "^7.1.0",
"strip-json-comments": "^3.1.1", "strip-json-comments": "^3.1.1",
"undici": "^7.10.0",
"update-notifier": "^7.3.1", "update-notifier": "^7.3.1",
"yargs": "^17.7.2", "yargs": "^17.7.2",
"zod": "^3.23.8" "zod": "^3.23.8"