lint: remove lodash
This commit is contained in:
parent
5f2ca7772a
commit
349803de05
|
@ -36,7 +36,6 @@
|
|||
"eslint-plugin-sonarjs": "0.5.0",
|
||||
"esm": "3.2.25",
|
||||
"js-yaml": "3.14.0",
|
||||
"lodash": "4.17.19",
|
||||
"mocha": "8.1.0",
|
||||
"noicejs": "3.0.1",
|
||||
"nyc": "15.1.0",
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import { InvalidArgumentError } from '@apextoaster/js-utils';
|
||||
import { InvalidArgumentError, isNil } from '@apextoaster/js-utils';
|
||||
import { Type as YamlType } from 'js-yaml';
|
||||
import { isNil } from 'lodash';
|
||||
|
||||
export const REGEXP_REGEXP = /^\/(.+)\/([gimsuy]*)$/;
|
||||
|
||||
|
|
|
@ -2480,11 +2480,6 @@ lodash.templatesettings@^4.0.0:
|
|||
dependencies:
|
||||
lodash._reinterpolate "^3.0.0"
|
||||
|
||||
lodash@4.17.19:
|
||||
version "4.17.19"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
|
||||
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
|
||||
|
||||
lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@~4.17.15:
|
||||
version "4.17.15"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
|
||||
|
|
Loading…
Reference in New Issue