downgraded inquirer

This commit is contained in:
Hassan El Mghari
2023-02-13 18:44:42 -05:00
parent 8cd36c1975
commit f1fe0e9adf
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "aicommits",
"version": "0.2.2",
"version": "0.2.3",
"description": "Writes your git commit messages for you with AI",
"main": "bin/index.js",
"bin": {
@@ -18,7 +18,7 @@
},
"dependencies": {
"chalk": "^4.1.2",
"inquirer": "^9.1.4",
"inquirer": "^8.0.0",
"node-fetch": "^3.3.0"
}
}