build: downgrade commander to v10

for support of NodeJS v14
This commit is contained in:
2024-03-05 00:11:10 +02:00
parent 68a0c0e35b
commit 5e6900e70d
3 changed files with 14 additions and 11 deletions

View File

@@ -13,9 +13,12 @@
"scripts": {
"build": "tsc"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "https://git.resultium.net/technology/rcz.git"
"url": "https://git.resultium.net/public/rcz.git"
},
"keywords": [
"conventional",
@@ -23,18 +26,18 @@
],
"author": {
"name": "Resultium",
"email": "contact@resultium.io",
"email": "technology@resultium.io",
"url": "https://www.resultium.io"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"commander": "^11.1.0",
"semver": "^7.5.4",
"simple-git": "^3.21.0"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/semver": "^7.5.6",
"commander": "^10.0.1",
"typescript": "^5.3.3"
}
}