Skip to content

Commit 12d9b85

Browse files
committed
Chore: Update 'parser-css' to 'v2.1.0' ***NO_CI***
1 parent d184fd3 commit 12d9b85

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

packages/configuration-development/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@hint/hint-typescript-config": "^2.1.4",
1919
"@hint/hint-webpack-config": "^2.1.2",
2020
"@hint/parser-babel-config": "^2.0.3",
21-
"@hint/parser-css": "^2.0.4",
21+
"@hint/parser-css": "^2.1.0",
2222
"@hint/parser-html": "^2.0.2",
2323
"@hint/parser-typescript-config": "^2.1.2",
2424
"@hint/parser-webpack-config": "^2.0.2"

packages/configuration-web-recommended/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@hint/hint-stylesheet-limits": "^3.0.1",
3232
"@hint/hint-validate-set-cookie-header": "^2.1.2",
3333
"@hint/hint-x-content-type-options": "^3.0.1",
34-
"@hint/parser-css": "^2.0.4",
34+
"@hint/parser-css": "^2.1.0",
3535
"@hint/parser-html": "^2.0.2"
3636
},
3737
"description": "webhint's recommended hints configuration for live websites",

packages/extension-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@hint/hint-stylesheet-limits": "^3.0.1",
3131
"@hint/hint-validate-set-cookie-header": "^2.1.2",
3232
"@hint/hint-x-content-type-options": "^3.0.1",
33-
"@hint/parser-css": "^2.0.4",
33+
"@hint/parser-css": "^2.1.0",
3434
"@hint/parser-javascript": "^2.0.3",
3535
"@hint/parser-manifest": "^2.0.2",
3636
"@hint/utils-create-server": "^3.0.0",

packages/hint-compat-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"description": "hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported",
1313
"devDependencies": {
14-
"@hint/parser-css": "^2.0.4",
14+
"@hint/parser-css": "^2.1.0",
1515
"@hint/utils-tests-helpers": "^3.0.0",
1616
"@types/debug": "4.1.2",
1717
"@types/node": "11.10.5",
@@ -50,7 +50,7 @@
5050
"extends": "../../.nycrc"
5151
},
5252
"peerDependencies": {
53-
"@hint/parser-css": "^2.0.4",
53+
"@hint/parser-css": "^2.1.0",
5454
"hint": "^4.5.0"
5555
},
5656
"repository": "webhintio/hint",

packages/hint-css-prefix-order/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"description": "Ensure vendor-prefixed versions of a CSS property are listed before the unprefixed version.",
1313
"devDependencies": {
14-
"@hint/parser-css": "^2.0.4",
14+
"@hint/parser-css": "^2.1.0",
1515
"@hint/utils-tests-helpers": "^3.0.0",
1616
"@types/debug": "4.1.2",
1717
"@typescript-eslint/parser": "1.4.2",
@@ -48,7 +48,7 @@
4848
"extends": "../../.nycrc"
4949
},
5050
"peerDependencies": {
51-
"@hint/parser-css": "^2.0.4",
51+
"@hint/parser-css": "^2.1.0",
5252
"hint": "^4.5.0"
5353
},
5454
"repository": "webhintio/hint",

0 commit comments

Comments
 (0)