fix(deps): Add fzf as a direct dependency to CLI (#7658)

This commit is contained in:
matt korwel
2025-09-03 10:14:33 -07:00
committed by GitHub
parent de53b30e69
commit dfd0c06153
2 changed files with 2 additions and 0 deletions

1
package-lock.json generated
View File

@@ -16678,6 +16678,7 @@
"command-exists": "^1.2.9",
"diff": "^7.0.0",
"dotenv": "^17.1.0",
"fzf": "^0.5.2",
"glob": "^10.4.1",
"highlight.js": "^11.11.1",
"ink": "^6.2.3",

View File

@@ -36,6 +36,7 @@
"command-exists": "^1.2.9",
"diff": "^7.0.0",
"dotenv": "^17.1.0",
"fzf": "^0.5.2",
"glob": "^10.4.1",
"highlight.js": "^11.11.1",
"ink": "^6.2.3",