linted 16.13.1-rc.5 → 16.14.0-rc.0
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
2
|
"_schemaVersion": "20.17.10",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "16.
|
4
|
+
"version": "16.14.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",
|
@@ -57,12 +57,12 @@
|
|
57
57
|
}
|
58
58
|
},
|
59
59
|
"dependencies": {
|
60
|
-
"@eslinted/core": "4.0.
|
60
|
+
"@eslinted/core": "4.0.3",
|
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",
|
64
|
-
"@typescript-eslint/eslint-plugin": "8.
|
65
|
-
"@typescript-eslint/parser": "8.
|
64
|
+
"@typescript-eslint/eslint-plugin": "8.9.0",
|
65
|
+
"@typescript-eslint/parser": "8.9.0",
|
66
66
|
"eslint-plugin-jsonc": "2.16.0",
|
67
67
|
"eslint-plugin-mocha": "10.5.0",
|
68
68
|
"eslint-plugin-svelte": "2.44.1",
|