Skip to content

Commit e83df32

Browse files
committed
bug #182 Upgrade webpack-chunk-hash dependency (Lyrkan)
This PR was merged into the master branch. Discussion ---------- Upgrade webpack-chunk-hash dependency Fixes #91 by using `webpack-chunk-hash@^0.5.0` instead of `webpack-chunk-hash@^0.4.0` ([caret ranges](https://yarnpkg.com/lang/en/docs/dependency-versions/#toc-caret-ranges) don't allow to change the first non-zero digit). Commits ------- 993fabb Upgrade webpack-chunk-hash dependency
2 parents 288f8e7 + 993fabb commit e83df32

File tree

2 files changed

+32
-4
lines changed

2 files changed

+32
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"resolve-url-loader": "^2.0.2",
4545
"style-loader": "^0.13.2",
4646
"webpack": ">=2.2.0 <4",
47-
"webpack-chunk-hash": "^0.4.0",
47+
"webpack-chunk-hash": "^0.5.0",
4848
"webpack-dev-server": "^2.4.5",
4949
"yargs": "^8.0.1"
5050
},

yarn.lock

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22
# yarn lockfile v1
33

44

5+
"@types/node@*":
6+
version "8.0.34"
7+
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.34.tgz#55f801fa2ddb2a40dd6dfc15ecfe1dde9c129fe9"
8+
9+
"@types/source-map@*":
10+
version "0.5.1"
11+
resolved "https://registry.yarnpkg.com/@types/source-map/-/source-map-0.5.1.tgz#7e74db5d06ab373a712356eebfaea2fad0ea2367"
12+
13+
"@types/tapable@*":
14+
version "0.2.4"
15+
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-0.2.4.tgz#8181a228da46185439300e600c5ae3b3b3982585"
16+
17+
"@types/uglify-js@*":
18+
version "2.6.29"
19+
resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-2.6.29.tgz#521347f69e20201d218f5991ae66e10878afcf1a"
20+
dependencies:
21+
"@types/source-map" "*"
22+
23+
"@types/webpack@^3.0.5":
24+
version "3.0.13"
25+
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-3.0.13.tgz#5a49ae51e784e73bc46830a6a20656e85b8af0e6"
26+
dependencies:
27+
"@types/node" "*"
28+
"@types/tapable" "*"
29+
"@types/uglify-js" "*"
30+
531
abab@^1.0.0:
632
version "1.0.3"
733
resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.3.tgz#b81de5f7274ec4e756d797cd834f303642724e5d"
@@ -5803,9 +5829,11 @@ webidl-conversions@^2.0.0:
58035829
version "2.0.1"
58045830
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-2.0.1.tgz#3bf8258f7d318c7443c36f2e169402a1a6703506"
58055831

5806-
webpack-chunk-hash@^0.4.0:
5807-
version "0.4.0"
5808-
resolved "https://registry.yarnpkg.com/webpack-chunk-hash/-/webpack-chunk-hash-0.4.0.tgz#6b40c3070fbc9ff0cfe0fe781c7174af6c7c16a4"
5832+
webpack-chunk-hash@^0.5.0:
5833+
version "0.5.0"
5834+
resolved "https://registry.yarnpkg.com/webpack-chunk-hash/-/webpack-chunk-hash-0.5.0.tgz#1dba38203d73c1e6ab069b6810a5a37402399dec"
5835+
dependencies:
5836+
"@types/webpack" "^3.0.5"
58095837

58105838
webpack-dev-middleware@^1.11.0:
58115839
version "1.11.0"

0 commit comments

Comments
 (0)