remove: unused esm dep
This commit is contained in:
parent
ca4176f860
commit
14d20cec58
|
@ -48,7 +48,6 @@
|
|||
"eslint-plugin-mocha": "10.1.0",
|
||||
"eslint-plugin-no-null": "1.0.2",
|
||||
"eslint-plugin-sonarjs": "0.16.0",
|
||||
"esm": "3.2.25",
|
||||
"js-yaml": "4.1.0",
|
||||
"memfs": "3.4.12",
|
||||
"mocha": "10.1.0",
|
||||
|
@ -62,11 +61,6 @@
|
|||
"typescript": "4.9.4",
|
||||
"yargs": "17.6.2"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "make"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"node-fetch": "^3.0.0"
|
||||
},
|
||||
|
@ -74,7 +68,7 @@
|
|||
"registry": "https://registry.npmjs.org"
|
||||
},
|
||||
"bin": {
|
||||
"cautious-journey": "out/index.js"
|
||||
"cautious-journey": "out/src/index.js"
|
||||
},
|
||||
"nyc": {
|
||||
"extends": "@istanbuljs/nyc-config-typescript",
|
||||
|
|
|
@ -1956,11 +1956,6 @@ eslint@8.29.0:
|
|||
strip-json-comments "^3.1.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:
|
||||
version "9.4.1"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/espree/-/espree-9.4.1.tgz#51d6092615567a2c2cff7833445e37c28c0065bd"
|
||||
|
|
Loading…
Reference in New Issue