|
11 | 11 | "devDependencies": { |
12 | 12 | "@bam.tech/eslint-plugin": "portal:../packages/eslint-plugin", |
13 | 13 | "@bam.tech/typescript-config": "portal:../packages/typescript-config", |
| 14 | + "@eslint/js": "^9.17.0", |
14 | 15 | "@testing-library/react-native": "^12.3.1", |
| 16 | + "@types/eslint": "^9.6.1", |
15 | 17 | "@types/jest": "^29.5.2", |
16 | | - "@types/react": "^18.2.14", |
17 | | - "@typescript-eslint/eslint-plugin": "^6.0.0", |
18 | | - "eslint": "^8.44.0", |
19 | | - "eslint-config-prettier": "^9.0.0", |
20 | | - "eslint-import-resolver-typescript": "^3.6.1", |
21 | | - "eslint-plugin-import": "^2.29.1", |
22 | | - "eslint-plugin-jest": "^28.9.0", |
23 | | - "eslint-plugin-prettier": "^5.0.0", |
24 | | - "eslint-plugin-react": "^7.31.11", |
25 | | - "eslint-plugin-react-hooks": "^4.6.0", |
26 | | - "eslint-plugin-react-native": "^4.0.0", |
27 | | - "eslint-plugin-react-native-a11y": "^3.3.0", |
28 | | - "eslint-plugin-simple-import-sort": "^10.0.0", |
29 | | - "eslint-plugin-testing-library": "^6.0.1", |
30 | | - "eslint-plugin-unused-imports": "^3.0.0", |
| 18 | + "@types/react": "^19.0.6", |
| 19 | + "@typescript-eslint/eslint-plugin": "^8.19.1", |
| 20 | + "eslint": "^9.18.0", |
| 21 | + "eslint-config-prettier": "^10.0.1", |
| 22 | + "eslint-define-config": "^2.1.0", |
| 23 | + "eslint-import-resolver-typescript": "^3.7.0", |
| 24 | + "eslint-plugin-import": "^2.31.0", |
| 25 | + "eslint-plugin-jest": "^28.10.0", |
| 26 | + "eslint-plugin-prettier": "^5.2.0", |
| 27 | + "eslint-plugin-react": "^7.37.3", |
| 28 | + "eslint-plugin-react-hooks": "^5.1.0", |
| 29 | + "eslint-plugin-react-native": "^5.0.0", |
| 30 | + "eslint-plugin-react-native-a11y": "^3.5.1", |
| 31 | + "eslint-plugin-simple-import-sort": "^12.1.1", |
| 32 | + "eslint-plugin-testing-library": "^7.1.1", |
| 33 | + "eslint-plugin-unused-imports": "^4.1.0", |
| 34 | + "globals": "^15.14.0", |
31 | 35 | "jest": "^29.5.0", |
32 | 36 | "prettier": "^3.0.0", |
33 | | - "typescript": "^5.0.0" |
| 37 | + "typescript": "^5.0.0", |
| 38 | + "typescript-eslint": "^8.19.1" |
34 | 39 | }, |
35 | 40 | "private": true, |
36 | 41 | "dependencies": { |
|
0 commit comments