File tree Expand file tree Collapse file tree 2 files changed +32
-4
lines changed Expand file tree Collapse file tree 2 files changed +32
-4
lines changed Original file line number Diff line number Diff line change 44
44
"resolve-url-loader" : " ^2.0.2" ,
45
45
"style-loader" : " ^0.13.2" ,
46
46
"webpack" : " >=2.2.0 <4" ,
47
- "webpack-chunk-hash" : " ^0.4 .0" ,
47
+ "webpack-chunk-hash" : " ^0.5 .0" ,
48
48
"webpack-dev-server" : " ^2.4.5" ,
49
49
"yargs" : " ^8.0.1"
50
50
},
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
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
+
5
31
abab@^1.0.0 :
6
32
version "1.0.3"
7
33
resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.3.tgz#b81de5f7274ec4e756d797cd834f303642724e5d"
@@ -5803,9 +5829,11 @@ webidl-conversions@^2.0.0:
5803
5829
version "2.0.1"
5804
5830
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-2.0.1.tgz#3bf8258f7d318c7443c36f2e169402a1a6703506"
5805
5831
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"
5809
5837
5810
5838
webpack-dev-middleware@^1.11.0 :
5811
5839
version "1.11.0"
You can’t perform that action at this time.
0 commit comments