Revert "Update to yargs v18 (#3759)" (#4252)

This commit is contained in:
N. Taylor Mullen
2025-07-15 12:36:54 -07:00
committed by GitHub
parent 776d6b6ea0
commit 8d9dc44b71
4 changed files with 92 additions and 273 deletions

View File

@@ -2,7 +2,7 @@
"name": "@google/gemini-cli",
"version": "0.1.12",
"engines": {
"node": ">=20"
"node": ">=20.0.0"
},
"type": "module",
"workspaces": [
@@ -80,6 +80,6 @@
"react-devtools-core": "^4.28.5",
"typescript-eslint": "^8.30.1",
"vitest": "^3.2.4",
"yargs": "^18.0.0"
"yargs": "^17.7.2"
}
}