Skip to content

Commit 82c14a0

Browse files
renovate[bot]bokuweb
authored andcommitted
chore(deps): update dependency concurrently to v3.6.0 (#194)
1 parent 46ec952 commit 82c14a0

File tree

2 files changed

+8
-41
lines changed

2 files changed

+8
-41
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/storybook__addon-actions": "3.0.3",
4646
"@types/storybook__react": "3.0.7",
4747
"babel-core": "6.26.3",
48-
"concurrently": "3.5.1",
48+
"concurrently": "3.6.0",
4949
"cpx": "1.5.0",
5050
"cpy-cli": "2.0.0",
5151
"cypress": "3.0.1",

yarn.lock

Lines changed: 7 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -730,10 +730,6 @@ ansi-html@0.0.7:
730730
version "0.0.7"
731731
resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e"
732732

733-
ansi-regex@^0.2.0, ansi-regex@^0.2.1:
734-
version "0.2.1"
735-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-0.2.1.tgz#0d8e946967a3d8143f93e24e298525fc1b2235f9"
736-
737733
ansi-regex@^2.0.0:
738734
version "2.1.1"
739735
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
@@ -742,10 +738,6 @@ ansi-regex@^3.0.0:
742738
version "3.0.0"
743739
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
744740

745-
ansi-styles@^1.1.0:
746-
version "1.1.0"
747-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-1.1.0.tgz#eaecbf66cd706882760b2f4691582b8f55d7a7de"
748-
749741
ansi-styles@^2.2.1:
750742
version "2.2.1"
751743
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -2344,16 +2336,6 @@ chain-function@^1.0.0:
23442336
version "1.0.0"
23452337
resolved "https://registry.yarnpkg.com/chain-function/-/chain-function-1.0.0.tgz#0d4ab37e7e18ead0bdc47b920764118ce58733dc"
23462338

2347-
chalk@0.5.1:
2348-
version "0.5.1"
2349-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.5.1.tgz#663b3a648b68b55d04690d49167aa837858f2174"
2350-
dependencies:
2351-
ansi-styles "^1.1.0"
2352-
escape-string-regexp "^1.0.0"
2353-
has-ansi "^0.1.0"
2354-
strip-ansi "^0.3.0"
2355-
supports-color "^0.2.0"
2356-
23572339
chalk@1.1.3, chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
23582340
version "1.1.3"
23592341
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@@ -2364,7 +2346,7 @@ chalk@1.1.3, chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
23642346
strip-ansi "^3.0.0"
23652347
supports-color "^2.0.0"
23662348

2367-
chalk@2.4.1:
2349+
chalk@2.4.1, chalk@^2.4.1:
23682350
version "2.4.1"
23692351
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
23702352
dependencies:
@@ -2669,14 +2651,15 @@ concat-stream@1.6.0, concat-stream@^1.5.0:
26692651
readable-stream "^2.2.2"
26702652
typedarray "^0.0.6"
26712653

2672-
concurrently@3.5.1:
2673-
version "3.5.1"
2674-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-3.5.1.tgz#ee8b60018bbe86b02df13e5249453c6ececd2521"
2654+
concurrently@3.6.0:
2655+
version "3.6.0"
2656+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-3.6.0.tgz#c25e34b156a9d5bd4f256a0d85f6192438ae481f"
26752657
dependencies:
2676-
chalk "0.5.1"
2658+
chalk "^2.4.1"
26772659
commander "2.6.0"
26782660
date-fns "^1.23.0"
26792661
lodash "^4.5.1"
2662+
read-pkg "^3.0.0"
26802663
rx "2.3.24"
26812664
spawn-command "^0.0.2-1"
26822665
supports-color "^3.2.3"
@@ -3471,7 +3454,7 @@ escape-html@~1.0.3:
34713454
version "1.0.3"
34723455
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
34733456

3474-
escape-string-regexp@1.0.5, escape-string-regexp@^1.0.0, escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
3457+
escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
34753458
version "1.0.5"
34763459
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
34773460

@@ -4257,12 +4240,6 @@ har-validator@~5.0.3:
42574240
ajv "^5.1.0"
42584241
har-schema "^2.0.0"
42594242

4260-
has-ansi@^0.1.0:
4261-
version "0.1.0"
4262-
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-0.1.0.tgz#84f265aae8c0e6a88a12d7022894b7568894c62e"
4263-
dependencies:
4264-
ansi-regex "^0.2.0"
4265-
42664243
has-ansi@^2.0.0:
42674244
version "2.0.0"
42684245
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
@@ -7827,12 +7804,6 @@ strip-ansi@3.0.1, strip-ansi@^3.0.0, strip-ansi@^3.0.1:
78277804
dependencies:
78287805
ansi-regex "^2.0.0"
78297806

7830-
strip-ansi@^0.3.0:
7831-
version "0.3.0"
7832-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-0.3.0.tgz#25f48ea22ca79187f3174a4db8759347bb126220"
7833-
dependencies:
7834-
ansi-regex "^0.2.1"
7835-
78367807
strip-ansi@^4.0.0:
78377808
version "4.0.0"
78387809
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
@@ -7884,10 +7855,6 @@ supports-color@5.1.0, supports-color@^5.1.0:
78847855
dependencies:
78857856
has-flag "^2.0.0"
78867857

7887-
supports-color@^0.2.0:
7888-
version "0.2.0"
7889-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-0.2.0.tgz#d92de2694eb3f67323973d7ae3d8b55b4c22190a"
7890-
78917858
supports-color@^2.0.0:
78927859
version "2.0.0"
78937860
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"

0 commit comments

Comments
 (0)