From 853af5ac3cd5246303e9b21ba936f1f03b6f1ba0 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 3 Oct 2021 19:06:56 +0200 Subject: [PATCH] Update dev-dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0de774f..870b54d 100644 --- a/package.json +++ b/package.json @@ -47,13 +47,13 @@ "prettier": "^2.0.0", "remark": "^14.0.0", "remark-cli": "^10.0.0", - "remark-preset-wooorm": "^8.0.0", + "remark-preset-wooorm": "^9.0.0", "rimraf": "^3.0.0", "tape": "^5.0.0", "to-vfile": "^7.0.0", "type-coverage": "^2.0.0", "typescript": "^4.0.0", - "xo": "^0.43.0" + "xo": "^0.45.0" }, "scripts": { "build": "rimraf \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",