Remove parse5 dependency

This commit is contained in:
Michal Vanko 2019-11-10 21:39:31 +01:00
parent 27b93c6e02
commit b67fb2e6a5
2 changed files with 0 additions and 6 deletions

5
package-lock.json generated
View File

@ -1740,11 +1740,6 @@
"json-parse-better-errors": "^1.0.1" "json-parse-better-errors": "^1.0.1"
} }
}, },
"parse5": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz",
"integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug=="
},
"path-key": { "path-key": {
"version": "2.0.1", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",

View File

@ -16,7 +16,6 @@
"date-fns": "^2.7.0", "date-fns": "^2.7.0",
"front-matter": "^3.0.2", "front-matter": "^3.0.2",
"marked": "^0.7.0", "marked": "^0.7.0",
"parse5": "^5.1.1",
"polka": "^0.5.2", "polka": "^0.5.2",
"ramda": "^0.26.1", "ramda": "^0.26.1",
"sirv": "^0.4.2" "sirv": "^0.4.2"