From f470514c548178229e2f074092e5ddac4dfcdeac Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sat, 24 Feb 2024 13:56:31 +0100 Subject: [PATCH] Update missing dependencies for webhint --- webhint/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webhint/package.json b/webhint/package.json index c0b0604..579b52f 100644 --- a/webhint/package.json +++ b/webhint/package.json @@ -10,9 +10,11 @@ "author": "", "license": "ISC", "dependencies": { + "@hint/configuration-web-recommended": "^8.2.23", "@hint/formatter-codeframe": "^3.1.35", "@hint/hint-doctype": "^3.3.26", "@hint/hint-no-broken-links": "^4.2.26", - "hint": "^7.1.10" + "hint": "^7.1.10", + "@hint/utils-dom": "^2.2.4" } }