From 4634cf76463316306dffe51b17931a89b758b301 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 18 Nov 2021 18:23:17 +0100 Subject: [PATCH] Update dev-dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cfbe1e52..aeba23d5 100644 --- a/package.json +++ b/package.json @@ -63,10 +63,10 @@ "remark-preset-wooorm": "^9.0.0", "rimraf": "^3.0.0", "tape": "^5.0.0", - "tsd": "^0.17.0", + "tsd": "^0.19.0", "type-coverage": "^2.0.0", "typescript": "^4.0.0", - "xo": "^0.45.0" + "xo": "^0.46.0" }, "scripts": { "build": "rimraf \"test/**/*.d.ts\" && tsc && tsd && type-coverage",