@wkovacs64/eslint-config 7.0.1 → 7.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wkovacs64/eslint-config",
|
3
|
-
"version": "7.0.
|
3
|
+
"version": "7.0.2",
|
4
4
|
"description": "@wKovacs64 ESLint config",
|
5
5
|
"keywords": [
|
6
6
|
"eslint",
|
@@ -48,9 +48,6 @@
|
|
48
48
|
"engines": {
|
49
49
|
"node": "^18.18.0 || >=20.0.0"
|
50
50
|
},
|
51
|
-
"peerDependencies": {
|
52
|
-
"eslint": "^9.4.0"
|
53
|
-
},
|
54
51
|
"dependencies": {
|
55
52
|
"@eslint/js": "^9.4.0",
|
56
53
|
"eslint-plugin-import-x": "^0.5.1",
|
@@ -72,12 +69,8 @@
|
|
72
69
|
"@types/react": "18.3.3",
|
73
70
|
"@types/react-dom": "18.3.0",
|
74
71
|
"@wkovacs64/prettier-config": "4.0.0",
|
75
|
-
"eslint": "
|
72
|
+
"eslint": "8.57.0",
|
76
73
|
"prettier": "3.3.0",
|
77
74
|
"typescript": "5.4.5"
|
78
|
-
},
|
79
|
-
"// TODO": "remove eslint override once our dependencies include v9 in their peerDependencies",
|
80
|
-
"overrides": {
|
81
|
-
"eslint": "9.4.0"
|
82
75
|
}
|
83
76
|
}
|