Skip to content

Commit d0347b7

Browse files
Update dependency concurrently to v9
1 parent e140f09 commit d0347b7

File tree

3 files changed

+7
-21
lines changed

3 files changed

+7
-21
lines changed

packages/kg-unsplash-selector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@vitejs/plugin-react": "4.3.4",
4242
"@vitest/coverage-v8": "1.6.1",
4343
"autoprefixer": "10.4.21",
44-
"concurrently": "8.2.2",
44+
"concurrently": "9.1.2",
4545
"eslint": "8.57.1",
4646
"eslint-plugin-react-hooks": "4.6.2",
4747
"eslint-plugin-react-refresh": "0.4.19",

packages/koenig-lexical/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"babel-loader": "9.2.1",
9696
"clsx": "^2.0.0",
9797
"codemirror": "^6.0.1",
98-
"concurrently": "^8.0.0",
98+
"concurrently": "^9.0.0",
9999
"cross-fetch": "^4.0.0",
100100
"dompurify": "^3.1.4",
101101
"dotenv": "^16.5.0",

yarn.lock

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@
10601060
"@babel/plugin-transform-modules-commonjs" "^7.23.3"
10611061
"@babel/plugin-transform-typescript" "^7.23.3"
10621062

1063-
"@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.6", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.8.4":
1063+
"@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.6", "@babel/runtime@^7.23.2", "@babel/runtime@^7.8.4":
10641064
version "7.23.8"
10651065
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.8.tgz#8ee6fe1ac47add7122902f257b8ddf55c898f650"
10661066
integrity sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==
@@ -6836,17 +6836,15 @@ concat-with-sourcemaps@^1.0.0, concat-with-sourcemaps@^1.1.0:
68366836
dependencies:
68376837
source-map "^0.6.1"
68386838

6839-
concurrently@8.2.2, concurrently@^8.0.0:
6840-
version "8.2.2"
6841-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-8.2.2.tgz#353141985c198cfa5e4a3ef90082c336b5851784"
6842-
integrity sha512-1dP4gpXFhei8IOtlXRE/T/4H88ElHgTiUzh71YUmtjTEHMSRS2Z/fgOxHSxxusGHogsRfxNq1vyAwxSC+EVyDg==
6839+
concurrently@9.1.2, concurrently@^9.0.0:
6840+
version "9.1.2"
6841+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.2.tgz#22d9109296961eaee773e12bfb1ce9a66bc9836c"
6842+
integrity sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==
68436843
dependencies:
68446844
chalk "^4.1.2"
6845-
date-fns "^2.30.0"
68466845
lodash "^4.17.21"
68476846
rxjs "^7.8.1"
68486847
shell-quote "^1.8.1"
6849-
spawn-command "0.0.2"
68506848
supports-color "^8.1.1"
68516849
tree-kill "^1.2.2"
68526850
yargs "^17.7.2"
@@ -7271,13 +7269,6 @@ data-view-byte-offset@^1.0.1:
72717269
es-errors "^1.3.0"
72727270
is-data-view "^1.0.1"
72737271

7274-
date-fns@^2.30.0:
7275-
version "2.30.0"
7276-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
7277-
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
7278-
dependencies:
7279-
"@babel/runtime" "^7.21.0"
7280-
72817272
dateformat@^3.0.3:
72827273
version "3.0.3"
72837274
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
@@ -17006,11 +16997,6 @@ sparkles@^1.0.0:
1700616997
resolved "https://registry.yarnpkg.com/sparkles/-/sparkles-1.0.1.tgz#008db65edce6c50eec0c5e228e1945061dd0437c"
1700716998
integrity sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==
1700816999

17009-
17010-
version "0.0.2"
17011-
resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2.tgz#9544e1a43ca045f8531aac1a48cb29bdae62338e"
17012-
integrity sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==
17013-
1701417000
spawn-wrap@^2.0.0:
1701517001
version "2.0.0"
1701617002
resolved "https://registry.yarnpkg.com/spawn-wrap/-/spawn-wrap-2.0.0.tgz#103685b8b8f9b79771318827aa78650a610d457e"

0 commit comments

Comments
 (0)