linted 17.1.0-rc.0 → 18.0.0-rc.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
2
|
"_schemaVersion": "20.18.0",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "
|
4
|
+
"version": "18.0.0-rc.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",
|
@@ -65,11 +65,11 @@
|
|
65
65
|
"@typescript-eslint/parser": "8.11.0",
|
66
66
|
"eslint-plugin-jsonc": "2.16.0",
|
67
67
|
"eslint-plugin-mocha": "10.5.0",
|
68
|
-
"eslint-plugin-svelte": "2.
|
68
|
+
"eslint-plugin-svelte": "2.46.0",
|
69
69
|
"eslint-plugin-yml": "1.14.0",
|
70
70
|
"jsonc-eslint-parser": "2.4.0",
|
71
|
-
"svelte": "^
|
72
|
-
"svelte-eslint-parser": "0.
|
71
|
+
"svelte": "^5.0.5",
|
72
|
+
"svelte-eslint-parser": "0.43.0",
|
73
73
|
"yaml-eslint-parser": "1.2.3"
|
74
74
|
},
|
75
75
|
"devDependencies": {
|