Skip to content

Commit

Permalink
prettierx: Update webpack -> 5.42.1 - devDependency (#614)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jul 6, 2021
1 parent e66a5a4 commit 2a90a09
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -151,7 +151,7 @@
"tempy": "1.0.1",
"terser-webpack-plugin": "5.1.4",
"typescript": "4.3.5",
"webpack": "5.42.0"
"webpack": "5.42.1"
},
"peerDependenciesMeta": {
"flow-parser": {
Expand Down
2 changes: 1 addition & 1 deletion x-unsupported/website/package.json
Expand Up @@ -20,7 +20,7 @@
"concurrently": "6.2.0",
"docusaurus": "1.14.7",
"js-yaml": "4.1.0",
"webpack": "5.42.0",
"webpack": "5.42.1",
"webpack-cli": "4.7.2"
}
}
8 changes: 4 additions & 4 deletions x-unsupported/website/yarn.lock
Expand Up @@ -7655,10 +7655,10 @@ webpack-sources@^2.3.0:
source-list-map "^2.0.1"
source-map "^0.6.1"

webpack@5.42.0:
version "5.42.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.42.0.tgz#39aadbce84ad2cebf86cc5f88a2c53db65cbddfb"
integrity sha512-Ln8HL0F831t1x/yPB/qZEUVmZM4w9BnHZ1EQD/sAUHv8m22hthoPniWTXEzFMh/Sf84mhrahut22TX5KxWGuyQ==
webpack@5.42.1:
version "5.42.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.42.1.tgz#3347d0d93e79fe70bf62e51981024c80b9c8c3df"
integrity sha512-msikozzXrG2Hdx+dElq0fyNvxPFsaM2dKLc/l+xkMmhO/1qwVJ9K9gY+fi/49MYWcpSP7alnK5Q78Evrd1LiqQ==
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.48"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -6296,10 +6296,10 @@ webpack-sources@^2.3.0:
source-list-map "^2.0.1"
source-map "^0.6.1"

webpack@5.42.0:
version "5.42.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.42.0.tgz#39aadbce84ad2cebf86cc5f88a2c53db65cbddfb"
integrity sha512-Ln8HL0F831t1x/yPB/qZEUVmZM4w9BnHZ1EQD/sAUHv8m22hthoPniWTXEzFMh/Sf84mhrahut22TX5KxWGuyQ==
webpack@5.42.1:
version "5.42.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.42.1.tgz#3347d0d93e79fe70bf62e51981024c80b9c8c3df"
integrity sha512-msikozzXrG2Hdx+dElq0fyNvxPFsaM2dKLc/l+xkMmhO/1qwVJ9K9gY+fi/49MYWcpSP7alnK5Q78Evrd1LiqQ==
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.48"
Expand Down

0 comments on commit 2a90a09

Please sign in to comment.