@shakuroinc/eslint-config-react 7.0.3 → 7.1.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 +16 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shakuroinc/eslint-config-react",
|
|
3
|
-
"version": "7.0
|
|
3
|
+
"version": "7.1.0",
|
|
4
4
|
"description": "Shakuro shared ESLint + Prettier config (flat config, ESLint 9/10, React 19, Tailwind v4).",
|
|
5
5
|
"main": "eslint.config.js",
|
|
6
6
|
"exports": {
|
|
@@ -22,18 +22,20 @@
|
|
|
22
22
|
"release": "git push origin master --tags && npm publish --access public --new-version"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"eslint": "^
|
|
26
|
-
"eslint-config-prettier": "^10.
|
|
27
|
-
"eslint-mdx": "^3.
|
|
28
|
-
"eslint-plugin-mdx": "^3.
|
|
29
|
-
"eslint-plugin-prettier": "^5.
|
|
30
|
-
"eslint-plugin-react-hooks": "^7.
|
|
25
|
+
"eslint": "^10.4.0",
|
|
26
|
+
"eslint-config-prettier": "^10.1.8",
|
|
27
|
+
"eslint-mdx": "^3.7.0",
|
|
28
|
+
"eslint-plugin-mdx": "^3.7.0",
|
|
29
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
30
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
31
31
|
"eslint-plugin-simple-import-sort": "^13.0.0",
|
|
32
|
-
"eslint-plugin-tailwindcss": "^4.0.0-
|
|
33
|
-
"globals": "^
|
|
34
|
-
"prettier": "^3.
|
|
35
|
-
"prettier-plugin-tailwindcss": "^0.
|
|
36
|
-
"
|
|
32
|
+
"eslint-plugin-tailwindcss": "^4.0.0-alpha.1",
|
|
33
|
+
"globals": "^16.5.0",
|
|
34
|
+
"prettier": "^3.8.3",
|
|
35
|
+
"prettier-plugin-tailwindcss": "^0.8.0",
|
|
36
|
+
"react": "^19.2.6",
|
|
37
|
+
"typescript": "^6.0.3",
|
|
38
|
+
"typescript-eslint": "^8.59.3"
|
|
37
39
|
},
|
|
38
40
|
"peerDependenciesMeta": {
|
|
39
41
|
"eslint-plugin-mdx": {
|
|
@@ -47,14 +49,14 @@
|
|
|
47
49
|
}
|
|
48
50
|
},
|
|
49
51
|
"devDependencies": {
|
|
50
|
-
"eslint": "^10.
|
|
52
|
+
"eslint": "^10.4.0",
|
|
51
53
|
"eslint-config-prettier": "^10.1.8",
|
|
52
54
|
"eslint-mdx": "^3.7.0",
|
|
53
55
|
"eslint-plugin-mdx": "^3.7.0",
|
|
54
56
|
"eslint-plugin-prettier": "^5.5.5",
|
|
55
57
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
56
58
|
"eslint-plugin-simple-import-sort": "^13.0.0",
|
|
57
|
-
"eslint-plugin-tailwindcss": "4.0.0-
|
|
59
|
+
"eslint-plugin-tailwindcss": "^4.0.0-alpha.1",
|
|
58
60
|
"globals": "^16.5.0",
|
|
59
61
|
"prettier": "^3.8.3",
|
|
60
62
|
"prettier-plugin-tailwindcss": "^0.8.0",
|