DefinitelyTyped/types/htmlparser2/package.json
Henry Hsu 7ba2557c42
domhandler@3.x starts to includes its own type declarations. Unfortunately, those type declarations are incompatible with @types/domutils and @types/htmlparser2. (#46560)
In particular `DomElement` is no longer defined. This PR makes it so we are pinned to the right major version of domhandler compatible with the type definitions here.
2020-09-08 13:57:37 -07:00

7 lines
76 B
JSON

{
"private": true,
"dependencies": {
"domhandler": "^2.4.0"
}
}