update dependencies

This commit is contained in:
Philipp Kunz 2016-08-19 10:57:58 +02:00
parent 7d700f3285
commit 51b734ef96

View File

@ -18,16 +18,16 @@
}, },
"homepage": "https://gitlab.com/pushrocks/npmextra#README", "homepage": "https://gitlab.com/pushrocks/npmextra#README",
"dependencies": { "dependencies": {
"@types/q": "^0.0.27", "@types/q": "^0.x.x",
"beautylog": "^5.0.14", "beautylog": "^5.0.20",
"lodash": "^4.13.1", "lodash": "^4.15.0",
"q": "^1.4.1", "q": "^1.4.1",
"smartfile": "^4.0.11", "smartfile": "^4.0.13",
"typings-global": "^1.0.6" "typings-global": "^1.0.6"
}, },
"devDependencies": { "devDependencies": {
"@types/should": "^8.1.26", "@types/should": "^8.1.27",
"should": "^10.0.0", "should": "^11.1.0",
"typings-test": "^1.0.1" "typings-test": "^1.0.1"
} }
} }