Update to yargs v18 (#3759)

This commit is contained in:
Pascal Birchler
2025-07-15 08:09:12 +02:00
committed by GitHub
parent fefa7ecbea
commit 2862ae7344
4 changed files with 270 additions and 89 deletions

View File

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