Skip to content

Commit 41561a9

Browse files
chore(deps): update dependency concurrently to v3.6.0 (#300)
1 parent 1bed034 commit 41561a9

File tree

2 files changed

+15
-40
lines changed

2 files changed

+15
-40
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"babel-eslint": "8.2.3",
4343
"babel-plugin-add-module-exports": "0.2.1",
4444
"babel-plugin-dev-expression": "0.2.1",
45-
"concurrently": "3.5.1",
45+
"concurrently": "3.6.0",
4646
"eslint": "4.19.1",
4747
"eslint-config-prettier": "2.9.0",
4848
"eslint-plugin-import": "2.12.0",

yarn.lock

Lines changed: 14 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -821,10 +821,6 @@ ansi-escapes@^3.0.0:
821821
version "3.1.0"
822822
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30"
823823

824-
ansi-regex@^0.2.0, ansi-regex@^0.2.1:
825-
version "0.2.1"
826-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-0.2.1.tgz#0d8e946967a3d8143f93e24e298525fc1b2235f9"
827-
828824
ansi-regex@^2.0.0:
829825
version "2.1.1"
830826
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
@@ -833,10 +829,6 @@ ansi-regex@^3.0.0:
833829
version "3.0.0"
834830
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
835831

836-
ansi-styles@^1.1.0:
837-
version "1.1.0"
838-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-1.1.0.tgz#eaecbf66cd706882760b2f4691582b8f55d7a7de"
839-
840832
ansi-styles@^2.2.1:
841833
version "2.2.1"
842834
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -1144,16 +1136,6 @@ center-align@^0.1.1:
11441136
align-text "^0.1.3"
11451137
lazy-cache "^1.0.3"
11461138

1147-
1148-
version "0.5.1"
1149-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.5.1.tgz#663b3a648b68b55d04690d49167aa837858f2174"
1150-
dependencies:
1151-
ansi-styles "^1.1.0"
1152-
escape-string-regexp "^1.0.0"
1153-
has-ansi "^0.1.0"
1154-
strip-ansi "^0.3.0"
1155-
supports-color "^0.2.0"
1156-
11571139
chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
11581140
version "1.1.3"
11591141
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@@ -1172,6 +1154,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.1:
11721154
escape-string-regexp "^1.0.5"
11731155
supports-color "^5.3.0"
11741156

1157+
chalk@^2.4.1:
1158+
version "2.4.1"
1159+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
1160+
dependencies:
1161+
ansi-styles "^3.2.1"
1162+
escape-string-regexp "^1.0.5"
1163+
supports-color "^5.3.0"
1164+
11751165
chardet@^0.4.0:
11761166
version "0.4.2"
11771167
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"
@@ -1333,14 +1323,15 @@ concat-stream@^1.6.0:
13331323
readable-stream "^2.2.2"
13341324
typedarray "^0.0.6"
13351325

1336-
concurrently@3.5.1:
1337-
version "3.5.1"
1338-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-3.5.1.tgz#ee8b60018bbe86b02df13e5249453c6ececd2521"
1326+
concurrently@3.6.0:
1327+
version "3.6.0"
1328+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-3.6.0.tgz#c25e34b156a9d5bd4f256a0d85f6192438ae481f"
13391329
dependencies:
1340-
chalk "0.5.1"
1330+
chalk "^2.4.1"
13411331
commander "2.6.0"
13421332
date-fns "^1.23.0"
13431333
lodash "^4.5.1"
1334+
read-pkg "^3.0.0"
13441335
rx "2.3.24"
13451336
spawn-command "^0.0.2-1"
13461337
supports-color "^3.2.3"
@@ -1652,7 +1643,7 @@ es6-promisify@^5.0.0:
16521643
dependencies:
16531644
es6-promise "^4.0.3"
16541645

1655-
escape-string-regexp@^1.0.0, escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
1646+
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
16561647
version "1.0.5"
16571648
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
16581649

@@ -2234,12 +2225,6 @@ handlebars@^4.0.2:
22342225
optionalDependencies:
22352226
uglify-js "^2.6"
22362227

2237-
has-ansi@^0.1.0:
2238-
version "0.1.0"
2239-
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-0.1.0.tgz#84f265aae8c0e6a88a12d7022894b7568894c62e"
2240-
dependencies:
2241-
ansi-regex "^0.2.0"
2242-
22432228
has-ansi@^2.0.0:
22442229
version "2.0.0"
22452230
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
@@ -4368,12 +4353,6 @@ stringify-object@^3.2.2:
43684353
is-obj "^1.0.1"
43694354
is-regexp "^1.0.0"
43704355

4371-
strip-ansi@^0.3.0:
4372-
version "0.3.0"
4373-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-0.3.0.tgz#25f48ea22ca79187f3174a4db8759347bb126220"
4374-
dependencies:
4375-
ansi-regex "^0.2.1"
4376-
43774356
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
43784357
version "3.0.1"
43794358
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -4402,10 +4381,6 @@ strip-json-comments@~2.0.1:
44024381
version "2.0.1"
44034382
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
44044383

4405-
supports-color@^0.2.0:
4406-
version "0.2.0"
4407-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-0.2.0.tgz#d92de2694eb3f67323973d7ae3d8b55b4c22190a"
4408-
44094384
supports-color@^2.0.0:
44104385
version "2.0.0"
44114386
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"

0 commit comments

Comments
 (0)