Skip to content

Commit

Permalink
chore: update dependency copy-webpack-plugin to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and nikku committed Jan 11, 2024
1 parent 9349e43 commit c2c5f75
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 41 deletions.
2 changes: 1 addition & 1 deletion i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.0",
"eslint": "^8.25.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"npm-run-all": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion minimap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.0",
"npm-run-all": "^4.1.3",
"raw-loader": "^4.0.0",
"webpack": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion modeler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.0",
"eslint": "^8.25.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"npm-run-all": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion modeling-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "run-s dev"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.0",
"css-loader": "^6.8.1",
"npm-run-all": "^4.1.3",
"raw-loader": "^4.0.0",
Expand Down
103 changes: 71 additions & 32 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 properties-panel-async-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.0",
"css-loader": "^6.8.1",
"less": "^4.1.2",
"less-loader": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion properties-panel-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.0",
"css-loader": "^6.8.1",
"less": "^4.1.2",
"less-loader": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion properties-panel-list-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.0",
"css-loader": "^6.8.1",
"less": "^4.1.2",
"less-loader": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion properties-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"min-dash": "^4.1.1"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.0",
"css-loader": "^6.8.1",
"less": "^4.1.0",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion transaction-boundaries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.19.3",
"babel-loader": "^9.0.0",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.0",
"css-loader": "^6.8.1",
"npm-run-all": "^4.1.5",
"sirv-cli": "^2.0.2",
Expand Down

0 comments on commit c2c5f75

Please sign in to comment.