Skip to content

Commit

Permalink
chore: 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] committed Jan 31, 2024
1 parent c19e77a commit de55a73
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 137 deletions.
202 changes: 68 additions & 134 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "^8.53.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"lerna": "^8.0.2",
"npm-run-all": "^4.1.5"
"npm-run-all2": "^5.0.0"
},
"engines": {
"node": ">= 16",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"mocha": "^10.2.0",
"nock": "^13.5.1",
"nodemon": "^3.0.3",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/board/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-svelte": "^2.35.0",
"min-dash": "^4.1.1",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"octicons": "^8.5.0",
"postcss": "^8.4.33",
"rollup": "^4.3.1",
Expand Down

0 comments on commit de55a73

Please sign in to comment.