Skip to content

Commit a8247a7

Browse files
Update dependency concurrently to v9
1 parent c7299fa commit a8247a7

File tree

4 files changed

+12
-34
lines changed

4 files changed

+12
-34
lines changed

package-lock.json

Lines changed: 9 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/code-style/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"prettier-plugin-packagejson": "^2.4.6"
5252
},
5353
"devDependencies": {
54-
"concurrently": "^8.2.2",
54+
"concurrently": "^9.0.0",
5555
"typescript": "^5.2.2",
5656
"typescript-json-schema": "^0.63.0"
5757
},

packages/create-configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/common-tags": "^1.8.3",
6262
"@types/node": "^20.12.11",
6363
"@types/npmcli__package-json": "^4.0.4",
64-
"concurrently": "^8.2.2",
64+
"concurrently": "^9.0.0",
6565
"esbuild": "^0.21.1",
6666
"glob": "^10.3.14",
6767
"jest": "^29.7.0",

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@code-style/typescript-configs": "^2.0.0-32",
6161
"@types/eslint": "^8.44.2",
6262
"@types/node": "^20.12.11",
63-
"concurrently": "^8.2.2",
63+
"concurrently": "^9.0.0",
6464
"esbuild": "^0.21.1",
6565
"glob": "^10.3.14",
6666
"tsx": "^4.9.4",

0 commit comments

Comments
 (0)