File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 25
25
"prettier" : " 1.15.2" ,
26
26
"rimraf" : " 2.6.2" ,
27
27
"sass-loader" : " 6.0.6" ,
28
- "style-loader" : " 0.19 .1" ,
28
+ "style-loader" : " 0.23 .1" ,
29
29
"uglify-js-plugin" : " 0.0.6" ,
30
30
"webpack" : " 3.12.0" ,
31
31
"webpack-manifest-plugin" : " 1.3.2"
Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ acorn@^5.5.0:
34
34
version "5.7.3"
35
35
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
36
36
37
+ ajv-errors@^1.0.0 :
38
+ version "1.0.0"
39
+ resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.0.tgz#ecf021fa108fd17dfb5e6b383f2dd233e31ffc59"
40
+
37
41
ajv-keywords@^2.1.0 :
38
42
version "2.1.1"
39
43
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762"
@@ -4160,6 +4164,14 @@ schema-utils@^0.3.0:
4160
4164
dependencies :
4161
4165
ajv "^5.0.0"
4162
4166
4167
+ schema-utils@^1.0.0 :
4168
+ version "1.0.0"
4169
+ resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"
4170
+ dependencies :
4171
+ ajv "^6.1.0"
4172
+ ajv-errors "^1.0.0"
4173
+ ajv-keywords "^3.1.0"
4174
+
4163
4175
scss-tokenizer@^0.2.3 :
4164
4176
version "0.2.3"
4165
4177
resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz#8eb06db9a9723333824d3f5530641149847ce5d1"
@@ -4389,12 +4401,12 @@ strip-json-comments@~2.0.1:
4389
4401
version "2.0.1"
4390
4402
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
4391
4403
4392
- style-loader@0.19 .1 :
4393
- version "0.19 .1"
4394
- resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.19 .1.tgz#591ffc80bcefe268b77c5d9ebc0505d772619f85 "
4404
+ style-loader@0.23 .1 :
4405
+ version "0.23 .1"
4406
+ resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.23 .1.tgz#cb9154606f3e771ab6c4ab637026a1049174d925 "
4395
4407
dependencies :
4396
- loader-utils "^1.0.2 "
4397
- schema-utils "^0.3 .0"
4408
+ loader-utils "^1.1.0 "
4409
+ schema-utils "^1.0 .0"
4398
4410
4399
4411
supports-color@^2.0.0 :
4400
4412
version "2.0.0"
You can’t perform that action at this time.
0 commit comments