summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorN. Taylor Mullen <[email protected]>2025-07-15 12:36:54 -0700
committerGitHub <[email protected]>2025-07-15 12:36:54 -0700
commit8d9dc44b71c71dc7800f1dedcc5f88ec1ab654fa (patch)
tree740155f1fe56cd4bc3ae430d622d513eb1e91fb0 /package.json
parent776d6b6ea0f1216ee441a56f91792c599b75408e (diff)
Revert "Update to yargs v18 (#3759)" (#4252)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 49ecfe99..9b47413d 100644
--- a/package.json
+++ b/package.json
@@ -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"
}
}