Remove unnecessary dependencies (#15291)

This commit is contained in:
Tommaso Sciortino
2025-12-18 15:24:19 -08:00
committed by GitHub
parent edab97997a
commit 0c4fb6afd2
3 changed files with 804 additions and 20 deletions

817
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -89,6 +89,7 @@
"@vitest/coverage-v8": "^3.1.1",
"@vitest/eslint-plugin": "^1.3.4",
"cross-env": "^7.0.3",
"depcheck": "^1.4.7",
"esbuild": "^0.25.0",
"esbuild-plugin-wasm": "^1.1.0",
"eslint": "^9.24.0",
@@ -113,6 +114,7 @@
"react-devtools-core": "^6.1.2",
"semver": "^7.7.2",
"strip-ansi": "^7.1.2",
"ts-prune": "^0.10.3",
"tsx": "^4.20.3",
"typescript-eslint": "^8.30.1",
"vitest": "^3.2.4",

View File

@@ -45,9 +45,7 @@
"ajv-formats": "^3.0.0",
"chardet": "^2.1.0",
"diff": "^7.0.0",
"dotenv": "^17.1.0",
"fast-levenshtein": "^2.0.6",
"fast-uri": "^3.0.6",
"fdir": "^6.4.6",
"fzf": "^0.5.2",
"glob": "^12.0.0",
@@ -67,7 +65,6 @@
"tree-sitter-bash": "^0.25.0",
"undici": "^7.10.0",
"web-tree-sitter": "^0.25.10",
"ws": "^8.18.0",
"zod": "^3.25.76"
},
"optionalDependencies": {
@@ -82,11 +79,9 @@
"devDependencies": {
"@google/gemini-cli-test-utils": "file:../test-utils",
"@types/diff": "^7.0.2",
"@types/dotenv": "^6.1.1",
"@types/fast-levenshtein": "^0.0.4",
"@types/minimatch": "^5.1.2",
"@types/picomatch": "^4.0.1",
"@types/ws": "^8.5.10",
"msw": "^2.3.4",
"typescript": "^5.3.3",
"vitest": "^3.1.1"