From a7f448e2c34de5766404ae45de4ceed63f0ffad6 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 8 Jun 2021 17:28:31 +0200 Subject: [PATCH] Update dev-dependencies --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b353423..b365ff1 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.39.0" + "xo": "^0.40.0" }, "scripts": { "build": "rimraf \"dev/**/*.d.ts\" \"test/**/*.d.ts\" && tsc && type-coverage && micromark-build", @@ -78,7 +78,8 @@ "xo": { "prettier": true, "rules": { - "unicorn/no-this-assignment": "off" + "unicorn/no-this-assignment": "off", + "unicorn/prefer-node-protocol": "off" } }, "remarkConfig": {