|
37 | 37 | "dependencies": {
|
38 | 38 | "@babel/eslint-parser": "7.25.9",
|
39 | 39 | "@eslint/compat": "1.2.4",
|
40 |
| - "@next/eslint-plugin-next": "15.0.4", |
41 |
| - "@typescript-eslint/eslint-plugin": "8.17.0", |
42 |
| - "@typescript-eslint/parser": "8.17.0", |
| 40 | + "@next/eslint-plugin-next": "15.1.0", |
| 41 | + "@typescript-eslint/eslint-plugin": "8.18.0", |
| 42 | + "@typescript-eslint/parser": "8.18.0", |
43 | 43 | "eslint-config-flat-gitignore": "0.3.0",
|
44 | 44 | "eslint-import-resolver-typescript": "3.7.0",
|
45 | 45 | "eslint-plugin-import-x": "4.5.0",
|
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.17.3", |
| 50 | + "eslint-plugin-react-x": "1.19.0", |
51 | 51 | "eslint-plugin-security": "3.0.1",
|
52 | 52 | "eslint-plugin-sonarjs": "1.0.4",
|
53 |
| - "eslint-plugin-testing-library": "7.1.0", |
| 53 | + "eslint-plugin-testing-library": "7.1.1", |
54 | 54 | "eslint-plugin-unicorn": "56.0.1",
|
55 | 55 | "eslint-plugin-upleveled": "2.1.14",
|
56 | 56 | "is-plain-obj": "4.1.0",
|
|
59 | 59 | "ts-api-utils": "2.0.0"
|
60 | 60 | },
|
61 | 61 | "devDependencies": {
|
62 |
| - "@typescript-eslint/utils": "8.17.0", |
| 62 | + "@typescript-eslint/utils": "8.18.0", |
63 | 63 | "eslint-config-upleveled": "8.12.1",
|
64 | 64 | "prettier": "3.4.2",
|
65 | 65 | "prettier-plugin-embed": "0.4.15",
|
|
68 | 68 | "typescript": "5.7.2"
|
69 | 69 | },
|
70 | 70 | "peerDependencies": {
|
71 |
| - "@types/node": ">=22.10.1", |
72 |
| - "@types/react": "^19.0.0", |
73 |
| - "@types/react-dom": "^19.0.0", |
| 71 | + "@types/node": ">=22.10.2", |
| 72 | + "@types/react": "^19.0.1", |
| 73 | + "@types/react-dom": "^19.0.2", |
74 | 74 | "eslint": "^9.16.0",
|
75 | 75 | "globals": "^15.13.0",
|
76 | 76 | "typescript": "^5.7.2"
|
77 | 77 | },
|
78 |
| - "packageManager": "pnpm@9.14.4", |
| 78 | + "packageManager": "pnpm@9.15.0", |
79 | 79 | "engines": {
|
80 | 80 | "node": ">=20.9.0"
|
81 | 81 | }
|
|
0 commit comments