chore: remove unused dep

This commit is contained in:
Alexis Tyler
2021-07-05 16:42:17 +09:30
parent 134e7b82af
commit 81014d7f50
2 changed files with 0 additions and 16 deletions
-15
View File
@@ -10465,21 +10465,6 @@
"resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
},
"p-wait-for": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-4.0.0.tgz",
"integrity": "sha512-nNTv4xr44ZCilARTe9Bbh0+Ou5D2O1y8CPUsgH7ok6r1F7pSHM7pkOjaySgrW+sq3l4NEMFtLu8u8rgHm6TK5w==",
"requires": {
"p-timeout": "^5.0.0"
},
"dependencies": {
"p-timeout": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.0.0.tgz",
"integrity": "sha512-z+bU/N7L1SABsqKnQzvAnINgPX7NHdzwUV+gHyJE7VGNDZSr03rhcPODCZSWiiT9k+gf74QPmzcZzqJRvxYZow=="
}
}
},
"package-hash": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/package-hash/-/package-hash-4.0.0.tgz",
-1
View File
@@ -106,7 +106,6 @@
"observable-to-promise": "^1.0.0",
"p-iteration": "^1.1.8",
"p-props": "^4.0.0",
"p-wait-for": "^4.0.0",
"package-json": "^7.0.0",
"path-exists": "^4.0.0",
"path-type": "^5.0.0",