From acce1ab7c16424e3f16ef294a8b5dc3d77e3e14b Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 29 May 2022 11:58:46 +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 a64db3f7e..0185f36b7 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "typescript": "^4.0.0", "unified": "^10.0.0", "unist-util-remove-position": "^4.0.0", - "xo": "^0.48.0" + "xo": "^0.49.0" }, "scripts": { "build": "npm run build --workspaces && rimraf \"*.d.ts\" \"{test,script}/**/*.d.ts\" && tsc && type-coverage",