From 5e84006293a63b635ddad15d81fbd6d45191b156 Mon Sep 17 00:00:00 2001 From: anthony bushong Date: Wed, 27 Aug 2025 15:23:38 -0700 Subject: [PATCH] fix(e2e): add missing deps to fix sandbox module not found errors in cli/core (#7256) --- packages/cli/package.json | 1 + packages/core/package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/cli/package.json b/packages/cli/package.json index 7d958cd2..160b9e8a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -46,6 +46,7 @@ "open": "^10.1.2", "react": "^19.1.0", "read-package-up": "^11.0.0", + "simple-git": "^3.28.0", "shell-quote": "^1.8.3", "string-width": "^7.1.0", "strip-ansi": "^7.1.0", diff --git a/packages/core/package.json b/packages/core/package.json index 1fc6dda9..7e4ff3c2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -21,6 +21,7 @@ ], "dependencies": { "@google/genai": "1.13.0", + "@lvce-editor/ripgrep": "^1.6.0", "@modelcontextprotocol/sdk": "^1.11.0", "@opentelemetry/api": "^1.9.0", "@opentelemetry/exporter-logs-otlp-grpc": "^0.203.0",