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 Dec 17, 2021
1 parent 22b9ca7 commit cbbab03
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/dotcom-build-base/package.json
Expand Up @@ -24,11 +24,11 @@
"webpack-assets-manifest": "^3.1.1"
},
"devDependencies": {
"@types/webpack": "^4.41.7",
"@types/webpack": "^5.0.0",
"check-engine": "^1.10.1"
},
"peerDependencies": {
"webpack": "^4.39.2"
"webpack": "^5.0.0"
},
"engines": {
"node": ">= 12.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/dotcom-build-code-splitting/package.json
Expand Up @@ -19,7 +19,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"webpack": "^4.39.2"
"webpack": "^5.0.0"
},
"dependencies": {
"assign-deep": "^1.0.1",
Expand All @@ -29,7 +29,7 @@
"reliable-module-ids-plugin": "^1.0.1"
},
"devDependencies": {
"@types/webpack": "^4.41.7",
"@types/webpack": "^5.0.0",
"check-engine": "^1.10.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/dotcom-build-images/package.json
Expand Up @@ -19,14 +19,14 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"webpack": "^4.39.2"
"webpack": "^5.0.0"
},
"dependencies": {
"file-loader": "^6.0.0",
"glob": "^7.1.6"
},
"devDependencies": {
"@types/webpack": "^4.41.7",
"@types/webpack": "^5.0.0",
"check-engine": "^1.10.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/dotcom-build-js/package.json
Expand Up @@ -19,7 +19,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"webpack": "^4.39.2"
"webpack": "^5.0.0"
},
"dependencies": {
"@babel/core": "^7.8.7",
Expand All @@ -33,7 +33,7 @@
"babel-loader": "^8.0.6"
},
"devDependencies": {
"@types/webpack": "^4.41.7",
"@types/webpack": "^5.0.0",
"check-engine": "^1.10.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/dotcom-build-sass/package.json
Expand Up @@ -19,7 +19,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"webpack": "^4.39.2"
"webpack": "^5.0.0"
},
"dependencies": {
"autoprefixer": "^9.6.0",
Expand All @@ -32,7 +32,7 @@
"webpack-fix-style-only-entries": "^0.5.0"
},
"devDependencies": {
"@types/webpack": "^4.41.7",
"@types/webpack": "^5.0.0",
"check-engine": "^1.10.1"
},
"engines": {
Expand Down

0 comments on commit cbbab03

Please sign in to comment.