Skip to content

Commit

Permalink
Merge pull request #173 from shunkakinoki/renovate/webpack-5.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency webpack to ^5.52.0
  • Loading branch information
mergify[bot] authored Sep 4, 2021
2 parents 4c55da9 + c525113 commit ad0fff9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.4.2",
"vercel": "^23.1.2",
"webpack": "^5.51.1"
"webpack": "^5.52.0"
},
"npmpackagejsonlint": {
"extends": "@shunkakinoki/npm-package-json-lint-config"
Expand Down
30 changes: 30 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20356,6 +20356,36 @@ webpack@^5.51.1:
watchpack "^2.2.0"
webpack-sources "^3.2.0"

webpack@^5.52.0:
version "5.52.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.52.0.tgz#88d997c2c3ebb62abcaa453d2a26e0fd917c71a3"
integrity sha512-yRZOat8jWGwBwHpco3uKQhVU7HYaNunZiJ4AkAVQkPCUGoZk/tiIXiwG+8HIy/F+qsiZvSOa+GLQOj3q5RKRYg==
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.50"
"@webassemblyjs/ast" "1.11.1"
"@webassemblyjs/wasm-edit" "1.11.1"
"@webassemblyjs/wasm-parser" "1.11.1"
acorn "^8.4.1"
acorn-import-assertions "^1.7.6"
browserslist "^4.14.5"
chrome-trace-event "^1.0.2"
enhanced-resolve "^5.8.0"
es-module-lexer "^0.7.1"
eslint-scope "5.1.1"
events "^3.2.0"
glob-to-regexp "^0.4.1"
graceful-fs "^4.2.4"
json-parse-better-errors "^1.0.2"
loader-runner "^4.2.0"
mime-types "^2.1.27"
neo-async "^2.6.2"
schema-utils "^3.1.0"
tapable "^2.1.1"
terser-webpack-plugin "^5.1.3"
watchpack "^2.2.0"
webpack-sources "^3.2.0"

webpack@^5.9.0:
version "5.50.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.50.0.tgz#5562d75902a749eb4d75131f5627eac3a3192527"
Expand Down

0 comments on commit ad0fff9

Please sign in to comment.