feat: remove unused lodash dependency
This commit is contained in:
parent
1f2a76f237
commit
fa68a966bc
|
@ -2,7 +2,6 @@
|
|||
"names": [
|
||||
"chai",
|
||||
"js-yaml",
|
||||
"lodash",
|
||||
"process",
|
||||
"sinon",
|
||||
"source-map",
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
"@types/chai": "4.2.21",
|
||||
"@types/chai-as-promised": "7.1.4",
|
||||
"@types/js-yaml": "4.0.2",
|
||||
"@types/lodash": "4.14.170",
|
||||
"@types/mocha": "8.2.3",
|
||||
"@types/sinon-chai": "3.2.5",
|
||||
"@types/source-map-support": "0.5.3",
|
||||
|
|
|
@ -401,11 +401,6 @@
|
|||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
|
||||
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
|
||||
|
||||
"@types/lodash@4.14.170":
|
||||
version "4.14.170"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/lodash/-/lodash-4.14.170.tgz#0d67711d4bf7f4ca5147e9091b847479b87925d6"
|
||||
integrity sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q==
|
||||
|
||||
"@types/minimist@^1.2.0":
|
||||
version "1.2.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
|
||||
|
|
Loading…
Reference in New Issue