@wkovacs64/eslint-config 7.3.0 → 7.3.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +12 -12
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wkovacs64/eslint-config",
|
3
|
-
"version": "7.3.
|
3
|
+
"version": "7.3.1",
|
4
4
|
"description": "@wKovacs64 ESLint config",
|
5
5
|
"keywords": [
|
6
6
|
"eslint",
|
@@ -51,24 +51,24 @@
|
|
51
51
|
},
|
52
52
|
"dependencies": {
|
53
53
|
"@eslint/compat": "~1.1.1",
|
54
|
-
"@eslint/js": "^9.
|
55
|
-
"eslint-plugin-import-x": "^4.
|
54
|
+
"@eslint/js": "^9.15.0",
|
55
|
+
"eslint-plugin-import-x": "^4.4.2",
|
56
56
|
"eslint-plugin-jest-dom": "^5.4.0",
|
57
|
-
"eslint-plugin-jsx-a11y": "^6.10.
|
58
|
-
"eslint-plugin-playwright": "^
|
59
|
-
"eslint-plugin-react": "^7.37.
|
57
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
58
|
+
"eslint-plugin-playwright": "^2.0.1",
|
59
|
+
"eslint-plugin-react": "^7.37.2",
|
60
60
|
"eslint-plugin-react-hooks": "^5.0.0",
|
61
|
-
"eslint-plugin-testing-library": "^6.
|
62
|
-
"@vitest/eslint-plugin": "^1.1.
|
63
|
-
"globals": "^15.
|
64
|
-
"typescript-eslint": "^8.
|
61
|
+
"eslint-plugin-testing-library": "^6.4.0",
|
62
|
+
"@vitest/eslint-plugin": "^1.1.10",
|
63
|
+
"globals": "^15.12.0",
|
64
|
+
"typescript-eslint": "^8.14.0"
|
65
65
|
},
|
66
66
|
"devDependencies": {
|
67
67
|
"@changesets/changelog-github": "0.5.0",
|
68
68
|
"@changesets/cli": "2.27.9",
|
69
69
|
"@types/eslint__js": "8.42.3",
|
70
|
-
"@types/node": "
|
71
|
-
"@types/react": "18.3.
|
70
|
+
"@types/node": "22.9.0",
|
71
|
+
"@types/react": "18.3.12",
|
72
72
|
"@types/react-dom": "18.3.1",
|
73
73
|
"@wkovacs64/prettier-config": "4.1.1",
|
74
74
|
"eslint": "8.57.1",
|