From f5c7971e5ac35ae2616565a6315ae285270ef3ed Mon Sep 17 00:00:00 2001 From: Lloyd Benson Date: Sat, 26 Sep 2020 14:35:33 -0500 Subject: [PATCH] upgrade lab to v24 and devDependency of typescript (#158) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index adc3397..c764ff0 100755 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "@hapi/hoek": "9.x.x" }, "devDependencies": { - "@hapi/lab": "23.x.x" + "@hapi/lab": "24.x.x", + "typescript": "~4.0.2" }, "scripts": { "test": "lab -t 100 -L -Y",