@html-validate/eslint-config 5.4.21 → 5.4.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +2 -2
- package/package.json +3 -3
package/dist/cli.js
CHANGED
@@ -13871,7 +13871,7 @@ var require_package = __commonJS({
|
|
13871
13871
|
"package.json"(exports, module2) {
|
13872
13872
|
module2.exports = {
|
13873
13873
|
name: "@html-validate/eslint-config",
|
13874
|
-
version: "5.4.
|
13874
|
+
version: "5.4.21",
|
13875
13875
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
13876
13876
|
keywords: [
|
13877
13877
|
"eslint"
|
@@ -13905,7 +13905,7 @@ var require_package = __commonJS({
|
|
13905
13905
|
},
|
13906
13906
|
dependencies: {
|
13907
13907
|
"@rushstack/eslint-patch": "1.1.4",
|
13908
|
-
eslint: "8.
|
13908
|
+
eslint: "8.23.0",
|
13909
13909
|
"eslint-config-prettier": "8.5.0",
|
13910
13910
|
"eslint-config-sidvind": "1.3.2",
|
13911
13911
|
"eslint-formatter-gitlab": "3.0.0",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@html-validate/eslint-config",
|
3
|
-
"version": "5.4.
|
3
|
+
"version": "5.4.22",
|
4
4
|
"description": "Eslint sharable config used by the various HTML-validate packages",
|
5
5
|
"keywords": [
|
6
6
|
"eslint"
|
@@ -34,7 +34,7 @@
|
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
36
|
"@rushstack/eslint-patch": "1.1.4",
|
37
|
-
"eslint": "8.
|
37
|
+
"eslint": "8.23.0",
|
38
38
|
"eslint-config-prettier": "8.5.0",
|
39
39
|
"eslint-config-sidvind": "1.3.2",
|
40
40
|
"eslint-formatter-gitlab": "3.0.0",
|
@@ -60,5 +60,5 @@
|
|
60
60
|
"publishConfig": {
|
61
61
|
"access": "public"
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "024afe4131811f088fa079c79224f0424599b5aa"
|
64
64
|
}
|