From 59cd6da99b42b9e9c021efd634fe6dd398fd588c Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Wed, 3 Aug 2016 12:03:55 +0200 Subject: [PATCH] update type versions --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9fe9752..7f120c7 100644 --- a/package.json +++ b/package.json @@ -31,11 +31,10 @@ }, "homepage": "https://gitlab.com/pushrocks/beautylog", "dependencies": { - "@types/colors": "^0.6.29", - "@types/lodash": "^0.0.29", - "@types/loggly": "^1.0.28", - "@types/q": "^0.0.28", - "@types/winston": "^0.0.27", + "@types/colors": "0.x.x", + "@types/lodash": "0.x.x", + "@types/loggly": "1.x.x", + "@types/q": "0.x.x", "cli-color": "^1.1.0", "cli-table2": "^0.2.0", "colors": "1.1.2",