Skip to content

Commit 0affd27

Browse files
chore(deps): update dependency concurrently to v4 (#88)
1 parent 4e36796 commit 0affd27

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@babel/preset-typescript": "7.0.0-rc.3",
4040
"babel-plugin-add-module-exports": "0.2.1",
4141
"babel-plugin-dev-expression": "0.2.1",
42-
"concurrently": "3.6.1",
42+
"concurrently": "4.0.0",
4343
"husky": "0.14.3",
4444
"jest": "23.5.0",
4545
"jest-junit": "5.1.0",

yarn.lock

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,10 +1615,6 @@ [email protected], combined-stream@~1.0.6:
16151615
dependencies:
16161616
delayed-stream "~1.0.0"
16171617

1618-
1619-
version "2.6.0"
1620-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.6.0.tgz#9df7e52fb2a0cb0fb89058ee80c3104225f37e1d"
1621-
16221618
commander@^2.11.0, commander@^2.12.1, commander@^2.14.1, commander@^2.8.1, commander@^2.9.0:
16231619
version "2.17.1"
16241620
resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
@@ -1655,19 +1651,19 @@ [email protected], concat-stream@^1.5.0, concat-stream@^1.5.2:
16551651
readable-stream "^2.2.2"
16561652
typedarray "^0.0.6"
16571653

1658-
concurrently@3.6.1:
1659-
version "3.6.1"
1660-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-3.6.1.tgz#2f95baec5c4051294dfbb55b57a3b98a3e2b45ec"
1654+
concurrently@4.0.0:
1655+
version "4.0.0"
1656+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-4.0.0.tgz#11f56878fe18ad30128e7827fd47a22d5e51fc62"
16611657
dependencies:
16621658
chalk "^2.4.1"
1663-
commander "2.6.0"
16641659
date-fns "^1.23.0"
1665-
lodash "^4.5.1"
1666-
read-pkg "^3.0.0"
1667-
rx "2.3.24"
1660+
lodash "^4.17.10"
1661+
read-pkg "^4.0.1"
1662+
rxjs "6.2.2"
16681663
spawn-command "^0.0.2-1"
1669-
supports-color "^3.2.3"
1664+
supports-color "^4.5.0"
16701665
tree-kill "^1.1.0"
1666+
yargs "^12.0.1"
16711667

16721668
config-chain@~1.1.11:
16731669
version "1.1.11"
@@ -2813,6 +2809,10 @@ has-flag@^1.0.0:
28132809
version "1.0.0"
28142810
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
28152811

2812+
has-flag@^2.0.0:
2813+
version "2.0.0"
2814+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
2815+
28162816
has-flag@^3.0.0:
28172817
version "3.0.0"
28182818
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
@@ -4178,7 +4178,7 @@ lodash.without@~4.4.0:
41784178
version "4.4.0"
41794179
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
41804180

4181-
lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1:
4181+
lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0:
41824182
version "4.17.10"
41834183
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
41844184

@@ -5608,7 +5608,7 @@ read-pkg@^3.0.0:
56085608
normalize-package-data "^2.3.2"
56095609
path-type "^3.0.0"
56105610

5611-
read-pkg@^4.0.0:
5611+
read-pkg@^4.0.0, read-pkg@^4.0.1:
56125612
version "4.0.1"
56135613
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-4.0.1.tgz#963625378f3e1c4d48c85872b5a6ec7d5d093237"
56145614
dependencies:
@@ -5954,11 +5954,7 @@ run-queue@^1.0.0, run-queue@^1.0.3:
59545954
dependencies:
59555955
aproba "^1.1.1"
59565956

5957-
5958-
version "2.3.24"
5959-
resolved "https://registry.yarnpkg.com/rx/-/rx-2.3.24.tgz#14f950a4217d7e35daa71bbcbe58eff68ea4b2b7"
5960-
5961-
rxjs@^6.1.0:
5957+
[email protected], rxjs@^6.1.0:
59625958
version "6.2.2"
59635959
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.2.2.tgz#eb75fa3c186ff5289907d06483a77884586e1cf9"
59645960
dependencies:
@@ -6518,12 +6514,18 @@ supports-color@^2.0.0:
65186514
version "2.0.0"
65196515
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
65206516

6521-
supports-color@^3.1.2, supports-color@^3.2.3:
6517+
supports-color@^3.1.2:
65226518
version "3.2.3"
65236519
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6"
65246520
dependencies:
65256521
has-flag "^1.0.0"
65266522

6523+
supports-color@^4.5.0:
6524+
version "4.5.0"
6525+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.5.0.tgz#be7a0de484dec5c5cddf8b3d59125044912f635b"
6526+
dependencies:
6527+
has-flag "^2.0.0"
6528+
65276529
supports-color@^5.3.0:
65286530
version "5.5.0"
65296531
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
@@ -7128,7 +7130,7 @@ yargs@^11.0.0:
71287130
y18n "^3.2.1"
71297131
yargs-parser "^9.0.2"
71307132

7131-
yargs@^12.0.0:
7133+
yargs@^12.0.0, yargs@^12.0.1:
71327134
version "12.0.1"
71337135
resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.1.tgz#6432e56123bb4e7c3562115401e98374060261c2"
71347136
dependencies:

0 commit comments

Comments
 (0)