linted 16.10.0 → 16.10.1-rc.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_schemaVersion": "20.17.8",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "16.10.0",
|
4
|
+
"version": "16.10.1-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",
|
@@ -61,7 +61,7 @@
|
|
61
61
|
"eslint-plugin-jsonc": "2.16.0",
|
62
62
|
"eslint-plugin-markdownlint": "0.6.0",
|
63
63
|
"eslint-plugin-mocha": "10.5.0",
|
64
|
-
"eslint-plugin-svelte": "2.44.
|
64
|
+
"eslint-plugin-svelte": "2.44.1",
|
65
65
|
"eslint-plugin-yml": "1.14.0",
|
66
66
|
"jsonc-eslint-parser": "2.4.0",
|
67
67
|
"svelte": "^4.2.19",
|
@@ -71,7 +71,7 @@
|
|
71
71
|
"devDependencies": {
|
72
72
|
"@eslint/config-inspector": "^0.5.4",
|
73
73
|
"eslint": "~9.11.1",
|
74
|
-
"linted": "16.10.0
|
74
|
+
"linted": "16.10.0",
|
75
75
|
"npm-run-all": "^4.1.5",
|
76
76
|
"typescript": "^5.6.2"
|
77
77
|
},
|