linted 20.0.0 → 20.1.0-rc.0
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
2
|
"_schemaVersion": "22.10.2",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "20.0.0",
|
4
|
+
"version": "20.1.0-rc.0",
|
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",
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"npm": ">=10.9.0"
|
46
46
|
},
|
47
47
|
"peerDependencies": {
|
48
|
-
"eslint": "~9.
|
48
|
+
"eslint": "~9.14.0",
|
49
49
|
"mocha": "^10.8.2",
|
50
50
|
"svelte": "^5.1.9",
|
51
51
|
"typescript": ">=5.6.3"
|
@@ -62,10 +62,10 @@
|
|
62
62
|
}
|
63
63
|
},
|
64
64
|
"dependencies": {
|
65
|
-
"@eslinted/core": "10.0.
|
65
|
+
"@eslinted/core": "10.0.1",
|
66
66
|
"@html-eslint/eslint-plugin": "0.27.0",
|
67
67
|
"@html-eslint/parser": "0.27.0",
|
68
|
-
"@stylistic/eslint-plugin": "2.10.
|
68
|
+
"@stylistic/eslint-plugin": "2.10.1",
|
69
69
|
"@typescript-eslint/eslint-plugin": "8.12.2",
|
70
70
|
"@typescript-eslint/parser": "8.12.2",
|
71
71
|
"eslint-plugin-jsonc": "2.16.0",
|