Skip to content

Commit

Permalink
refactor: replaced npm-run-all by npm-run-all2 (#3613)
Browse files Browse the repository at this point in the history
* refactor: replaced npm-run-all by npm-run-all2

* refactor: now we could remove cross-spawn as well

* Revert "refactor: now we could remove cross-spawn as well"

This reverts commit 2b232de.
  • Loading branch information
mfranzke authored Dec 18, 2024
1 parent fcbd8d6 commit 78f046f
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 151 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dotenv": "^16.4.7",
"fs-extra": "^11.1.0",
"http-server": "14.1.1",
"npm-run-all": "4.1.5",
"npm-run-all2": "7.0.2",
"tslib": "^2.8.1",
"typescript": "^5.3.3"
},
Expand Down
243 changes: 96 additions & 147 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"jscpd": "^4.0.5",
"lint-staged": "^15.2.11",
"markdownlint-cli": "^0.43.0",
"npm-run-all": "4.1.5",
"npm-run-all2": "7.0.2",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"prettier": "^3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion showcases/next-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^18.3.13",
"npm-run-all": "^4.1.5",
"npm-run-all2": "7.0.2",
"open-cli": "^8.0.0",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion showcases/stencil-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@angular/cli": "17.3.11",
"@angular/compiler-cli": "17.3.12",
"ng-packagr": "17.3.0",
"npm-run-all": "4.1.5",
"npm-run-all2": "7.0.2",
"typescript": "^5.4.5"
},
"overrides": {
Expand Down

0 comments on commit 78f046f

Please sign in to comment.