File tree Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 56
56
"dependencies" : {
57
57
"css-selector-tokenizer" : " ^0.7.0" ,
58
58
"generic-names" : " ^1.0.2" ,
59
- "icss-utils" : " ^2.1.0 " ,
59
+ "icss-utils" : " ^3.0.1 " ,
60
60
"postcss" : " ^6.0.2"
61
61
},
62
62
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ test("save :import statemtents", () => {
675
675
}
676
676
` ,
677
677
expected : `
678
- :import(" ~/lol.css" ) {
678
+ :import(' ~/lol.css' ) {
679
679
foo: __foo
680
680
}
681
681
`
Original file line number Diff line number Diff line change @@ -1583,11 +1583,11 @@ iconv-lite@^0.4.17:
1583
1583
version "0.4.18"
1584
1584
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.18.tgz#23d8656b16aae6742ac29732ea8f0336a4789cf2"
1585
1585
1586
- icss-utils@^2.1.0 :
1587
- version "2.1.0 "
1588
- resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-2.1.0. tgz#83f0a0ec378bf3246178b6c2ad9136f135b1c962 "
1586
+ icss-utils@^3.0.1 :
1587
+ version "3.0.1 "
1588
+ resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-3.0.1. tgz#ee70d3ae8cac38c6be5ed91e851b27eed343ad0f "
1589
1589
dependencies :
1590
- postcss "^6.0.1 "
1590
+ postcss "^6.0.2 "
1591
1591
1592
1592
ignore@^3.3.3 :
1593
1593
version "3.3.3"
@@ -2666,14 +2666,6 @@ pluralize@^4.0.0:
2666
2666
version "4.0.0"
2667
2667
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-4.0.0.tgz#59b708c1c0190a2f692f1c7618c446b052fd1762"
2668
2668
2669
- postcss@^6.0.1 :
2670
- version "6.0.1"
2671
- resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.1.tgz#000dbd1f8eef217aa368b9a212c5fc40b2a8f3f2"
2672
- dependencies :
2673
- chalk "^1.1.3"
2674
- source-map "^0.5.6"
2675
- supports-color "^3.2.3"
2676
-
2677
2669
postcss@^6.0.2 :
2678
2670
version "6.0.2"
2679
2671
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.2.tgz#5c4fea589f0ac3b00caa75b1cbc3a284195b7e5d"
You can’t perform that action at this time.
0 commit comments