|
50 | 50 | "registry": "https://registry.npmjs.org/" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | | - "@commitlint/config-conventional": "^19.6.0", |
| 53 | + "@commitlint/config-conventional": "^19.8.0", |
54 | 54 | "@react-native-community/eslint-config": "^3.2.0", |
55 | | - "@release-it/conventional-changelog": "^10.0.0", |
56 | | - "@testing-library/jest-native": "^5.4.3", |
57 | | - "@testing-library/react-native": "^13.0.1", |
| 55 | + "@react-native-vector-icons/common": "^11.0.0", |
| 56 | + "@react-native-vector-icons/material-design-icons": "^7.4.47", |
| 57 | + "@react-native/babel-preset": "^0.79.2", |
| 58 | + "@release-it/conventional-changelog": "^10.0.1", |
| 59 | + "@testing-library/react-native": "^13.2.0", |
58 | 60 | "@types/color": "^4.2.0", |
59 | 61 | "@types/jest": "^29.5.14", |
60 | | - "@types/react": "^18.3.18", |
| 62 | + "@types/react": "~19.0.10", |
61 | 63 | "@types/react-native-vector-icons": "^6.4.18", |
62 | | - "@types/react-test-renderer": "^18.3.1", |
63 | | - "babel-loader": "^9.2.1", |
64 | | - "caniuse-lite": "^1.0.30001695", |
65 | | - "commitlint": "^19.6.1", |
| 64 | + "@types/react-test-renderer": "~19.0.0", |
| 65 | + "babel-loader": "^10.0.0", |
| 66 | + "caniuse-lite": "^1.0.30001716", |
| 67 | + "commitlint": "^19.8.0", |
66 | 68 | "eslint": "^8.57.1", |
67 | | - "eslint-config-prettier": "^9.1.0", |
68 | | - "eslint-plugin-prettier": "^5.2.3", |
| 69 | + "eslint-config-prettier": "^10.1.2", |
| 70 | + "eslint-plugin-prettier": "^5.2.6", |
69 | 71 | "eslint-plugin-testing-library": "^7.1.1", |
70 | 72 | "husky": "^9.1.7", |
71 | 73 | "jest": "^29.7.0", |
72 | 74 | "metro-react-native-babel-preset": "^0.77.0", |
73 | | - "pod-install": "^0.3.4", |
74 | | - "prettier": "^3.4.2", |
75 | | - "react": "^18.3.1", |
76 | | - "react-native": "^0.76.6", |
77 | | - "react-native-builder-bob": "^0.36.0", |
78 | | - "react-native-paper": "^5.13.1", |
79 | | - "react-native-safe-area-context": "^5.1.0", |
| 75 | + "pod-install": "^0.3.9", |
| 76 | + "prettier": "^3.5.3", |
| 77 | + "react": "~19.0.0", |
| 78 | + "react-native": "^0.79.2", |
| 79 | + "react-native-builder-bob": "^0.40.0", |
| 80 | + "react-native-paper": "^5.14.0", |
| 81 | + "react-native-safe-area-context": "^5.4.0", |
80 | 82 | "react-native-vector-icons": "^10.2.0", |
81 | | - "react-test-renderer": "^18.3.1", |
82 | | - "release-it": "^18.1.2", |
83 | | - "typescript": "~5.5.3" |
| 83 | + "react-test-renderer": "~19.0.0", |
| 84 | + "release-it": "^19.0.1", |
| 85 | + "typescript": "~5.8.3" |
84 | 86 | }, |
85 | 87 | "peerDependencies": { |
86 | 88 | "react": "*", |
87 | 89 | "react-native": "*", |
88 | 90 | "react-native-paper": "*", |
89 | | - "react-native-vector-icons": "*" |
| 91 | + "react-native-safe-area-context": "*" |
90 | 92 | }, |
91 | 93 | "husky": { |
92 | 94 | "hooks": { |
|
133 | 135 | "useTabs": false, |
134 | 136 | "semi": false |
135 | 137 | } |
136 | | - ] |
| 138 | + ], |
| 139 | + "react/react-in-jsx-scope": "off" |
137 | 140 | } |
138 | 141 | }, |
139 | 142 | "eslintIgnore": [ |
|
0 commit comments