Skip to content

Commit 813d605

Browse files
chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0
1 parent 3a6a298 commit 813d605

File tree

6 files changed

+294
-199
lines changed

6 files changed

+294
-199
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"jest": "29.5.0",
4242
"license-checker": "25.0.1",
4343
"lint-staged": "13.2.2",
44-
"npm-run-all": "4.1.5",
44+
"npm-run-all2": "5.0.0",
4545
"object-treeify": "1.1.33",
4646
"ora": "5.4.1",
4747
"prettier": "2.8.8",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"chai": "4.3.7",
5656
"globby": "10.0.2",
5757
"jest": "29.5.0",
58-
"npm-run-all": "4.1.5",
58+
"npm-run-all2": "5.0.0",
5959
"oclif": "3.9.0",
6060
"ts-jest": "29.1.0",
6161
"ts-node": "10.9.1",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/jest": "29.5.1",
2727
"jest": "29.5.0",
28-
"npm-run-all": "4.1.5",
28+
"npm-run-all2": "5.0.0",
2929
"ts-jest": "29.1.0",
3030
"typescript": "5.1.3"
3131
}

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"graphql": "16.6.0",
4646
"jest": "29.5.0",
4747
"nock": "13.3.1",
48-
"npm-run-all": "4.1.5",
48+
"npm-run-all2": "5.0.0",
4949
"ts-jest": "29.1.0",
5050
"typedoc": "0.24.8",
5151
"typedoc-plugin-markdown": "3.15.3",

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"jest": "29.5.0",
4747
"nock": "13.3.1",
4848
"nodemon": "2.0.22",
49-
"npm-run-all": "4.1.5",
49+
"npm-run-all2": "5.0.0",
5050
"rimraf": "5.0.0",
5151
"semver": "7.5.0",
5252
"supertest": "6.3.3",

0 commit comments

Comments
 (0)