|
50 | 50 | "registry": "https://registry.npmjs.org/" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | | - "@commitlint/config-conventional": "^17.0.3", |
54 | | - "@react-native-community/eslint-config": "^3.1.0", |
55 | | - "@release-it/conventional-changelog": "^5.1.0", |
56 | | - "@testing-library/jest-native": "^5.3.3", |
57 | | - "@testing-library/react-native": "^11.5.0", |
| 53 | + "@commitlint/config-conventional": "^17.4.4", |
| 54 | + "@react-native-community/eslint-config": "^3.2.0", |
| 55 | + "@release-it/conventional-changelog": "^5.1.1", |
| 56 | + "@testing-library/jest-native": "^5.4.2", |
| 57 | + "@testing-library/react-native": "^11.5.2", |
58 | 58 | "@types/color": "^3.0.3", |
59 | | - "@types/jest": "^29.2.4", |
60 | | - "@types/react": "^18.0.26", |
61 | | - "@types/react-native": "^0.70.8", |
62 | | - "@types/react-native-vector-icons": "^6.4.12", |
63 | | - "babel-loader": "^8.2.5", |
64 | | - "commitlint": "^17.0.3", |
65 | | - "eslint": "^8.22.0", |
66 | | - "eslint-config-prettier": "^8.5.0", |
| 59 | + "@types/jest": "^29.4.0", |
| 60 | + "@types/react": "^18.0.28", |
| 61 | + "@types/react-native": "^0.70.11", |
| 62 | + "@types/react-native-vector-icons": "^6.4.13", |
| 63 | + "babel-loader": "^8.3.0", |
| 64 | + "commitlint": "^17.4.4", |
| 65 | + "eslint": "^8.35.0", |
| 66 | + "eslint-config-prettier": "^8.6.0", |
67 | 67 | "eslint-plugin-prettier": "^4.2.1", |
68 | | - "expo-cli": "^6.0.8", |
69 | | - "husky": "^8.0.1", |
70 | | - "jest": "^29.0.0", |
| 68 | + "expo-cli": "^6.3.2", |
| 69 | + "husky": "^8.0.3", |
| 70 | + "jest": "^29.4.3", |
71 | 71 | "pod-install": "^0.1.38", |
72 | | - "prettier": "^2.7.1", |
| 72 | + "prettier": "^2.8.4", |
73 | 73 | "react": "^18.2.0", |
74 | | - "react-native": "^0.70.6", |
| 74 | + "react-native": "^0.70.7", |
75 | 75 | "react-native-builder-bob": "^0.18.3", |
76 | | - "react-native-paper": "^5.0.2", |
77 | | - "react-native-safe-area-context": "^4.4.1", |
| 76 | + "react-native-paper": "^5.2.0", |
| 77 | + "react-native-safe-area-context": "^4.5.0", |
78 | 78 | "react-native-vector-icons": "^9.2.0", |
79 | | - "release-it": "^15.4.0", |
80 | | - "typescript": "^4.9.4", |
| 79 | + "release-it": "^15.7.0", |
| 80 | + "typescript": "^4.9.5", |
81 | 81 | "react-test-renderer": "^18.2.0", |
82 | 82 | "@types/react-test-renderer": "^18.0.0", |
83 | | - "caniuse-lite": "^1.0.30001383" |
| 83 | + "caniuse-lite": "^1.0.30001458" |
84 | 84 | }, |
85 | 85 | "peerDependencies": { |
86 | 86 | "react": "*", |
|
141 | 141 | "lib/", |
142 | 142 | "example/node_modules", |
143 | 143 | "example/web-build", |
144 | | - "docusaurus" |
| 144 | + "docusaurus", |
| 145 | + "coverage" |
145 | 146 | ], |
146 | 147 | "prettier": { |
147 | 148 | "quoteProps": "consistent", |
|
0 commit comments