linted 16.14.0 → 16.14.2
Sign up to get free protection for your applications and to get access to all the features.
package/.github/workflows/rc.yml
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
|
-
"_schemaVersion": "20.
|
2
|
+
"_schemaVersion": "20.18.0",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "16.14.
|
4
|
+
"version": "16.14.2",
|
5
5
|
"description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
|
6
6
|
"keywords": [
|
7
7
|
"eslint",
|
@@ -40,7 +40,7 @@
|
|
40
40
|
},
|
41
41
|
"engineStrict": true,
|
42
42
|
"engines": {
|
43
|
-
"node": ">=20.
|
43
|
+
"node": ">=20.18.0",
|
44
44
|
"npm": ">=10.8.2"
|
45
45
|
},
|
46
46
|
"peerDependencies": {
|
@@ -57,7 +57,7 @@
|
|
57
57
|
}
|
58
58
|
},
|
59
59
|
"dependencies": {
|
60
|
-
"@eslinted/core": "4.0.
|
60
|
+
"@eslinted/core": "4.0.4",
|
61
61
|
"@html-eslint/eslint-plugin": "0.27.0",
|
62
62
|
"@html-eslint/parser": "0.27.0",
|
63
63
|
"@stylistic/eslint-plugin": "2.9.0",
|