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 44f48ba
Show file tree
Hide file tree
Showing 17 changed files with 948 additions and 780 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
12 changes: 6 additions & 6 deletions i18n/package.json
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"all": "run-s lint build",
"build": "webpack --mode production",
"dev": "webpack-dev-server --content-base=public --open",
"dev": "webpack-dev-server --static=public --open",
"lint": "eslint .",
"start": "run-s dev"
},
Expand All @@ -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
12 changes: 6 additions & 6 deletions minimap/package.json
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"all": "run-s lint build",
"build": "webpack --mode production",
"dev": "webpack-dev-server --content-base=public --open",
"dev": "webpack-dev-server --static=public --open",
"lint": "eslint .",
"start": "run-s dev"
},
Expand All @@ -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
12 changes: 6 additions & 6 deletions modeler/package.json
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"all": "run-s lint build",
"build": "webpack --mode production",
"dev": "webpack-dev-server --content-base=public --open",
"dev": "webpack-dev-server --static=public --open",
"lint": "eslint .",
"start": "run-s dev"
},
Expand All @@ -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
12 changes: 6 additions & 6 deletions modeling-api/package.json
Expand Up @@ -6,19 +6,19 @@
"scripts": {
"all": "run-s lint build",
"build": "webpack --mode production",
"dev": "webpack-dev-server --content-base=public --open",
"dev": "webpack-dev-server --static=public --open",
"lint": "eslint .",
"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 44f48ba

Please sign in to comment.