From 65216f3312c4f785f3de1f276836cd1bf21b1903 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 18 Jul 2021 18:39:01 +0200 Subject: [PATCH] Update dev-dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49925d2..9aef061 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "tape": "^5.0.0", "type-coverage": "^2.0.0", "typescript": "^4.0.0", - "xo": "^0.39.0" + "xo": "^0.42.0" }, "scripts": { "build": "rimraf \"*.d.ts\" && tsc && type-coverage",