linted 28.7.2 → 28.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -9
package/package.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
|
-
"$template": "22.14.
|
2
|
+
"$template": "22.14.11",
|
3
3
|
"$schema": "https://json.schemastore.org/package",
|
4
4
|
"$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
|
5
5
|
"name": "linted",
|
6
|
-
"version": "28.
|
6
|
+
"version": "28.8.0",
|
7
7
|
"description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
|
8
8
|
"repository": "github:jimmy-zhening-luo/linted",
|
9
9
|
"license": "MIT",
|
@@ -16,7 +16,7 @@
|
|
16
16
|
"peerDependencies": {
|
17
17
|
"eslint": "~9.22.0",
|
18
18
|
"mocha": "^11.1.0",
|
19
|
-
"svelte": "^5.23.
|
19
|
+
"svelte": "^5.23.1",
|
20
20
|
"typescript": "^5.8.2"
|
21
21
|
},
|
22
22
|
"peerDependenciesMeta": {
|
@@ -32,8 +32,8 @@
|
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
34
|
"@eslint/css": "0.5.0",
|
35
|
-
"@eslinted/core": "17.0.
|
36
|
-
"@eslinted/defaults": "9.0
|
35
|
+
"@eslinted/core": "17.0.5",
|
36
|
+
"@eslinted/defaults": "9.1.0",
|
37
37
|
"@html-eslint/eslint-plugin": "0.35.2",
|
38
38
|
"@html-eslint/parser": "0.35.2",
|
39
39
|
"@stylistic/eslint-plugin": "4.2.0",
|
@@ -41,11 +41,11 @@
|
|
41
41
|
"eslint-plugin-chai-friendly": "1.0.1",
|
42
42
|
"eslint-plugin-jsonc": "2.19.1",
|
43
43
|
"eslint-plugin-mocha": "10.5.0",
|
44
|
-
"eslint-plugin-svelte": "3.
|
44
|
+
"eslint-plugin-svelte": "3.2.0",
|
45
45
|
"eslint-plugin-yml": "1.17.0",
|
46
46
|
"jsonc-eslint-parser": "2.4.0",
|
47
|
-
"svelte": "^5.23.
|
48
|
-
"svelte-eslint-parser": "1.0
|
47
|
+
"svelte": "^5.23.1",
|
48
|
+
"svelte-eslint-parser": "1.1.0",
|
49
49
|
"typescript-eslint": "8.26.1",
|
50
50
|
"yaml-eslint-parser": "1.3.0"
|
51
51
|
},
|
@@ -104,7 +104,7 @@
|
|
104
104
|
"start:default": "run-s start-$npm_package_config_language",
|
105
105
|
"start:windows": "run-s start-%npm_package_config_language%",
|
106
106
|
"start-ts": "node .",
|
107
|
-
"start-svelte": "vite preview",
|
107
|
+
"start-svelte": "vite preview --open",
|
108
108
|
"prepublishOnly": "npm test",
|
109
109
|
"postpublish": "run-os",
|
110
110
|
"postpublish:default": "if [ \"${npm_package_version#*-}\" = \"${npm_package_version}\" ]; then npm dist-tag add \"$npm_package_name@$npm_package_version\" latest; fi",
|