Skip to content

Commit 61e94d5

Browse files
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#850)
* chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 * fix: bump npm-run-all2 to latest major --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dominikg <[email protected]>
1 parent 7639cae commit 61e94d5

File tree

3 files changed

+51
-93
lines changed

3 files changed

+51
-93
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"husky": "^9.0.10",
4444
"lint-staged": "^15.2.2",
4545
"node-fetch": "^3.3.2",
46-
"npm-run-all": "^4.1.5",
46+
"npm-run-all2": "^6.1.2",
4747
"playwright-core": "~1.41.2",
4848
"prettier": "^3.2.5",
4949
"prettier-plugin-svelte": "^3.1.2",

packages/e2e-tests/vite-ssr-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"decamelize": "^6.0.0",
1919
"e2e-test-dep-esm-only": "workspace:^",
2020
"express": "^4.18.2",
21-
"npm-run-all": "^4.1.5",
21+
"npm-run-all2": "^5.0.0",
2222
"serve-static": "^1.15.0",
2323
"svelte": "^4.2.10",
2424
"vite": "^5.0.12"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)