Skip to content

Commit

Permalink
chore: update webpack to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 1, 2024
1 parent e28fd23 commit 1fb2d9f
Show file tree
Hide file tree
Showing 15 changed files with 373 additions and 1,458 deletions.
1,803 changes: 359 additions & 1,444 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"husky": "4.3.0",
"jest": "26.6.3",
"lerna": "3.22.1",
"webpack": "4.44.2"
"webpack": "5.90.1"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/atoms/webpack-atom-js-react-css/package.json
Expand Up @@ -55,7 +55,7 @@
"postcss-mixins": "7.0.1",
"postcss-normalize": "9.0.0",
"postcss-preset-env": "6.7.0",
"webpack": "4.44.2",
"webpack": "5.90.1",
"webpack-cli": "4.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/atoms/webpack-atom-js-react-scss/package.json
Expand Up @@ -55,7 +55,7 @@
"postcss-mixins": "7.0.1",
"postcss-normalize": "9.0.0",
"postcss-preset-env": "6.7.0",
"webpack": "4.44.2",
"webpack": "5.90.1",
"webpack-cli": "4.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/quarks/webpack-quark-assets/package.json
Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/thc-tools/webpack-laboratory/issues"
},
"peerDependencies": {
"webpack": "^4.44.2"
"webpack": "^4.44.2 || ^5.0.0"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.1-beta.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/quarks/webpack-quark-babel/package.json
Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/thc-tools/webpack-laboratory/issues"
},
"peerDependencies": {
"webpack": "^4.44.2"
"webpack": "^4.44.2 || ^5.0.0"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.1-beta.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/quarks/webpack-quark-css/package.json
Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/thc-tools/webpack-laboratory/issues"
},
"peerDependencies": {
"webpack": "^4.44.2"
"webpack": "^4.44.2 || ^5.0.0"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.1-beta.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/quarks/webpack-quark-dev-server/package.json
Expand Up @@ -37,6 +37,6 @@
"webpack-plugin-serve": "1.2.0"
},
"peerDependencies": {
"webpack": "^4.44.2"
"webpack": "^4.44.2 || ^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/quarks/webpack-quark-entry/package.json
Expand Up @@ -35,6 +35,6 @@
"@thc/webpack-chemistry": "1.0.1-beta.0"
},
"peerDependencies": {
"webpack": "^4.44.2"
"webpack": "^4.44.2 || ^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/quarks/webpack-quark-html/package.json
Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/thc-tools/webpack-laboratory/issues"
},
"peerDependencies": {
"webpack": "^4.44.2"
"webpack": "^4.44.2 || ^5.0.0"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.1-beta.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/quarks/webpack-quark-misc/package.json
Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/thc-tools/webpack-laboratory/issues"
},
"peerDependencies": {
"webpack": "^4.44.2"
"webpack": "^4.44.2 || ^5.0.0"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.1-beta.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/quarks/webpack-quark-optimize/package.json
Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/thc-tools/webpack-laboratory/issues"
},
"peerDependencies": {
"webpack": "^4.44.2"
"webpack": "^4.44.2 || ^5.0.0"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.1-beta.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/quarks/webpack-quark-output/package.json
Expand Up @@ -36,6 +36,6 @@
"clean-webpack-plugin": "3.0.0"
},
"peerDependencies": {
"webpack": "^4.44.2"
"webpack": "^4.44.2 || ^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/quarks/webpack-quark-sourcemap/package.json
Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/thc-tools/webpack-laboratory/issues"
},
"peerDependencies": {
"webpack": "^4.44.2"
"webpack": "^4.44.2 || ^5.0.0"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.1-beta.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/quarks/webpack-quark-typescript/package.json
Expand Up @@ -45,6 +45,6 @@
},
"peerDependencies": {
"typescript": "^4.1.2",
"webpack": "^4.44.2"
"webpack": "^4.44.2 || ^5.0.0"
}
}

0 comments on commit 1fb2d9f

Please sign in to comment.