From 993fabb559ab373b43b1e9ed6a3c1ea09ee353ad Mon Sep 17 00:00:00 2001 From: Lyrkan Date: Fri, 13 Oct 2017 19:14:02 +0200 Subject: [PATCH] Upgrade webpack-chunk-hash dependency --- package.json | 2 +- yarn.lock | 34 +++++++++++++++++++++++++++++++--- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 58ce6f75..8cb78115 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "resolve-url-loader": "^2.0.2", "style-loader": "^0.13.2", "webpack": ">=2.2.0 <4", - "webpack-chunk-hash": "^0.4.0", + "webpack-chunk-hash": "^0.5.0", "webpack-dev-server": "^2.4.5", "yargs": "^8.0.1" }, diff --git a/yarn.lock b/yarn.lock index 85a358b7..760d884d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,6 +2,32 @@ # yarn lockfile v1 +"@types/node@*": + version "8.0.34" + resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.34.tgz#55f801fa2ddb2a40dd6dfc15ecfe1dde9c129fe9" + +"@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" "*" + abab@^1.0.0: version "1.0.3" resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.3.tgz#b81de5f7274ec4e756d797cd834f303642724e5d" @@ -5803,9 +5829,11 @@ webidl-conversions@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-2.0.1.tgz#3bf8258f7d318c7443c36f2e169402a1a6703506" -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-dev-middleware@^1.11.0: version "1.11.0"