Remove unused packages

This commit is contained in:
Aleksandr Statciuk 2021-11-25 20:51:10 +03:00
parent 31f649358b
commit e3381e19e5
2 changed files with 2 additions and 6 deletions

4
package-lock.json generated
View file

@ -18,7 +18,6 @@
"glob": "^7.2.0", "glob": "^7.2.0",
"iconv-lite": "^0.4.24", "iconv-lite": "^0.4.24",
"jest": "^27.3.1", "jest": "^27.3.1",
"jsdom": "^16.5.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"markdown-include": "^0.4.3", "markdown-include": "^0.4.3",
"mockdate": "^3.0.5", "mockdate": "^3.0.5",
@ -28,8 +27,7 @@
"tabletojson": "^2.0.7", "tabletojson": "^2.0.7",
"ts-node": "^10.3.0", "ts-node": "^10.3.0",
"typescript": "^4.4.4", "typescript": "^4.4.4",
"wildcard-match": "^5.1.2", "wildcard-match": "^5.1.2"
"xml-js": "^1.6.11"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {

View file

@ -22,7 +22,6 @@
"glob": "^7.2.0", "glob": "^7.2.0",
"iconv-lite": "^0.4.24", "iconv-lite": "^0.4.24",
"jest": "^27.3.1", "jest": "^27.3.1",
"jsdom": "^16.5.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"markdown-include": "^0.4.3", "markdown-include": "^0.4.3",
"mockdate": "^3.0.5", "mockdate": "^3.0.5",
@ -32,7 +31,6 @@
"tabletojson": "^2.0.7", "tabletojson": "^2.0.7",
"ts-node": "^10.3.0", "ts-node": "^10.3.0",
"typescript": "^4.4.4", "typescript": "^4.4.4",
"wildcard-match": "^5.1.2", "wildcard-match": "^5.1.2"
"xml-js": "^1.6.11"
} }
} }