mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -09:00
Bump concurrently from 5.2.0 to 5.3.0
Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases) - [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v5.2.0...v5.3.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e5c886bea8
commit
905f12eb84
2 changed files with 5 additions and 5 deletions
|
|
@ -94,7 +94,7 @@
|
||||||
"@typescript-eslint/parser": "3.7.1",
|
"@typescript-eslint/parser": "3.7.1",
|
||||||
"ava": "3.10.1",
|
"ava": "3.10.1",
|
||||||
"babel-loader": "8.1.0",
|
"babel-loader": "8.1.0",
|
||||||
"concurrently": "5.2.0",
|
"concurrently": "5.3.0",
|
||||||
"copy-webpack-plugin": "6.0.3",
|
"copy-webpack-plugin": "6.0.3",
|
||||||
"cpy-cli": "^3.1.1",
|
"cpy-cli": "^3.1.1",
|
||||||
"cross-env": "7.0.2",
|
"cross-env": "7.0.2",
|
||||||
|
|
|
||||||
|
|
@ -2548,10 +2548,10 @@ concordance@^5.0.0:
|
||||||
semver "^7.3.2"
|
semver "^7.3.2"
|
||||||
well-known-symbols "^2.0.0"
|
well-known-symbols "^2.0.0"
|
||||||
|
|
||||||
concurrently@5.2.0:
|
concurrently@5.3.0:
|
||||||
version "5.2.0"
|
version "5.3.0"
|
||||||
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.2.0.tgz#ead55121d08a0fc817085584c123cedec2e08975"
|
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.3.0.tgz#7500de6410d043c912b2da27de3202cb489b1e7b"
|
||||||
integrity sha512-XxcDbQ4/43d6CxR7+iV8IZXhur4KbmEJk1CetVMUqCy34z9l0DkszbY+/9wvmSnToTej0SYomc2WSRH+L0zVJw==
|
integrity sha512-8MhqOB6PWlBfA2vJ8a0bSFKATOdWlHiQlk11IfmQBPaHVP8oP2gsh2MObE6UR3hqDHqvaIvLTyceNW6obVuFHQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
chalk "^2.4.2"
|
chalk "^2.4.2"
|
||||||
date-fns "^2.0.1"
|
date-fns "^2.0.1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue