|
1 | 1 | {
|
2 | 2 | "dependencies": {
|
3 |
| - "@next/eslint-plugin-next": "^14.1.4", |
4 |
| - "@typescript-eslint/eslint-plugin": "^7.6.0", |
5 |
| - "@typescript-eslint/parser": "^7.6.0", |
| 3 | + "@next/eslint-plugin-next": "^14.2.3", |
| 4 | + "@typescript-eslint/eslint-plugin": "^7.8.0", |
| 5 | + "@typescript-eslint/parser": "^7.8.0", |
6 | 6 | "eslint-config-prettier": "^9.1.0",
|
7 | 7 | "eslint-import-resolver-typescript": "^3.6.1",
|
8 |
| - "eslint-plugin-cypress": "^2.15.1", |
| 8 | + "eslint-plugin-cypress": "^3.2.0", |
9 | 9 | "eslint-plugin-import": "^2.29.1",
|
10 |
| - "eslint-plugin-jest": "^28.2.0", |
| 10 | + "eslint-plugin-jest": "^28.5.0", |
11 | 11 | "eslint-plugin-jsx-a11y": "^6.8.0",
|
12 |
| - "eslint-plugin-n": "^17.0.0", |
| 12 | + "eslint-plugin-n": "^17.4.0", |
13 | 13 | "eslint-plugin-prettier": "^5.1.3",
|
14 | 14 | "eslint-plugin-promise": "^6.1.1",
|
15 | 15 | "eslint-plugin-react": "^7.34.1",
|
16 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
| 16 | + "eslint-plugin-react-hooks": "^4.6.2", |
17 | 17 | "eslint-plugin-storybook": "^0.8.0",
|
18 | 18 | "eslint-plugin-tailwindcss": "^3.15.1",
|
19 |
| - "eslint-plugin-unused-imports": "^3.1.0", |
20 |
| - "globals": "^15.0.0", |
21 |
| - "prettier-plugin-tailwindcss": "^0.5.13", |
| 19 | + "eslint-plugin-unused-imports": "^3.2.0", |
| 20 | + "globals": "^15.1.0", |
| 21 | + "prettier-plugin-tailwindcss": "^0.5.14", |
22 | 22 | "stylelint-config-idiomatic-order": "^10.0.0",
|
23 | 23 | "stylelint-config-standard": "^36.0.0",
|
24 | 24 | "stylelint-prettier": "^5.0.0"
|
|
31 | 31 | "typescript": "^5.3.3"
|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "eslint": "^9.0.0", |
| 34 | + "eslint": "^9.2.0", |
35 | 35 | "jest": "^29.7.0",
|
36 | 36 | "prettier": "^3.2.5",
|
37 |
| - "stylelint": "^16.3.1", |
38 |
| - "typescript": "^5.4.4" |
| 37 | + "stylelint": "^16.5.0", |
| 38 | + "typescript": "^5.4.5" |
39 | 39 | },
|
40 | 40 | "name": "eslint-config-harmony",
|
41 | 41 | "description": "Strict, opinionated ESLint config for modern TypeScript apps.",
|
|
74 | 74 | "first-time-contributor",
|
75 | 75 | "released"
|
76 | 76 | ]
|
| 77 | + }, |
| 78 | + "packageManager": "[email protected]", |
| 79 | + "engines": { |
| 80 | + "node": ">=18" |
77 | 81 | }
|
78 | 82 | }
|
0 commit comments