|
59 | 59 | }, |
60 | 60 | "devDependencies": { |
61 | 61 | "@commitlint/config-conventional": "^19.2.2", |
| 62 | + "@eslint/compat": "^1.2.7", |
| 63 | + "@eslint/eslintrc": "^3.3.0", |
| 64 | + "@eslint/js": "^9.22.0", |
62 | 65 | "@evilmartians/lefthook": "^1.5.0", |
63 | | - "@react-native/eslint-config": "^0.74.83", |
64 | | - "@react-native/typescript-config": "0.81.1", |
65 | | - "@testing-library/react-native": "^12.5.0", |
66 | | - "@types/react": "18.2.6", |
| 66 | + "@react-native/babel-preset": "^0.81.1", |
| 67 | + "@react-native/eslint-config": "^0.78.0", |
| 68 | + "@react-native/typescript-config": "^0.81.1", |
| 69 | + "@testing-library/react-native": "^13.3.3", |
| 70 | + "@types/react": "19.1.0", |
67 | 71 | "commitlint": "^19.3.0", |
68 | 72 | "del-cli": "^5.1.0", |
69 | | - "eslint": "^8.51.0", |
70 | | - "eslint-config-google": "^0.14.0", |
71 | | - "eslint-config-prettier": "^9.0.0", |
72 | | - "eslint-plugin-prettier": "^5.2.1", |
73 | | - "eslint-plugin-testing-library": "^6.2.2", |
| 73 | + "eslint": "^9.22.0", |
| 74 | + "eslint-config-prettier": "^10.1.1", |
| 75 | + "eslint-plugin-prettier": "^5.2.3", |
74 | 76 | "prettier": "^3.3.3", |
75 | | - "react": "18.2.0", |
76 | | - "react-native": "0.74.1", |
77 | | - "react-native-builder-bob": "^0.29.0", |
78 | | - "react-test-renderer": "18.2.0", |
| 77 | + "react": "19.1.0", |
| 78 | + "react-native": "0.81.1", |
| 79 | + "react-native-builder-bob": "^0.40.13", |
| 80 | + "react-test-renderer": "^19.1.0", |
79 | 81 | "turbo": "^1.10.7", |
80 | | - "typescript": ">=4.3.5 <5.9.0" |
| 82 | + "typescript": "^5.8.3" |
81 | 83 | }, |
82 | 84 | "peerDependencies": { |
83 | 85 | "react": "*", |
|
92 | 94 | "@commitlint/config-conventional" |
93 | 95 | ] |
94 | 96 | }, |
95 | | - "eslintConfig": { |
96 | | - "root": true, |
97 | | - "extends": [ |
98 | | - "@react-native", |
99 | | - "google", |
100 | | - "prettier" |
101 | | - ], |
102 | | - "rules": { |
103 | | - "no-unused-vars": "off", |
104 | | - "@typescript-eslint/no-unused-vars": 2, |
105 | | - "prettier/prettier": [ |
106 | | - "error", |
107 | | - { |
108 | | - "arrowParens": "avoid", |
109 | | - "quoteProps": "consistent", |
110 | | - "singleQuote": true, |
111 | | - "tabWidth": 2, |
112 | | - "trailingComma": "es5", |
113 | | - "useTabs": false |
114 | | - } |
115 | | - ] |
116 | | - } |
117 | | - }, |
118 | | - "eslintIgnore": [ |
119 | | - "node_modules/", |
120 | | - "coverage/", |
121 | | - "lib/" |
122 | | - ], |
123 | 97 | "prettier": { |
124 | 98 | "arrowParens": "avoid", |
125 | 99 | "quoteProps": "consistent", |
|
0 commit comments