deps: remove html-escaper

This commit is contained in:
bholmesdev 2023-02-14 12:30:48 -05:00
parent 0e61629976
commit bc95f53e04
2 changed files with 0 additions and 3 deletions

View file

@ -33,7 +33,6 @@
"dependencies": { "dependencies": {
"@markdoc/markdoc": "^0.2.2", "@markdoc/markdoc": "^0.2.2",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"html-escaper": "^3.0.3",
"stringify-attributes": "^3.0.0" "stringify-attributes": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {

View file

@ -2890,7 +2890,6 @@ importers:
chai: ^4.3.6 chai: ^4.3.6
devalue: ^4.2.0 devalue: ^4.2.0
gray-matter: ^4.0.3 gray-matter: ^4.0.3
html-escaper: ^3.0.3
linkedom: ^0.14.12 linkedom: ^0.14.12
mocha: ^9.2.2 mocha: ^9.2.2
stringify-attributes: ^3.0.0 stringify-attributes: ^3.0.0
@ -2898,7 +2897,6 @@ importers:
dependencies: dependencies:
'@markdoc/markdoc': 0.2.2 '@markdoc/markdoc': 0.2.2
gray-matter: 4.0.3 gray-matter: 4.0.3
html-escaper: 3.0.3
stringify-attributes: 3.0.0 stringify-attributes: 3.0.0
devDependencies: devDependencies:
'@types/chai': 4.3.4 '@types/chai': 4.3.4