update dependencies

This commit is contained in:
2017-09-21 23:01:03 +02:00
parent e59205490b
commit 53516b1c8f
2 changed files with 142 additions and 63 deletions

View File

@@ -18,17 +18,17 @@
},
"homepage": "https://gitlab.com/pushrocks/lik#README",
"devDependencies": {
"tapbundle": "^1.0.14"
"tapbundle": "^1.1.1"
},
"dependencies": {
"@types/lodash": "^4.14.67",
"@types/minimatch": "2.x.x",
"@types/lodash": "^4.14.74",
"@types/minimatch": "3.x.x",
"@types/q": "1.x.x",
"lodash": "^4.17.4",
"minimatch": "^3.0.4",
"q": "^1.5.0",
"rxjs": "^5.4.1",
"smartq": "^1.1.1",
"typings-global": "^1.0.19"
"rxjs": "^5.4.3",
"smartq": "^1.1.6",
"typings-global": "^1.0.20"
}
}