Skip to content

Commit

Permalink
feat: update webpack to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 26, 2020
1 parent e28fd23 commit 7046a2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"husky": "4.3.0",
"jest": "26.6.3",
"lerna": "3.22.1",
"webpack": "4.44.2"
"webpack": "5.8.0"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/atoms/webpack-atom-js-react-scss/package.json
Original file line number Diff line number Diff line change
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.8.0",
"webpack-cli": "4.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/quarks/webpack-quark-misc/package.json
Original file line number Diff line number Diff line change
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

0 comments on commit 7046a2c

Please sign in to comment.