From f0d651784d6e15340a37083105263444deae1ef4 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 31 Mar 2022 16:08:54 +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 9939a453..0d9b206e 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "typescript": "~4.4.0", "unist-builder": "^3.0.0", "unist-util-remove-position": "^4.0.0", - "xo": "^0.47.0" + "xo": "^0.48.0" }, "scripts": { "build-packages": "node script/build-presets && node script/build-rules",