summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"
}
}