Skip to content

Commit

Permalink
chore: update webpack* dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and barmac committed Oct 19, 2023
1 parent 24727fa commit 39f809f
Show file tree
Hide file tree
Showing 17 changed files with 944 additions and 776 deletions.
4 changes: 2 additions & 2 deletions bundling/package.json
Expand Up @@ -32,11 +32,11 @@
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"babel-loader": "^8.2.5",
"babel-loader": "^9.0.0",
"npm-run-all": "^4.1.2",
"opn-cli": "^4.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
"webpack-cli": "^5.0.0"
},
"dependencies": {
"bpmn-js": "^14.1.3"
Expand Down
6 changes: 3 additions & 3 deletions deep-linking/package.json
Expand Up @@ -28,9 +28,9 @@
"devDependencies": {
"npm-run-all": "^4.1.2",
"opn-cli": "^4.0.0",
"raw-loader": "^0.5.1",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0"
"raw-loader": "^4.0.0",
"webpack": "^5.0.0",
"webpack-cli": "^5.0.0"
},
"dependencies": {
"bpmn-js": "^14.1.3"
Expand Down
10 changes: 5 additions & 5 deletions i18n/package.json
Expand Up @@ -28,14 +28,14 @@
],
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^4.6.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.25.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"npm-run-all": "^4.1.3",
"raw-loader": "^0.5.1",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.14"
"raw-loader": "^4.0.0",
"webpack": "^5.0.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.0.0"
},
"dependencies": {
"bpmn-js": "^14.1.3"
Expand Down
4 changes: 2 additions & 2 deletions i18n/webpack.config.js
Expand Up @@ -17,10 +17,10 @@ module.exports = {
]
},
plugins: [
new CopyWebpackPlugin([
new CopyWebpackPlugin({ patterns: [
{ from: 'assets/**', to: 'vendor/bpmn-js', context: 'node_modules/bpmn-js/dist/' },
{ from: '**/*.{html,css}', context: 'app/' }
])
] })
],
mode: 'development',
devtool: 'source-map'
Expand Down
10 changes: 5 additions & 5 deletions minimap/package.json
Expand Up @@ -28,14 +28,14 @@
],
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^4.6.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.25.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"npm-run-all": "^4.1.3",
"raw-loader": "^0.5.1",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.14"
"raw-loader": "^4.0.0",
"webpack": "^5.0.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.0.0"
},
"dependencies": {
"bpmn-js": "^14.1.3",
Expand Down
4 changes: 2 additions & 2 deletions minimap/webpack.config.js
Expand Up @@ -17,11 +17,11 @@ module.exports = {
]
},
plugins: [
new CopyWebpackPlugin([
new CopyWebpackPlugin({ patterns: [
{ from: 'assets/**', to: 'vendor/bpmn-js', context: 'node_modules/bpmn-js/dist/' },
{ from: 'assets/**', to: 'vendor/diagram-js-minimap', context: 'node_modules/diagram-js-minimap/' },
{ from: '**/*.{html,css}', context: 'app/' }
])
] })
],
mode: 'development',
devtool: 'source-map'
Expand Down
10 changes: 5 additions & 5 deletions modeler/package.json
Expand Up @@ -28,14 +28,14 @@
],
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^4.6.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.25.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"npm-run-all": "^4.1.3",
"raw-loader": "^0.5.1",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.14"
"raw-loader": "^4.0.0",
"webpack": "^5.0.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.0.0"
},
"dependencies": {
"bpmn-js": "^14.1.3",
Expand Down
4 changes: 2 additions & 2 deletions modeler/webpack.config.js
Expand Up @@ -17,10 +17,10 @@ module.exports = {
]
},
plugins: [
new CopyWebpackPlugin([
new CopyWebpackPlugin({ patterns: [
{ from: 'assets/**', to: 'vendor/bpmn-js', context: 'node_modules/bpmn-js/dist/' },
{ from: '**/*.{html,css}', context: 'app/' }
])
] })
],
mode: 'development',
devtool: 'source-map'
Expand Down
10 changes: 5 additions & 5 deletions modeling-api/package.json
Expand Up @@ -11,14 +11,14 @@
"start": "run-s dev"
},
"devDependencies": {
"copy-webpack-plugin": "^4.6.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.25.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"npm-run-all": "^4.1.3",
"raw-loader": "^0.5.1",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.14"
"raw-loader": "^4.0.0",
"webpack": "^5.0.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.0.0"
},
"dependencies": {
"bpmn-js": "^14.1.3",
Expand Down
4 changes: 2 additions & 2 deletions modeling-api/webpack.config.js
Expand Up @@ -17,10 +17,10 @@ module.exports = {
]
},
plugins: [
new CopyWebpackPlugin([
new CopyWebpackPlugin({ patterns: [
{ from: 'assets/**', to: 'vendor/bpmn-js', context: 'node_modules/bpmn-js/dist/' },
{ from: '**/*.{html,css}', context: 'app/' }
])
] })
],
mode: 'development',
devtool: 'source-map'
Expand Down

0 comments on commit 39f809f

Please sign in to comment.