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 Oct 9, 2024
1 parent 3a6a298 commit 62fdadb
Show file tree
Hide file tree
Showing 6 changed files with 290 additions and 199 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jest": "29.5.0",
"license-checker": "25.0.1",
"lint-staged": "13.2.2",
"npm-run-all": "4.1.5",
"npm-run-all2": "5.0.0",
"object-treeify": "1.1.33",
"ora": "5.4.1",
"prettier": "2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"chai": "4.3.7",
"globby": "10.0.2",
"jest": "29.5.0",
"npm-run-all": "4.1.5",
"npm-run-all2": "5.0.0",
"oclif": "3.9.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@types/jest": "29.5.1",
"jest": "29.5.0",
"npm-run-all": "4.1.5",
"npm-run-all2": "5.0.0",
"ts-jest": "29.1.0",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"graphql": "16.6.0",
"jest": "29.5.0",
"nock": "13.3.1",
"npm-run-all": "4.1.5",
"npm-run-all2": "5.0.0",
"ts-jest": "29.1.0",
"typedoc": "0.24.8",
"typedoc-plugin-markdown": "3.15.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"jest": "29.5.0",
"nock": "13.3.1",
"nodemon": "2.0.22",
"npm-run-all": "4.1.5",
"npm-run-all2": "5.0.0",
"rimraf": "5.0.0",
"semver": "7.5.0",
"supertest": "6.3.3",
Expand Down
Loading

0 comments on commit 62fdadb

Please sign in to comment.