Skip to content

Commit aad8712

Browse files
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#2417)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c24116 commit aad8712

File tree

12 files changed

+276
-38
lines changed

12 files changed

+276
-38
lines changed

demos/base-path/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@types/node": "^17.0.25",
1111
"husky": "^7.0.4",
1212
"if-env": "^1.0.4",
13-
"npm-run-all": "^4.1.5",
13+
"npm-run-all2": "^5.0.0",
1414
"typescript": "^4.6.3"
1515
},
1616
"dependencies": {

demos/custom-routes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@types/react": "^18.0.25",
1212
"husky": "^7.0.4",
1313
"if-env": "^1.0.4",
14-
"npm-run-all": "^4.1.5",
14+
"npm-run-all2": "^5.0.0",
1515
"typescript": "^4.7.4"
1616
},
1717
"dependencies": {

demos/default/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"critters": "^0.0.20",
3636
"husky": "^7.0.4",
3737
"if-env": "^1.0.4",
38-
"npm-run-all": "^4.1.5",
38+
"npm-run-all2": "^5.0.0",
3939
"typescript": "^4.6.3"
4040
}
4141
}

demos/middleware/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "^17.0.25",
2323
"@types/react": "^18.0.25",
2424
"husky": "^7.0.4",
25-
"npm-run-all": "^4.1.5",
25+
"npm-run-all2": "^5.0.0",
2626
"typescript": "^4.6.3"
2727
}
2828
}

demos/next-auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/node": "^17.0.14",
3838
"@types/react": "^18.0.0",
3939
"husky": "^7.0.4",
40-
"npm-run-all": "^4.1.5",
40+
"npm-run-all2": "^5.0.0",
4141
"typescript": "^4.5.5"
4242
},
4343
"prettier": {

demos/next-export/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/node": "^17.0.25",
1414
"husky": "^7.0.4",
1515
"if-env": "^1.0.4",
16-
"npm-run-all": "^4.1.5",
16+
"npm-run-all2": "^5.0.0",
1717
"typescript": "^4.6.3"
1818
},
1919
"scripts": {

demos/plugin-wrapper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/node": "^17.0.25",
1515
"husky": "^7.0.4",
1616
"if-env": "^1.0.4",
17-
"npm-run-all": "^4.1.5",
17+
"npm-run-all2": "^5.0.0",
1818
"typescript": "^4.6.3"
1919
}
2020
}

demos/static-root/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/node": "^17.0.25",
1414
"husky": "^7.0.4",
1515
"if-env": "^1.0.4",
16-
"npm-run-all": "^4.1.5",
16+
"npm-run-all2": "^5.0.0",
1717
"typescript": "^4.6.3"
1818
},
1919
"scripts": {

0 commit comments

Comments
 (0)