mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 21:03:05 -07:00
fix(deps): Add fzf as a direct dependency to CLI (#7658)
This commit is contained in:
Generated
+1
@@ -16678,6 +16678,7 @@
|
|||||||
"command-exists": "^1.2.9",
|
"command-exists": "^1.2.9",
|
||||||
"diff": "^7.0.0",
|
"diff": "^7.0.0",
|
||||||
"dotenv": "^17.1.0",
|
"dotenv": "^17.1.0",
|
||||||
|
"fzf": "^0.5.2",
|
||||||
"glob": "^10.4.1",
|
"glob": "^10.4.1",
|
||||||
"highlight.js": "^11.11.1",
|
"highlight.js": "^11.11.1",
|
||||||
"ink": "^6.2.3",
|
"ink": "^6.2.3",
|
||||||
|
|||||||
@@ -36,6 +36,7 @@
|
|||||||
"command-exists": "^1.2.9",
|
"command-exists": "^1.2.9",
|
||||||
"diff": "^7.0.0",
|
"diff": "^7.0.0",
|
||||||
"dotenv": "^17.1.0",
|
"dotenv": "^17.1.0",
|
||||||
|
"fzf": "^0.5.2",
|
||||||
"glob": "^10.4.1",
|
"glob": "^10.4.1",
|
||||||
"highlight.js": "^11.11.1",
|
"highlight.js": "^11.11.1",
|
||||||
"ink": "^6.2.3",
|
"ink": "^6.2.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user