Skip to content

Commit c81044b

Browse files
authored
Merge pull request #2327 from easyops-cn/renovate/concurrently-7.x
chore(deps): Update dependency concurrently to ^7.5.0
2 parents 23ae275 + 4ef19b7 commit c81044b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/dev-dependencies/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@typescript-eslint/eslint-plugin": "^5.41.0",
3939
"babel-jest": "^29.2.2",
4040
"chalk": "^4.1.2",
41-
"concurrently": "^7.4.0",
41+
"concurrently": "^7.5.0",
4242
"cross-env": "^7.0.3",
4343
"enzyme-adapter-react-16": "^1.15.6",
4444
"enzyme-to-json": "^3.6.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5877,10 +5877,10 @@ concat-with-sourcemaps@^1.1.0:
58775877
dependencies:
58785878
source-map "^0.6.1"
58795879

5880-
concurrently@^7.4.0:
5881-
version "7.4.0"
5882-
resolved "https://registry.npmjs.org/concurrently/-/concurrently-7.4.0.tgz#bb0e344964bc172673577c420db21e963f2f7368"
5883-
integrity sha512-M6AfrueDt/GEna/Vg9BqQ+93yuvzkSKmoTixnwEJkH0LlcGrRC2eCmjeG1tLLHIYfpYJABokqSGyMcXjm96AFA==
5880+
concurrently@^7.5.0:
5881+
version "7.5.0"
5882+
resolved "https://registry.npmjs.org/concurrently/-/concurrently-7.5.0.tgz#4dd432d4634a8251f27ab000c4974e78e3906bd3"
5883+
integrity sha512-5E3mwiS+i2JYBzr5BpXkFxOnleZTMsG+WnE/dCG4/P+oiVXrbmrBwJ2ozn4SxwB2EZDrKR568X+puVohxz3/Mg==
58845884
dependencies:
58855885
chalk "^4.1.0"
58865886
date-fns "^2.29.1"

0 commit comments

Comments
 (0)