Skip to content

Commit d058b85

Browse files
committed
Upgrade dependencies
1 parent 2fdf390 commit d058b85

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"dependencies": {
5757
"css-selector-tokenizer": "^0.7.0",
5858
"generic-names": "^1.0.2",
59-
"icss-utils": "^2.1.0",
59+
"icss-utils": "^3.0.1",
6060
"postcss": "^6.0.2"
6161
},
6262
"devDependencies": {

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ test("save :import statemtents", () => {
675675
}
676676
`,
677677
expected: `
678-
:import("~/lol.css") {
678+
:import('~/lol.css') {
679679
foo: __foo
680680
}
681681
`

yarn.lock

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,11 +1583,11 @@ iconv-lite@^0.4.17:
15831583
version "0.4.18"
15841584
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.18.tgz#23d8656b16aae6742ac29732ea8f0336a4789cf2"
15851585

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"
15891589
dependencies:
1590-
postcss "^6.0.1"
1590+
postcss "^6.0.2"
15911591

15921592
ignore@^3.3.3:
15931593
version "3.3.3"
@@ -2666,14 +2666,6 @@ pluralize@^4.0.0:
26662666
version "4.0.0"
26672667
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-4.0.0.tgz#59b708c1c0190a2f692f1c7618c446b052fd1762"
26682668

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-
26772669
postcss@^6.0.2:
26782670
version "6.0.2"
26792671
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.2.tgz#5c4fea589f0ac3b00caa75b1cbc3a284195b7e5d"

0 commit comments

Comments
 (0)