1
0
Fork 0

lint: remove lodash

This commit is contained in:
ssube 2020-08-01 10:16:31 -05:00
parent 5f2ca7772a
commit 349803de05
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
3 changed files with 1 additions and 8 deletions

View File

@ -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",

View File

@ -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]*)$/;

View File

@ -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"