From a721f195320d88f27276f49cde2cade7c69e5b8a Mon Sep 17 00:00:00 2001 From: spalger Date: Tue, 15 May 2018 17:23:25 -0700 Subject: [PATCH] [npm] cleanup unused `@types` modules --- package.json | 2 -- yarn.lock | 20 -------------------- 2 files changed, 22 deletions(-) diff --git a/package.json b/package.json index 31329879a7120a3..303707ce0902116 100644 --- a/package.json +++ b/package.json @@ -228,8 +228,6 @@ "@kbn/plugin-generator": "link:packages/kbn-plugin-generator", "@kbn/test": "link:packages/kbn-test", "@types/getopts": "^2.0.0", - "@types/glob": "^5.0.35", - "@types/lodash": "3.10.1", "@types/minimatch": "^2.0.29", "angular-mocks": "1.4.7", "babel-eslint": "8.1.2", diff --git a/yarn.lock b/yarn.lock index 1964fd6cefa92ce..6c08ac5cde8e15d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -188,10 +188,6 @@ version "0.0.39" resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" -"@types/events@*": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@types/events/-/events-1.2.0.tgz#81a6731ce4df43619e5c8c945383b3e62a89ea86" - "@types/execa@^0.9.0": version "0.9.0" resolved "https://registry.yarnpkg.com/@types/execa/-/execa-0.9.0.tgz#9b025d2755f17e80beaf9368c3f4f319d8b0fb93" @@ -202,14 +198,6 @@ version "2.0.0" resolved "https://registry.yarnpkg.com/@types/getopts/-/getopts-2.0.0.tgz#8a603370cb367d3192bd8012ad39ab2320b5b476" -"@types/glob@^5.0.35": - version "5.0.35" - resolved "https://registry.yarnpkg.com/@types/glob/-/glob-5.0.35.tgz#1ae151c802cece940443b5ac246925c85189f32a" - dependencies: - "@types/events" "*" - "@types/minimatch" "*" - "@types/node" "*" - "@types/json-schema@*": version "6.0.1" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-6.0.1.tgz#a761975746f1c1b2579c62e3a4b5e88f986f7e2e" @@ -218,14 +206,6 @@ version "1.0.32" resolved "https://registry.yarnpkg.com/@types/json-stable-stringify/-/json-stable-stringify-1.0.32.tgz#121f6917c4389db3923640b2e68de5fa64dda88e" -"@types/lodash@3.10.1": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-3.10.1.tgz#ef8c8c35649f07884e0fb7763b24baaf7e175c36" - -"@types/minimatch@*": - version "3.0.3" - resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" - "@types/minimatch@^2.0.29": version "2.0.29" resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-2.0.29.tgz#5002e14f75e2d71e564281df0431c8c1b4a2a36a"