Skip to content

Commit 17e4870

Browse files
Merge pull request #79 from Turbo87/listr
Remove unused `listr` dependency
2 parents 93136af + a05ffe2 commit 17e4870

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
@@ -1079,14 +1079,6 @@
10791079
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"
10801080
integrity sha512-Il2DtDVRGDcqjDtE+rF8iqg1CArehSK84HZJCT7AMITlyXRBpuPhqGLDQMowraqqu1coEaimg4ZOqggt6L6L+A==
10811081

1082-
"@types/listr@^0.14.2":
1083-
version "0.14.2"
1084-
resolved "https://registry.yarnpkg.com/@types/listr/-/listr-0.14.2.tgz#2e5f80fbc3ca8dceb9940ce9bf8e3113ab452545"
1085-
integrity sha512-wCipMbQr3t2UHTm90LldVp+oTBj1TX6zvpkCJcWS4o8nn6kS8SN93oUvKJAgueIRZ5M36yOlFmScqBxYH8Ajig==
1086-
dependencies:
1087-
"@types/node" "*"
1088-
rxjs "^6.5.1"
1089-
10901082
"@types/minimatch@*", "@types/minimatch@^3.0.3":
10911083
version "3.0.3"
10921084
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@@ -5979,7 +5971,7 @@ run-queue@^1.0.0, run-queue@^1.0.3:
59795971
dependencies:
59805972
aproba "^1.1.1"
59815973

5982-
rxjs@^6.4.0, rxjs@^6.5.1:
5974+
rxjs@^6.4.0:
59835975
version "6.5.3"
59845976
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.3.tgz#510e26317f4db91a7eb1de77d9dd9ba0a4899a3a"
59855977
integrity sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==

0 commit comments

Comments
 (0)