|
11 | 11 | "devDependencies": {
|
12 | 12 | "@bam.tech/eslint-plugin": "portal:../packages/eslint-plugin",
|
13 | 13 | "@bam.tech/typescript-config": "portal:../packages/typescript-config",
|
14 |
| - "@testing-library/react-native": "^12.3.1", |
15 |
| - "@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", |
| 14 | + "@testing-library/react-native": "^13.0.0", |
| 15 | + "@types/jest": "^30.0.0", |
| 16 | + "@types/react": "^19.0.0", |
| 17 | + "@typescript-eslint/eslint-plugin": "^8.0.0", |
| 18 | + "eslint": "^9.0.0", |
| 19 | + "eslint-config-prettier": "^10.0.0", |
| 20 | + "eslint-import-resolver-typescript": "^4.0.0", |
21 | 21 | "eslint-plugin-import": "^2.29.1",
|
22 | 22 | "eslint-plugin-jest": "^28.9.0",
|
23 | 23 | "eslint-plugin-prettier": "^5.0.0",
|
24 | 24 | "eslint-plugin-react": "^7.31.11",
|
25 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
26 |
| - "eslint-plugin-react-native": "^4.0.0", |
| 25 | + "eslint-plugin-react-hooks": "^5.0.0", |
| 26 | + "eslint-plugin-react-native": "^5.0.0", |
27 | 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", |
31 |
| - "jest": "^29.5.0", |
| 28 | + "eslint-plugin-simple-import-sort": "^12.0.0", |
| 29 | + "eslint-plugin-testing-library": "^7.0.0", |
| 30 | + "eslint-plugin-unused-imports": "^4.0.0", |
| 31 | + "jest": "^30.0.0", |
32 | 32 | "prettier": "^3.0.0",
|
33 | 33 | "typescript": "^5.0.0"
|
34 | 34 | },
|
|
0 commit comments