Skip to content

Commit

Permalink
Update dependency webpack to v4.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 13, 2018
1 parent 77e9d1d commit 959abca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "3.0.4",
"webpack": "4.18.0",
"webpack": "4.18.1",
"webpack-bundle-tracker": "0.3.0",
"webpack-cli": "3.1.0"
}
Expand Down
12 changes: 8 additions & 4 deletions yarn.lock
Expand Up @@ -4530,6 +4530,10 @@ tapable@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.0.0.tgz#cbb639d9002eed9c6b5975eb20598d7936f1f9f2"

tapable@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.0.tgz#0d076a172e3d9ba088fd2272b2668fb8d194b78c"

tar@^4:
version "4.4.6"
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.6.tgz#63110f09c00b4e60ac8bcfe1bf3c8660235fbc9b"
Expand Down Expand Up @@ -4847,9 +4851,9 @@ webpack-sources@^1.1.0, webpack-sources@^1.2.0:
source-list-map "^2.0.0"
source-map "~0.6.1"

webpack@4.18.0:
version "4.18.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.18.0.tgz#7dafaaf309c12e63080d3960fba7ed94afdcbe84"
webpack@4.18.1:
version "4.18.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.18.1.tgz#029042c815443fce23424de1548d9317cfca148a"
dependencies:
"@webassemblyjs/ast" "1.7.6"
"@webassemblyjs/helper-module-context" "1.7.6"
Expand All @@ -4871,7 +4875,7 @@ webpack@4.18.0:
neo-async "^2.5.0"
node-libs-browser "^2.0.0"
schema-utils "^0.4.4"
tapable "^1.0.0"
tapable "^1.1.0"
uglifyjs-webpack-plugin "^1.2.4"
watchpack "^1.5.0"
webpack-sources "^1.2.0"
Expand Down

0 comments on commit 959abca

Please sign in to comment.