@ethang/eslint-config 25.19.0 → 25.19.2
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 +18 -18
package/package.json
CHANGED
|
@@ -8,17 +8,17 @@
|
|
|
8
8
|
"@angular-eslint/eslint-plugin": "^21.4.0",
|
|
9
9
|
"@angular-eslint/eslint-plugin-template": "^21.4.0",
|
|
10
10
|
"@angular-eslint/template-parser": "^21.4.0",
|
|
11
|
-
"@eslint-react/eslint-plugin": "^5.
|
|
11
|
+
"@eslint-react/eslint-plugin": "^5.8.6",
|
|
12
12
|
"@eslint/compat": "^2.1.0",
|
|
13
|
-
"@eslint/css": "1.
|
|
13
|
+
"@eslint/css": "1.3.0",
|
|
14
14
|
"@eslint/js": "^10.0.1",
|
|
15
|
-
"@eslint/json": "^
|
|
16
|
-
"@eslint/markdown": "^8.0.
|
|
17
|
-
"@html-eslint/eslint-plugin": "^0.
|
|
18
|
-
"@tanstack/eslint-plugin-query": "^5.100.
|
|
15
|
+
"@eslint/json": "^2.0.0",
|
|
16
|
+
"@eslint/markdown": "^8.0.2",
|
|
17
|
+
"@html-eslint/eslint-plugin": "^0.61.0",
|
|
18
|
+
"@tanstack/eslint-plugin-query": "^5.100.14",
|
|
19
19
|
"@tanstack/eslint-plugin-router": "^1.162.0",
|
|
20
|
-
"@typescript-eslint/parser": "^8.
|
|
21
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
20
|
+
"@typescript-eslint/parser": "^8.60.0",
|
|
21
|
+
"@vitest/eslint-plugin": "^1.6.18",
|
|
22
22
|
"angular-eslint": "21.4.0",
|
|
23
23
|
"eslint": "^10.4.0",
|
|
24
24
|
"eslint-plugin-astro": "^1.7.0",
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
27
27
|
"eslint-plugin-lodash": "^8.0.0",
|
|
28
28
|
"eslint-plugin-perfectionist": "^5.9.0",
|
|
29
|
-
"eslint-plugin-playwright": "^2.10.
|
|
30
|
-
"eslint-plugin-prettier": "^5.5.
|
|
29
|
+
"eslint-plugin-playwright": "^2.10.4",
|
|
30
|
+
"eslint-plugin-prettier": "^5.5.6",
|
|
31
31
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
32
32
|
"eslint-plugin-solid": "^0.14.5",
|
|
33
33
|
"eslint-plugin-sonarjs": "4.0.3",
|
|
34
|
-
"eslint-plugin-storybook": "^10.4.
|
|
34
|
+
"eslint-plugin-storybook": "^10.4.1",
|
|
35
35
|
"eslint-plugin-tailwindcss": "^4.0.0-beta.0",
|
|
36
36
|
"eslint-plugin-unicorn": "^64.0.0",
|
|
37
|
-
"typescript-eslint": "^8.
|
|
37
|
+
"typescript-eslint": "^8.60.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@ethang/markdown-generator": "^1.2.0",
|
|
@@ -42,15 +42,15 @@
|
|
|
42
42
|
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
43
43
|
"@types/eslint-plugin-tailwindcss": "^3.17.0",
|
|
44
44
|
"@types/lodash": "^4.17.24",
|
|
45
|
-
"@types/node": "^25.
|
|
46
|
-
"@vitest/coverage-v8": "^4.1.
|
|
47
|
-
"baseline-browser-mapping": "^2.10.
|
|
45
|
+
"@types/node": "^25.9.1",
|
|
46
|
+
"@vitest/coverage-v8": "^4.1.7",
|
|
47
|
+
"baseline-browser-mapping": "^2.10.32",
|
|
48
48
|
"browserslist-config-baseline": "^0.5.0",
|
|
49
49
|
"lodash": "^4.18.1",
|
|
50
50
|
"tailwindcss": "^4.3.0",
|
|
51
51
|
"typescript": "^6.0.3",
|
|
52
|
-
"vite": "^8.0.
|
|
53
|
-
"vitest": "^4.1.
|
|
52
|
+
"vite": "^8.0.14",
|
|
53
|
+
"vitest": "^4.1.7",
|
|
54
54
|
"zod": "^4.4.3"
|
|
55
55
|
},
|
|
56
56
|
"engines": {
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"test:watch": "vitest --coverage"
|
|
70
70
|
},
|
|
71
71
|
"type": "module",
|
|
72
|
-
"version": "25.19.
|
|
72
|
+
"version": "25.19.2"
|
|
73
73
|
}
|