|
37 | 37 | "dependencies": {
|
38 | 38 | "@babel/eslint-parser": "7.25.9",
|
39 | 39 | "@eslint/compat": "1.2.4",
|
40 |
| - "@next/eslint-plugin-next": "15.1.0", |
41 |
| - "@typescript-eslint/eslint-plugin": "8.18.0", |
42 |
| - "@typescript-eslint/parser": "8.18.0", |
| 40 | + "@next/eslint-plugin-next": "15.1.2", |
| 41 | + "@typescript-eslint/eslint-plugin": "8.18.1", |
| 42 | + "@typescript-eslint/parser": "8.18.1", |
43 | 43 | "eslint-config-flat-gitignore": "0.3.0",
|
44 | 44 | "eslint-import-resolver-typescript": "3.7.0",
|
45 |
| - "eslint-plugin-import-x": "4.5.0", |
| 45 | + "eslint-plugin-import-x": "4.6.1", |
46 | 46 | "eslint-plugin-jsx-a11y": "6.10.2",
|
47 | 47 | "eslint-plugin-react": "7.37.2",
|
48 | 48 | "eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
|
49 | 49 | "eslint-plugin-react-hooks": "5.1.0",
|
50 |
| - "eslint-plugin-react-x": "1.19.0", |
| 50 | + "eslint-plugin-react-x": "1.20.1", |
51 | 51 | "eslint-plugin-security": "3.0.1",
|
52 | 52 | "eslint-plugin-sonarjs": "1.0.4",
|
53 | 53 | "eslint-plugin-testing-library": "7.1.1",
|
|
59 | 59 | "ts-api-utils": "2.0.0"
|
60 | 60 | },
|
61 | 61 | "devDependencies": {
|
62 |
| - "@typescript-eslint/utils": "8.18.0", |
| 62 | + "@typescript-eslint/utils": "8.18.1", |
63 | 63 | "eslint-config-upleveled": "8.12.1",
|
64 | 64 | "prettier": "3.4.2",
|
65 | 65 | "prettier-plugin-embed": "0.4.15",
|
66 | 66 | "prettier-plugin-sql": "0.18.1",
|
67 |
| - "stylelint": "16.11.0", |
| 67 | + "stylelint": "16.12.0", |
68 | 68 | "typescript": "5.7.2"
|
69 | 69 | },
|
70 | 70 | "peerDependencies": {
|
71 | 71 | "@types/node": ">=22.10.2",
|
72 |
| - "@types/react": "^19.0.1", |
| 72 | + "@types/react": "^19.0.2", |
73 | 73 | "@types/react-dom": "^19.0.2",
|
74 |
| - "eslint": "^9.16.0", |
75 |
| - "globals": "^15.13.0", |
| 74 | + "eslint": "^9.17.0", |
| 75 | + "globals": "^15.14.0", |
76 | 76 | "typescript": "^5.7.2"
|
77 | 77 | },
|
78 | 78 | "packageManager": "pnpm@9.15.0",
|
|
0 commit comments