build: downgrade commander to v10
for support of NodeJS v14
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user