update from q to smartq

This commit is contained in:
2017-01-19 17:26:35 +01:00
parent 670bf5b124
commit eb7eb14415
17 changed files with 68 additions and 73 deletions

View File

@@ -25,16 +25,16 @@
"homepage": "https://gitlab.com/pushrocks/taskbuffer#readme",
"dependencies": {
"@types/lodash": "4.x.x",
"@types/q": "0.x.x",
"beautylog": "^5.0.23",
"lodash": "^4.15.0",
"beautylog": "^6.0.0",
"lodash": "^4.17.4",
"q": "^1.4.1",
"rxjs": "^5.0.0-beta.11",
"rxjs": "^5.0.3",
"smartq": "^1.0.2",
"typings-global": "^1.0.14"
},
"devDependencies": {
"npmts-g": "^5.2.8",
"should": "^11.1.0",
"typings-test": "^1.0.2"
"npmts-g": "^5.2.10",
"should": "^11.1.2",
"typings-test": "^1.0.3"
}
}