Remove validator

This commit is contained in:
Dolan Miu
2021-09-30 00:22:29 +01:00
parent e6a0f3e8f7
commit 60f59c1da5
2 changed files with 0 additions and 7 deletions

6
package-lock.json generated
View File

@ -5694,12 +5694,6 @@
"integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==",
"dev": true
},
"validate-with-xmllint": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/validate-with-xmllint/-/validate-with-xmllint-1.2.0.tgz",
"integrity": "sha512-UZ1+rDi48HJVlzPKXhRQAZnlBMJceo04j+2w48QEAQa7bzIco/WY5YUigLoNTEa89kmbZbzrmgqzgN1HD+nu5A==",
"dev": true
},
"verror": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",

View File

@ -94,7 +94,6 @@
"typedoc": "^0.22.3",
"typescript": "4.4.3",
"unzipper": "^0.10.11",
"validate-with-xmllint": "^1.2.0",
"webpack": "^5.28.0",
"webpack-cli": "^4.6.0"
},