Skip to content

Commit 3ad592a

Browse files
edg2sRJWadley
authored andcommitted
chore(deps): upgrade to doiuse 6
Implements browser range shortening (6,7,8 -> 6-8) so some test cases need updating.
1 parent 1a1f090 commit 3ad592a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ testRule({
118118
{
119119
code: 'div { display: table; }',
120120
description: 'disallow display:table for IE 6 and IE 7',
121-
message: `Unexpected browser feature "css-table" is not supported by IE 6,7 (plugin/no-unsupported-browser-features)`,
121+
message: `Unexpected browser feature "css-table" is not supported by IE 6-7 (plugin/no-unsupported-browser-features)`,
122122
line: 1,
123123
column: 7,
124124
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"browserslist": "^4.26.3",
21-
"doiuse": "^6.0.5",
21+
"doiuse": "^6.0.6",
2222
"postcss": "^8.4.32"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)