Skip to content

Commit a05ffe2

Browse files
committed
Remove unused listr dependency
1 parent f68e57e commit a05ffe2

3 files changed

Lines changed: 1 addition & 12 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"devDependencies": {
4040
"@types/chalk": "^2.2.0",
4141
"@types/common-tags": "^1.8.0",
42-
"@types/listr": "^0.14.2",
4342
"@typescript-eslint/eslint-plugin": "^2.11.0",
4443
"@typescript-eslint/parser": "^2.11.0",
4544
"babel-plugin-htmlbars-inline-precompile": "^3.0.1",

test/helpers/sequence.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import Listr from 'listr';
2-
31
import { TestRunner } from './test-runner';
42
import { log } from './utils';
53

yarn.lock

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,14 +1074,6 @@
10741074
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"
10751075
integrity sha512-Il2DtDVRGDcqjDtE+rF8iqg1CArehSK84HZJCT7AMITlyXRBpuPhqGLDQMowraqqu1coEaimg4ZOqggt6L6L+A==
10761076

1077-
"@types/listr@^0.14.2":
1078-
version "0.14.2"
1079-
resolved "https://registry.yarnpkg.com/@types/listr/-/listr-0.14.2.tgz#2e5f80fbc3ca8dceb9940ce9bf8e3113ab452545"
1080-
integrity sha512-wCipMbQr3t2UHTm90LldVp+oTBj1TX6zvpkCJcWS4o8nn6kS8SN93oUvKJAgueIRZ5M36yOlFmScqBxYH8Ajig==
1081-
dependencies:
1082-
"@types/node" "*"
1083-
rxjs "^6.5.1"
1084-
10851077
"@types/minimatch@*", "@types/minimatch@^3.0.3":
10861078
version "3.0.3"
10871079
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@@ -5951,7 +5943,7 @@ run-queue@^1.0.0, run-queue@^1.0.3:
59515943
dependencies:
59525944
aproba "^1.1.1"
59535945

5954-
rxjs@^6.4.0, rxjs@^6.5.1:
5946+
rxjs@^6.4.0:
59555947
version "6.5.3"
59565948
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.3.tgz#510e26317f4db91a7eb1de77d9dd9ba0a4899a3a"
59575949
integrity sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==

0 commit comments

Comments
 (0)