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 Aug 6, 2024
1 parent 088fb5e commit e61745b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@commitlint/config-conventional": "^12.0.1",
"@microsoft/api-documenter": "^7.12.6",
"fs-extra": "^9.1.0",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"prettier": "^2.1.2",
"sass": "^1.77.1",
"semantic-release": "^17.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eth-gas-reporter": "^0.2.22",
"hardhat": "^2.6.1",
"hardhat-gas-reporter": "^1.0.1",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"solidity-coverage": "^0.7.16",
"web3": "^1.3.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-react-refresh": "^0.3.4",
"jsdom": "21",
"node-fetch": "^3.3.1",
"npm-run-all": "4.1.5",
"npm-run-all2": "5.0.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"source-map-explorer": "2.5.2",
"typescript": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-tsdoc": "0.2.11",
"fast-check": "2.13.0",
"mocha": "8.3.2",
"npm-run-all": "4.1.5",
"npm-run-all2": "5.0.0",
"ts-node": "9.1.1",
"typescript": "4.1.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"ethers": "5.7.2",
"fs-extra": "9.1.0",
"hardhat": "^2.6.1",
"npm-run-all": "4.1.5",
"npm-run-all2": "5.0.0",
"ts-node": "9.1.1",
"typescript": "^5.4.2",
"ws": "7.4.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint": "7.22.0",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"npm-run-all": "4.1.5",
"npm-run-all2": "5.0.0",
"react": "17.0.2",
"typescript": "4.1.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"apollo": "^2.30.3",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"rimraf": "^3.0.2",
"typescript": "~4.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@graphprotocol/graph-cli": "^0.64.1",
"@graphprotocol/graph-ts": "^0.32.0",
"npm-run-all": "^4.1.5"
"npm-run-all2": "^5.0.0"
}
}

0 comments on commit e61745b

Please sign in to comment.