linted 20.3.0 → 20.3.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
|
-
"_schemaVersion": "22.
|
2
|
+
"_schemaVersion": "22.11.0",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "20.3.
|
4
|
+
"version": "20.3.1",
|
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",
|
@@ -41,7 +41,7 @@
|
|
41
41
|
},
|
42
42
|
"engineStrict": true,
|
43
43
|
"engines": {
|
44
|
-
"node": ">=22.
|
44
|
+
"node": ">=22.11.0",
|
45
45
|
"npm": ">=10.9.0"
|
46
46
|
},
|
47
47
|
"peerDependencies": {
|
@@ -62,7 +62,7 @@
|
|
62
62
|
}
|
63
63
|
},
|
64
64
|
"dependencies": {
|
65
|
-
"@eslinted/core": "10.1.
|
65
|
+
"@eslinted/core": "10.1.1",
|
66
66
|
"@html-eslint/eslint-plugin": "0.27.0",
|
67
67
|
"@html-eslint/parser": "0.27.0",
|
68
68
|
"@stylistic/eslint-plugin": "2.10.1",
|