File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 12
12
"babel-runtime" : " 6.26.0" ,
13
13
"case-sensitive-paths-webpack-plugin" : " 2.1.1" ,
14
14
"chalk" : " 1.1.3" ,
15
+ "colour-proximity" : " ^0.0.2" ,
15
16
"css-loader" : " 0.28.7" ,
16
17
"dotenv" : " 4.0.0" ,
17
18
"dotenv-expand" : " 4.0.1" ,
Original file line number Diff line number Diff line change @@ -1389,6 +1389,10 @@ code-point-at@^1.0.0:
1389
1389
version "1.1.0"
1390
1390
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
1391
1391
1392
+
1393
+ version "0.2.1"
1394
+ resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-0.2.1.tgz#363cab23c94b31a0d64db71048b8c6a940f8c68c"
1395
+
1392
1396
color-convert@^1.3.0, color-convert@^1.9.0 :
1393
1397
version "1.9.1"
1394
1398
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.1.tgz#c1261107aeb2f294ebffec9ed9ecad529a6097ed"
@@ -1405,6 +1409,12 @@ color-string@^0.3.0:
1405
1409
dependencies :
1406
1410
color-name "^1.0.0"
1407
1411
1412
+ color-string@~0.1.2 :
1413
+ version "0.1.3"
1414
+ resolved "https://registry.yarnpkg.com/color-string/-/color-string-0.1.3.tgz#e865d2e3e59f665c3af0de14383f6bf0705685f3"
1415
+ dependencies :
1416
+ color-convert "0.2.x"
1417
+
1408
1418
color@^0.11.0 :
1409
1419
version "0.11.4"
1410
1420
resolved "https://registry.yarnpkg.com/color/-/color-0.11.4.tgz#6d7b5c74fb65e841cd48792ad1ed5e07b904d764"
@@ -1425,6 +1435,12 @@ colors@~1.1.2:
1425
1435
version "1.1.2"
1426
1436
resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63"
1427
1437
1438
+ colour-proximity@^0.0.2 :
1439
+ version "0.0.2"
1440
+ resolved "https://registry.yarnpkg.com/colour-proximity/-/colour-proximity-0.0.2.tgz#139ad3afecf301bc803b8da698f32c972974769c"
1441
+ dependencies :
1442
+ color-string "~0.1.2"
1443
+
1428
1444
combined-stream@^1.0.5, combined-stream@~1.0.5 :
1429
1445
version "1.0.5"
1430
1446
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009"
You can’t perform that action at this time.
0 commit comments