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" } }