From 03020eacbc9cbe008fea718f4c8c437fdd55db05 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Wed, 3 Aug 2016 12:14:21 +0200 Subject: [PATCH] update type versions --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d1b0611..c44fe31 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,9 @@ }, "homepage": "https://gitlab.com/pushrocks/taskbuffer#readme", "dependencies": { - "@types/lodash": "^0.0.28", - "@types/q": "^0.0.27", - "beautylog": "^5.0.18", + "@types/lodash": "0.x.x", + "@types/q": "0.x.x", + "beautylog": "^5.0.20", "lodash": "^4.14.1", "q": "^1.4.1", "rxjs": "^5.0.0-beta.10",