Skip to content

Commit

Permalink
Upgrade webpack-chunk-hash to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenberga committed Oct 7, 2017
1 parent 4b0d809 commit 20f72b2
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"tape": "^4.6.3",
"transform-loader": "^0.2.3",
"webpack": "^3.1.0",
"webpack-chunk-hash": "^0.4.0",
"webpack-chunk-hash": "^0.5.0",
"webpack-dev-middleware": "^1.8.2",
"webpack-hot-middleware": "^2.12.2",
"yargs": "^8.0.1"
Expand Down
34 changes: 31 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,36 @@
normalize-path "^2.0.1"
through2 "^2.0.3"

"@types/node@*":
version "8.0.33"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.33.tgz#1126e94374014e54478092830704f6ea89df04cd"

"@types/node@^6.0.46":
version "6.0.88"
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.88.tgz#f618f11a944f6a18d92b5c472028728a3e3d4b66"

"@types/source-map@*":
version "0.5.1"
resolved "https://registry.yarnpkg.com/@types/source-map/-/source-map-0.5.1.tgz#7e74db5d06ab373a712356eebfaea2fad0ea2367"

"@types/tapable@*":
version "0.2.4"
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-0.2.4.tgz#8181a228da46185439300e600c5ae3b3b3982585"

"@types/uglify-js@*":
version "2.6.29"
resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-2.6.29.tgz#521347f69e20201d218f5991ae66e10878afcf1a"
dependencies:
"@types/source-map" "*"

"@types/webpack@^3.0.5":
version "3.0.13"
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-3.0.13.tgz#5a49ae51e784e73bc46830a6a20656e85b8af0e6"
dependencies:
"@types/node" "*"
"@types/tapable" "*"
"@types/uglify-js" "*"

JSONStream@^1.0.4:
version "1.3.1"
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.1.tgz#707f761e01dae9e16f1bcf93703b78c70966579a"
Expand Down Expand Up @@ -9258,9 +9284,11 @@ watchpack@^1.4.0:
chokidar "^1.7.0"
graceful-fs "^4.1.2"

webpack-chunk-hash@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/webpack-chunk-hash/-/webpack-chunk-hash-0.4.0.tgz#6b40c3070fbc9ff0cfe0fe781c7174af6c7c16a4"
webpack-chunk-hash@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/webpack-chunk-hash/-/webpack-chunk-hash-0.5.0.tgz#1dba38203d73c1e6ab069b6810a5a37402399dec"
dependencies:
"@types/webpack" "^3.0.5"

webpack-core@^0.6.9:
version "0.6.9"
Expand Down

0 comments on commit 20f72b2

Please sign in to comment.