Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"commitlint": "^18.2.0",
"eslint": "^8.52.0",
"lint-staged": "^13.3.0",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"simple-git-hooks": "^2.9.0",
"tsx": "^3.14.0",
"typescript": "^5.2.2",
Expand Down
37 changes: 36 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4263,6 +4263,13 @@ __metadata:
languageName: node
linkType: hard

"ansi-styles@npm:^5.0.0":
version: 5.2.0
resolution: "ansi-styles@npm:5.2.0"
checksum: 9c4ca80eb3c2fb7b33841c210d2f20807f40865d27008d7c3f707b7f95cab7d67462a565e2388ac3285b71cb3d9bb2173de8da37c57692a362885ec34d6e27df
languageName: node
linkType: hard

"ansi-styles@npm:^6.0.0, ansi-styles@npm:^6.1.0":
version: 6.2.1
resolution: "ansi-styles@npm:6.2.1"
Expand Down Expand Up @@ -10688,6 +10695,25 @@ __metadata:
languageName: node
linkType: hard

"npm-run-all2@npm:^5.0.0":
version: 5.0.2
resolution: "npm-run-all2@npm:5.0.2"
dependencies:
ansi-styles: "npm:^5.0.0"
cross-spawn: "npm:^7.0.3"
memorystream: "npm:^0.3.1"
minimatch: "npm:^3.0.4"
pidtree: "npm:^0.5.0"
read-pkg: "npm:^5.2.0"
shell-quote: "npm:^1.6.1"
bin:
npm-run-all: bin/npm-run-all/index.js
run-p: bin/run-p/index.js
run-s: bin/run-s/index.js
checksum: 72de78d3f3bbfe940d644bd1c97cd54189651758175df55507eb8a5475f0e6978a036d8cd6e4a4585c913c1c6ab1a76b0ce9a653c2beeabff69a98b5eac09afe
languageName: node
linkType: hard

"npm-run-all@npm:^4.1.5":
version: 4.1.5
resolution: "npm-run-all@npm:4.1.5"
Expand Down Expand Up @@ -11243,6 +11269,15 @@ __metadata:
languageName: node
linkType: hard

"pidtree@npm:^0.5.0":
version: 0.5.0
resolution: "pidtree@npm:0.5.0"
bin:
pidtree: bin/pidtree.js
checksum: 4004b1c7429d02be941ad7ca2eac3bd93afa5cd59119633113013a33de52d76887de09a06a81943475bc1de3efe0a639515a5fee314f5ba074e6d849499e4b4f
languageName: node
linkType: hard

"pify@npm:^3.0.0":
version: 3.0.0
resolution: "pify@npm:3.0.0"
Expand Down Expand Up @@ -11544,7 +11579,7 @@ __metadata:
commitlint: "npm:^18.2.0"
eslint: "npm:^8.52.0"
lint-staged: "npm:^13.3.0"
npm-run-all: "npm:^4.1.5"
npm-run-all2: "npm:^5.0.0"
simple-git-hooks: "npm:^2.9.0"
tsx: "npm:^3.14.0"
typescript: "npm:^5.2.2"
Expand Down
Loading