|
37 | 37 | "dependencies": { |
38 | 38 | "@babel/eslint-parser": "7.28.4", |
39 | 39 | "@eslint/compat": "1.4.0", |
40 | | - "@next/eslint-plugin-next": "15.5.4", |
| 40 | + "@next/eslint-plugin-next": "15.5.5", |
41 | 41 | "@stylistic/eslint-plugin": "5.4.0", |
42 | | - "@typescript-eslint/eslint-plugin": "8.46.0", |
43 | | - "@typescript-eslint/parser": "8.46.0", |
| 42 | + "@typescript-eslint/eslint-plugin": "8.46.1", |
| 43 | + "@typescript-eslint/parser": "8.46.1", |
44 | 44 | "eslint-config-flat-gitignore": "2.1.0", |
45 | 45 | "eslint-import-resolver-typescript": "4.4.4", |
46 | 46 | "eslint-plugin-import-x": "4.16.1", |
47 | 47 | "eslint-plugin-jsx-a11y": "6.10.2", |
48 | | - "eslint-plugin-react-dom": "2.0.6", |
| 48 | + "eslint-plugin-react-dom": "2.2.2", |
49 | 49 | "eslint-plugin-react-hooks": "0.0.0-experimental-eb2f784e-20251022", |
50 | | - "eslint-plugin-react-naming-convention": "2.0.6", |
51 | | - "eslint-plugin-react-x": "2.0.6", |
| 50 | + "eslint-plugin-react-naming-convention": "2.2.2", |
| 51 | + "eslint-plugin-react-x": "2.2.2", |
52 | 52 | "eslint-plugin-security": "3.0.1", |
53 | 53 | "eslint-plugin-sonarjs": "3.0.5", |
54 | | - "eslint-plugin-testing-library": "7.13.1", |
| 54 | + "eslint-plugin-testing-library": "7.13.3", |
55 | 55 | "eslint-plugin-unicorn": "61.0.2", |
56 | 56 | "eslint-plugin-upleveled": "2.1.14", |
57 | 57 | "is-plain-obj": "4.1.0", |
|
61 | 61 | "yaml": "^2.8.1" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | | - "@typescript-eslint/utils": "8.46.0", |
| 64 | + "@typescript-eslint/utils": "8.46.1", |
65 | 65 | "eslint-config-upleveled": "9.4.2", |
66 | 66 | "prettier": "3.6.2", |
67 | 67 | "prettier-plugin-embed": "0.5.0", |
|
70 | 70 | "typescript": "5.9.3" |
71 | 71 | }, |
72 | 72 | "peerDependencies": { |
73 | | - "@types/node": ">=24.7.1", |
| 73 | + "@types/node": ">=24.8.0", |
74 | 74 | "@types/react": "^19.2.2", |
75 | | - "@types/react-dom": "^19.2.1", |
| 75 | + "@types/react-dom": "^19.2.2", |
76 | 76 | "eslint": "^9.37.0", |
77 | 77 | "globals": "^16.4.0", |
78 | 78 | "typescript": "^5.9.3" |
|
0 commit comments