Update missing dependencies for webhint

master
Kuba Orlik 9 months ago
parent a66048d768
commit f470514c54

@ -10,9 +10,11 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@hint/configuration-web-recommended": "^8.2.23",
"@hint/formatter-codeframe": "^3.1.35", "@hint/formatter-codeframe": "^3.1.35",
"@hint/hint-doctype": "^3.3.26", "@hint/hint-doctype": "^3.3.26",
"@hint/hint-no-broken-links": "^4.2.26", "@hint/hint-no-broken-links": "^4.2.26",
"hint": "^7.1.10" "hint": "^7.1.10",
"@hint/utils-dom": "^2.2.4"
} }
} }

Loading…
Cancel
Save