Skip to content

Commit

Permalink
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent 2c24116 commit 5ee3092
Show file tree
Hide file tree
Showing 12 changed files with 276 additions and 38 deletions.
2 changes: 1 addition & 1 deletion demos/base-path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/node": "^17.0.25",
"husky": "^7.0.4",
"if-env": "^1.0.4",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"typescript": "^4.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion demos/custom-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/react": "^18.0.25",
"husky": "^7.0.4",
"if-env": "^1.0.4",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"typescript": "^4.7.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion demos/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"critters": "^0.0.20",
"husky": "^7.0.4",
"if-env": "^1.0.4",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion demos/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node": "^17.0.25",
"@types/react": "^18.0.25",
"husky": "^7.0.4",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion demos/next-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/node": "^17.0.14",
"@types/react": "^18.0.0",
"husky": "^7.0.4",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"typescript": "^4.5.5"
},
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion demos/next-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/node": "^17.0.25",
"husky": "^7.0.4",
"if-env": "^1.0.4",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"typescript": "^4.6.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion demos/plugin-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "^17.0.25",
"husky": "^7.0.4",
"if-env": "^1.0.4",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion demos/static-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/node": "^17.0.25",
"husky": "^7.0.4",
"if-env": "^1.0.4",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"typescript": "^4.6.3"
},
"scripts": {
Expand Down
Loading

0 comments on commit 5ee3092

Please sign in to comment.