Skip to content

Commit 2078165

Browse files
committed
Remove unused deps (elastic#69243)
* remove unused deps * move types in devDeps
1 parent b730105 commit 2078165

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@
141141
"@kbn/test-subj-selector": "0.2.1",
142142
"@kbn/ui-framework": "1.0.0",
143143
"@kbn/ui-shared-deps": "1.0.0",
144-
"@types/tar": "^4.0.3",
145144
"JSONStream": "1.3.5",
146145
"abortcontroller-polyfill": "^1.4.0",
147146
"accept": "3.0.2",
@@ -385,9 +384,10 @@
385384
"@types/styled-components": "^5.1.0",
386385
"@types/supertest": "^2.0.5",
387386
"@types/supertest-as-promised": "^2.0.38",
387+
"@types/tar": "^4.0.3",
388+
"@types/testing-library__dom": "^6.10.0",
388389
"@types/testing-library__react": "^9.1.2",
389390
"@types/testing-library__react-hooks": "^3.1.0",
390-
"@types/testing-library__dom": "^6.10.0",
391391
"@types/type-detect": "^4.0.1",
392392
"@types/uuid": "^3.4.4",
393393
"@types/vinyl-fs": "^2.4.11",
@@ -480,12 +480,10 @@
480480
"prettier": "^2.0.5",
481481
"proxyquire": "1.8.0",
482482
"react-popper-tooltip": "^2.10.1",
483-
"react-textarea-autosize": "^7.1.2",
484483
"regenerate": "^1.4.0",
485484
"sass-lint": "^1.12.1",
486485
"selenium-webdriver": "^4.0.0-alpha.7",
487486
"simple-git": "1.116.0",
488-
"simplebar-react": "^2.1.0",
489487
"sinon": "^7.4.2",
490488
"strip-ansi": "^3.0.1",
491489
"supertest": "^3.1.0",

yarn.lock

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -25516,14 +25516,6 @@ react-textarea-autosize@^7.1.0:
2551625516
"@babel/runtime" "^7.1.2"
2551725517
prop-types "^15.6.0"
2551825518

25519-
react-textarea-autosize@^7.1.2:
25520-
version "7.1.2"
25521-
resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-7.1.2.tgz#70fdb333ef86bcca72717e25e623e90c336e2cda"
25522-
integrity sha512-uH3ORCsCa3C6LHxExExhF4jHoXYCQwE5oECmrRsunlspaDAbS4mGKNlWZqjLfInWtFQcf0o1n1jC/NGXFdUBCg==
25523-
dependencies:
25524-
"@babel/runtime" "^7.1.2"
25525-
prop-types "^15.6.0"
25526-
2552725519
react-tiny-virtual-list@^2.2.0:
2552825520
version "2.2.0"
2552925521
resolved "https://registry.yarnpkg.com/react-tiny-virtual-list/-/react-tiny-virtual-list-2.2.0.tgz#eafb6fcf764e4ed41150ff9752cdaad8b35edf4a"
@@ -27749,14 +27741,6 @@ simplebar-react@^1.0.0-alpha.6:
2774927741
prop-types "^15.6.1"
2775027742
simplebar "^4.2.0"
2775127743

27752-
simplebar-react@^2.1.0:
27753-
version "2.1.0"
27754-
resolved "https://registry.yarnpkg.com/simplebar-react/-/simplebar-react-2.1.0.tgz#57d524f4253579d81ac30db00acf7886b17bf826"
27755-
integrity sha512-UIMFPNkn6o57v058vPOiYbnbpc1CUZwPKLmQaDMvEJdgm+btZ2umFA6meXfiqFEQUjDE6Vq4ePnL7Fr6nzJd8w==
27756-
dependencies:
27757-
prop-types "^15.6.1"
27758-
simplebar "^5.1.0"
27759-
2776027744
simplebar@^4.2.0:
2776127745
version "4.2.0"
2776227746
resolved "https://registry.yarnpkg.com/simplebar/-/simplebar-4.2.0.tgz#97e5c1c85d05cc04f8c92939e4da71dd087e325c"
@@ -27769,18 +27753,6 @@ simplebar@^4.2.0:
2776927753
lodash.throttle "^4.1.1"
2777027754
resize-observer-polyfill "^1.5.1"
2777127755

27772-
simplebar@^5.1.0:
27773-
version "5.1.0"
27774-
resolved "https://registry.yarnpkg.com/simplebar/-/simplebar-5.1.0.tgz#15437ace314ec888accd7d8f24ada672e9bb2717"
27775-
integrity sha512-bdi1SleK1YOSnfeUjo5UQXt/79zNjsCJVEfzrm6photmGi2aU6x0l7rX4KAGcrtj5AwsWPBVXgDyYAqbbpnuRg==
27776-
dependencies:
27777-
can-use-dom "^0.1.0"
27778-
core-js "^3.0.1"
27779-
lodash.debounce "^4.0.8"
27780-
lodash.memoize "^4.1.2"
27781-
lodash.throttle "^4.1.1"
27782-
resize-observer-polyfill "^1.5.1"
27783-
2778427756
simplicial-complex@^1.0.0:
2778527757
version "1.0.0"
2778627758
resolved "https://registry.yarnpkg.com/simplicial-complex/-/simplicial-complex-1.0.0.tgz#6c33a4ed69fcd4d91b7bcadd3b30b63683eae241"

0 commit comments

Comments
 (0)