1
0
Fork 0

remove: unused esm dep

This commit is contained in:
Sean Sube 2023-01-01 18:43:23 -06:00
parent ca4176f860
commit 14d20cec58
2 changed files with 1 additions and 12 deletions

View File

@ -48,7 +48,6 @@
"eslint-plugin-mocha": "10.1.0", "eslint-plugin-mocha": "10.1.0",
"eslint-plugin-no-null": "1.0.2", "eslint-plugin-no-null": "1.0.2",
"eslint-plugin-sonarjs": "0.16.0", "eslint-plugin-sonarjs": "0.16.0",
"esm": "3.2.25",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"memfs": "3.4.12", "memfs": "3.4.12",
"mocha": "10.1.0", "mocha": "10.1.0",
@ -62,11 +61,6 @@
"typescript": "4.9.4", "typescript": "4.9.4",
"yargs": "17.6.2" "yargs": "17.6.2"
}, },
"husky": {
"hooks": {
"pre-commit": "make"
}
},
"dependencies": { "dependencies": {
"node-fetch": "^3.0.0" "node-fetch": "^3.0.0"
}, },
@ -74,7 +68,7 @@
"registry": "https://registry.npmjs.org" "registry": "https://registry.npmjs.org"
}, },
"bin": { "bin": {
"cautious-journey": "out/index.js" "cautious-journey": "out/src/index.js"
}, },
"nyc": { "nyc": {
"extends": "@istanbuljs/nyc-config-typescript", "extends": "@istanbuljs/nyc-config-typescript",

View File

@ -1956,11 +1956,6 @@ eslint@8.29.0:
strip-json-comments "^3.1.0" strip-json-comments "^3.1.0"
text-table "^0.2.0" text-table "^0.2.0"
esm@3.2.25:
version "3.2.25"
resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10"
integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==
espree@^9.4.0: espree@^9.4.0:
version "9.4.1" version "9.4.1"
resolved "https://artifacts.apextoaster.com/repository/group-npm/espree/-/espree-9.4.1.tgz#51d6092615567a2c2cff7833445e37c28c0065bd" resolved "https://artifacts.apextoaster.com/repository/group-npm/espree/-/espree-9.4.1.tgz#51d6092615567a2c2cff7833445e37c28c0065bd"