summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPascal Birchler <[email protected]>2025-07-15 08:09:12 +0200
committerGitHub <[email protected]>2025-07-15 06:09:12 +0000
commit2862ae7344db11f3de96b9b13fcc6c98b19f5b26 (patch)
treefaf4acd1ea1f3700b89d1a00ebd90ab9035277ca /package.json
parentfefa7ecbea2ab985e48679ceb3010a174777a188 (diff)
Update to yargs v18 (#3759)
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 9b47413d..49ecfe99 100644
--- a/package.json
+++ b/package.json
@@ -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"
}
}