Skip to content

Commit 74a3042

Browse files
authored
Update color-sorter to 2.2.0 (#64)
1 parent c65a021 commit 74a3042

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"semicolon": false
3030
},
3131
"dependencies": {
32-
"color-sorter": "2.0.0",
32+
"color-sorter": "^2.2.0",
3333
"css-color-names": "^0.0.4",
3434
"css-shorthand-expand": "^1.2.0",
3535
"css-unit-sort": "^1.1.1",

test/analyzer/values/output.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@
163163
"value": "Aqua",
164164
"count": 1
165165
},
166-
{
167-
"value": "#0000ff00",
168-
"count": 1
169-
},
170166
{
171167
"value": "hsl(270, 60%, 70%)",
172168
"count": 1
@@ -262,6 +258,10 @@
262258
{
263259
"value": "rgba(2,2,2,.2)",
264260
"count": 1
261+
},
262+
{
263+
"value": "#0000ff00",
264+
"count": 1
265265
}
266266
],
267267
"duplicates": [

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,9 +1086,9 @@ color-name@1.1.1:
10861086
version "1.1.1"
10871087
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.1.tgz#4b1415304cf50028ea81643643bd82ea05803689"
10881088

1089-
color-sorter@2.0.0:
1090-
version "2.0.0"
1091-
resolved "https://registry.yarnpkg.com/color-sorter/-/color-sorter-2.0.0.tgz#b802344624869234838e26b7baf8e13ae916b192"
1089+
color-sorter@^2.2.0:
1090+
version "2.2.0"
1091+
resolved "https://registry.yarnpkg.com/color-sorter/-/color-sorter-2.2.0.tgz#1301a1b704a70ab4e73d7e516a9227a8ad1a1e35"
10921092
dependencies:
10931093
tinycolor2 "^1.4.1"
10941094

0 commit comments

Comments
 (0)