Skip to content

Commit

Permalink
Update dependency webpack to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 10, 2020
1 parent 00cd9fa commit b8faff9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/dotcom-build-base/package.json
Expand Up @@ -26,7 +26,7 @@
"@types/webpack": "^4.41.7"
},
"peerDependencies": {
"webpack": "^4.39.2"
"webpack": "^5.0.0"
},
"engines": {
"node": ">= 12.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/dotcom-build-bower-resolve/package.json
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"webpack": "^4.39.2"
"webpack": "^5.0.0"
},
"dependencies": {
"bower-resolve-webpack-plugin": "^1.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/dotcom-build-code-splitting/package.json
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"webpack": "^4.39.2"
"webpack": "^5.0.0"
},
"dependencies": {
"assign-deep": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dotcom-build-images/package.json
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"webpack": "^4.39.2"
"webpack": "^5.0.0"
},
"dependencies": {
"file-loader": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dotcom-build-js/package.json
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"webpack": "^4.39.2"
"webpack": "^5.0.0"
},
"dependencies": {
"@babel/core": "^7.8.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/dotcom-build-sass/package.json
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"webpack": "^4.39.2"
"webpack": "^5.0.0"
},
"dependencies": {
"autoprefixer": "^9.6.0",
Expand Down

0 comments on commit b8faff9

Please sign in to comment.