update dependencies and allow empty question set

This commit is contained in:
2017-07-28 14:27:09 +02:00
parent 653782859c
commit d986d6f9b6
12 changed files with 869 additions and 215 deletions

View File

@@ -22,17 +22,15 @@
},
"homepage": "https://gitlab.com/pushrocks/smartinteract#README",
"dependencies": {
"@types/inquirer": "0.0.31",
"@types/node": "^6.0.48",
"@types/q": "0.0.32",
"inquirer": "^1.2.3",
"lik": "^1.0.27",
"q": "^1.4.1",
"typings-global": "^1.0.14"
"@types/inquirer": "0.0.35",
"@types/q": "1.0.3",
"inquirer": "^3.2.1",
"lik": "^1.0.38",
"q": "^1.5.0",
"smartq": "^1.1.6",
"typings-global": "^1.0.20"
},
"devDependencies": {
"@types/should": "^8.1.30",
"should": "^11.1.1",
"typings-test": "^1.0.3"
"tapbundle": "^1.1.1"
}
}