From a0961142a5adefa262e75eecc2ab6927a276f386 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sat, 2 Oct 2021 13:34:51 +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 231ca06..42284c9 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "tape": "^5.0.0", "type-coverage": "^2.0.0", "typescript": "^4.0.0", - "xo": "^0.44.0" + "xo": "^0.45.0" }, "scripts": { "build": "rimraf \"dev/**/*.d.ts\" \"test/**/*.d.ts\" && tsc && type-coverage && micromark-build",