improve typings

This commit is contained in:
2016-09-04 17:56:56 +02:00
parent c4aa3a8926
commit 5858682946
5 changed files with 140 additions and 19 deletions

View File

@@ -23,29 +23,29 @@
"homepage": "https://gitlab.com/pushrocks/npmci#README",
"devDependencies": {
"npmts-g": "^5.2.8",
"should": "^10.0.0",
"typings-test": "^1.0.1"
"should": "^11.1.0",
"typings-test": "^1.0.2"
},
"dependencies": {
"@types/lodash": "^0.0.28",
"@types/q": "^0.0.27",
"@types/request": "^0.0.27",
"@types/shelljs": "^0.3.27",
"beautylog": "^5.0.18",
"@types/lodash": "^4.14.34",
"@types/q": "0.x.x",
"@types/request": "0.x.x",
"@types/shelljs": "^0.3.30",
"beautylog": "^5.0.23",
"gulp": "^3.9.1",
"gulp-function": "^1.3.6",
"lodash": "^4.14.1",
"lodash": "^4.15.0",
"projectinfo": "^1.0.3",
"q": "^1.4.1",
"request": "^2.74.0",
"shelljs": "^0.7.3",
"smartcli": "^1.0.4",
"smartfile": "^4.0.12",
"shelljs": "^0.7.4",
"smartcli": "^1.0.9",
"smartfile": "^4.0.15",
"smartparam": "^0.1.1",
"smartsocket": "^1.1.4",
"smartssh": "^1.1.5",
"smartstring": "^2.0.15",
"smartstring": "^2.0.17",
"through2": "^2.0.1",
"typings-global": "^1.0.6"
"typings-global": "^1.0.14"
}
}