From 4a94722b483cbc4ee41f30121af1cdf4fe53ec92 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Wed, 17 May 2023 17:29:31 +0200 Subject: [PATCH] Fix build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d336e29b..b4a84fef 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "tsd": "^0.24.0", "type-coverage": "^2.0.0", "typescript": "^4.0.0", - "xo": "^0.53.0" + "xo": "^0.54.0" }, "scripts": { "prepack": "npm run build && npm run format",