linted 22.0.4-rc.0 → 22.1.0-rc.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_schemaVersion": "22.11.0",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "22.0
|
4
|
+
"version": "22.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,9 +45,9 @@
|
|
45
45
|
"npm": ">=10.9.0"
|
46
46
|
},
|
47
47
|
"peerDependencies": {
|
48
|
-
"eslint": "~9.
|
48
|
+
"eslint": "~9.15.0",
|
49
49
|
"mocha": "^10.8.2",
|
50
|
-
"svelte": "^5.1
|
50
|
+
"svelte": "^5.2.1",
|
51
51
|
"typescript": ">=5.6.3"
|
52
52
|
},
|
53
53
|
"peerDependenciesMeta": {
|
@@ -63,7 +63,7 @@
|
|
63
63
|
},
|
64
64
|
"dependencies": {
|
65
65
|
"@eslinted/config": "1.0.0",
|
66
|
-
"@eslinted/core": "13.2.0
|
66
|
+
"@eslinted/core": "13.2.0",
|
67
67
|
"@html-eslint/eslint-plugin": "0.27.0",
|
68
68
|
"@html-eslint/parser": "0.27.0",
|
69
69
|
"@stylistic/eslint-plugin": "2.10.1",
|
@@ -74,7 +74,7 @@
|
|
74
74
|
"eslint-plugin-svelte": "2.46.0",
|
75
75
|
"eslint-plugin-yml": "1.15.0",
|
76
76
|
"jsonc-eslint-parser": "2.4.0",
|
77
|
-
"svelte": "^5.1
|
77
|
+
"svelte": "^5.2.1",
|
78
78
|
"svelte-eslint-parser": "0.43.0",
|
79
79
|
"yaml-eslint-parser": "1.2.3"
|
80
80
|
},
|