Skip to content

Commit f40fdbe

Browse files
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0
1 parent 27e6331 commit f40fdbe

File tree

6 files changed

+5852
-4743
lines changed

6 files changed

+5852
-4743
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"husky": "^6.0.0",
3939
"jest": "^27.0.1",
4040
"lcov-result-merger": "^3.1.0",
41-
"npm-run-all": "^4.1.5",
41+
"npm-run-all2": "^5.0.0",
4242
"publish-packed": "^4.0.1",
4343
"rimraf": "^3.0.2",
4444
"shx": "^0.3.3",

packages/headless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"is-windows": "^1.0.2",
3232
"isexe": "2.0.0",
3333
"load-json-file": "^6.2.0",
34-
"npm-run-all": "^4.1.5",
34+
"npm-run-all2": "^5.0.0",
3535
"sinon": "^11.1.1",
3636
"tempy": "^1.0.0",
3737
"write-json-file": "^4.3.0"

packages/outdated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@pnpm/logger": "^4.0.0",
5454
"@types/ramda": "0.27.39",
5555
"@types/semver": "^7.3.4",
56-
"npm-run-all": "^4.1.5"
56+
"npm-run-all2": "^5.0.0"
5757
},
5858
"funding": "https://opencollective.com/pnpm"
5959
}

packages/pnpm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"loud-rejection": "^2.2.0",
8989
"ncp": "^2.0.0",
9090
"normalize-newline": "3.0.0",
91-
"npm-run-all": "^4.1.5",
91+
"npm-run-all2": "^5.0.0",
9292
"p-any": "3.0.0",
9393
"p-defer": "^3.0.0",
9494
"path-exists": "^4.0.0",

packages/supi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"is-windows": "^1.0.2",
9292
"ncp": "^2.0.0",
9393
"nock": "12.0.3",
94-
"npm-run-all": "^4.1.5",
94+
"npm-run-all2": "^5.0.0",
9595
"path-exists": "^4.0.0",
9696
"path-name": "^1.0.0",
9797
"read-yaml-file": "^2.1.0",

0 commit comments

Comments
 (0)