Skip to content

Commit 271b18d

Browse files
authored
Merge pull request #1399 from easyops-cn/renovate/concurrently-9.x
chore(deps): Update dependency concurrently to v9
2 parents 6f5b464 + cceb94e commit 271b18d

File tree

4 files changed

+7
-21
lines changed

4 files changed

+7
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@types/react-transition-group": "^4.4.6",
7373
"@types/three": "^0.150.1",
7474
"@typescript-eslint/eslint-plugin": "^7.18.0",
75-
"concurrently": "^8.2.2",
75+
"concurrently": "^9.1.0",
7676
"cross-env": "^7.0.3",
7777
"cypress": "^13.7.3",
7878
"eslint": "^8.57.1",

shared/form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"devDependencies": {
4343
"@next-core/build-next-libs": "^1.0.20",
4444
"@next-core/test-next": "^1.1.7",
45-
"concurrently": "^8.2.2"
45+
"concurrently": "^9.1.0"
4646
}
4747
}

shared/general/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
"devDependencies": {
6060
"@next-core/build-next-libs": "^1.0.20",
6161
"@next-core/test-next": "^1.1.7",
62-
"concurrently": "^8.2.2"
62+
"concurrently": "^9.1.0"
6363
}
6464
}

yarn.lock

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6781,17 +6781,15 @@ concat-stream@^2.0.0:
67816781
readable-stream "^3.0.2"
67826782
typedarray "^0.0.6"
67836783

6784-
concurrently@^8.2.2:
6785-
version "8.2.2"
6786-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-8.2.2.tgz#353141985c198cfa5e4a3ef90082c336b5851784"
6787-
integrity sha512-1dP4gpXFhei8IOtlXRE/T/4H88ElHgTiUzh71YUmtjTEHMSRS2Z/fgOxHSxxusGHogsRfxNq1vyAwxSC+EVyDg==
6784+
concurrently@^9.1.0:
6785+
version "9.1.0"
6786+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.0.tgz#8da6d609f4321752912dab9be8710232ac496aa0"
6787+
integrity sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg==
67886788
dependencies:
67896789
chalk "^4.1.2"
6790-
date-fns "^2.30.0"
67916790
lodash "^4.17.21"
67926791
rxjs "^7.8.1"
67936792
shell-quote "^1.8.1"
6794-
spawn-command "0.0.2"
67956793
supports-color "^8.1.1"
67966794
tree-kill "^1.2.2"
67976795
yargs "^17.7.2"
@@ -7591,13 +7589,6 @@ data-view-byte-offset@^1.0.0:
75917589
es-errors "^1.3.0"
75927590
is-data-view "^1.0.1"
75937591

7594-
date-fns@^2.30.0:
7595-
version "2.30.0"
7596-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
7597-
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
7598-
dependencies:
7599-
"@babel/runtime" "^7.21.0"
7600-
76017592
dateformat@^3.0.3:
76027593
version "3.0.3"
76037594
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
@@ -16713,11 +16704,6 @@ space-separated-tokens@^2.0.0:
1671316704
resolved "https://registry.npmmirror.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz#1ecd9d2350a3844572c3f4a312bceb018348859f"
1671416705
integrity sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==
1671516706

16716-
16717-
version "0.0.2"
16718-
resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2.tgz#9544e1a43ca045f8531aac1a48cb29bdae62338e"
16719-
integrity sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==
16720-
1672116707
spdx-correct@^3.0.0:
1672216708
version "3.2.0"
1672316709
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c"

0 commit comments

Comments
 (0)