Skip to content

Commit 2db8946

Browse files
renovate[bot]nikku
authored andcommitted
chore: update dependency npm-run-all2 to v7
1 parent fba83ff commit 2db8946

File tree

16 files changed

+107
-42
lines changed

16 files changed

+107
-42
lines changed

bpmn-properties/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"karma-webpack": "^5.0.1",
3737
"mocha": "^10.7.3",
3838
"mocha-test-container-support": "^0.2.0",
39-
"npm-run-all2": "^6.2.2",
39+
"npm-run-all2": "^7.0.0",
4040
"puppeteer": "^23.2.0",
4141
"webpack": "^5.94.0"
4242
},

bundling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@babel/preset-env": "^7.25.4",
3434
"babel-loader": "^9.0.0",
3535
"copy-webpack-plugin": "^12.0.2",
36-
"npm-run-all2": "^6.2.2",
36+
"npm-run-all2": "^7.0.0",
3737
"open-cli": "^8.0.0",
3838
"webpack": "^5.94.0",
3939
"webpack-cli": "^5.0.0"

custom-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@rollup/plugin-commonjs": "^28.0.0",
1818
"@rollup/plugin-json": "^6.1.0",
1919
"@rollup/plugin-node-resolve": "^15.0.1",
20-
"npm-run-all2": "^6.2.2",
20+
"npm-run-all2": "^7.0.0",
2121
"open-cli": "^8.0.0",
2222
"rollup": "^4.21.1"
2323
}

deep-linking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"license": "MIT",
2525
"devDependencies": {
2626
"css-loader": "^7.1.2",
27-
"npm-run-all2": "^6.2.2",
27+
"npm-run-all2": "^7.0.0",
2828
"raw-loader": "^4.0.0",
2929
"style-loader": "^4.0.0",
3030
"webpack": "^5.94.0",

i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"copy-webpack-plugin": "^12.0.0",
3131
"css-loader": "^7.1.2",
32-
"npm-run-all2": "^6.2.2",
32+
"npm-run-all2": "^7.0.0",
3333
"raw-loader": "^4.0.0",
3434
"style-loader": "^4.0.0",
3535
"webpack": "^5.94.0",

minimap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"copy-webpack-plugin": "^12.0.0",
3131
"css-loader": "^7.1.2",
32-
"npm-run-all2": "^6.2.2",
32+
"npm-run-all2": "^7.0.0",
3333
"raw-loader": "^4.0.0",
3434
"style-loader": "^4.0.0",
3535
"webpack": "^5.94.0",

modeler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"copy-webpack-plugin": "^12.0.0",
3131
"css-loader": "^7.1.2",
32-
"npm-run-all2": "^6.2.2",
32+
"npm-run-all2": "^7.0.0",
3333
"raw-loader": "^4.0.0",
3434
"style-loader": "^4.0.0",
3535
"webpack": "^5.94.0",

modeling-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"copy-webpack-plugin": "^12.0.0",
1313
"css-loader": "^7.1.2",
14-
"npm-run-all2": "^6.2.2",
14+
"npm-run-all2": "^7.0.0",
1515
"raw-loader": "^4.0.0",
1616
"style-loader": "^4.0.0",
1717
"webpack": "^5.94.0",

package-lock.json

Lines changed: 92 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-bpmn-io": "^2.0.2",
2727
"eslint-plugin-mocha": "^10.5.0",
2828
"lerna": "^8.1.8",
29-
"npm-run-all2": "^6.2.2"
29+
"npm-run-all2": "^7.0.0"
3030
},
3131
"workspaces": [
3232
"bpmn-properties",

0 commit comments

Comments
 (0)