|
25 | 25 | "test": "jest", |
26 | 26 | "typescript": "tsc --noEmit", |
27 | 27 | "lint": "eslint \"**/*.{js,ts,tsx}\"", |
28 | | - "prepare": "bob build", |
| 28 | + "prepare": "husky install && bob build", |
29 | 29 | "release": "release-it", |
30 | 30 | "example": "yarn --cwd example", |
31 | 31 | "pods": "cd example && pod-install --quiet", |
|
47 | 47 | "registry": "https://registry.npmjs.org/" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@commitlint/config-conventional": "^11.0.0", |
51 | | - "@react-native-community/eslint-config": "^3.0.1", |
52 | | - "@release-it/conventional-changelog": "^2.0.0", |
53 | | - "@types/color": "^3.0.2", |
54 | | - "@types/jest": "^26.0.24", |
55 | | - "@types/react": "^16.14.20", |
56 | | - "@types/react-native": "^0.66.1", |
57 | | - "babel-loader": "^8.2.3", |
58 | | - "commitlint": "^11.0.0", |
59 | | - "eslint": "^7.32.0", |
60 | | - "eslint-config-prettier": "^8.3.0", |
61 | | - "eslint-plugin-prettier": "^4.0.0", |
62 | | - "expo-cli": "^5.0.3", |
63 | | - "husky": "^4.2.5", |
64 | | - "jest": "^26.0.1", |
65 | | - "pod-install": "^0.1.28", |
66 | | - "prettier": "^2.4.1", |
67 | | - "react": "16.13.1", |
68 | | - "react-native": "^0.64.2", |
69 | | - "react-native-builder-bob": "latest", |
70 | | - "react-native-paper": "^4.10.0", |
71 | | - "release-it": "^14.11.6", |
72 | | - "typescript": "^4.4.4" |
| 50 | + "@commitlint/config-conventional": "^17.0.3", |
| 51 | + "@react-native-community/eslint-config": "^3.1.0", |
| 52 | + "@release-it/conventional-changelog": "^5.1.0", |
| 53 | + "@types/color": "^3.0.3", |
| 54 | + "@types/jest": "^28.1.8", |
| 55 | + "@types/react": "^18.0.17", |
| 56 | + "@types/react-native": "^0.69.5", |
| 57 | + "babel-loader": "^8.2.5", |
| 58 | + "commitlint": "^17.0.3", |
| 59 | + "eslint": "^8.22.0", |
| 60 | + "eslint-config-prettier": "^8.5.0", |
| 61 | + "eslint-plugin-prettier": "^4.2.1", |
| 62 | + "expo-cli": "^6.0.5", |
| 63 | + "husky": "^8.0.1", |
| 64 | + "jest": "^29.0.0", |
| 65 | + "pod-install": "^0.1.38", |
| 66 | + "prettier": "^2.7.1", |
| 67 | + "react": "^18.2.0", |
| 68 | + "react-native": "^0.69.5", |
| 69 | + "react-native-builder-bob": "^0.18.3", |
| 70 | + "react-native-paper": "^4.12.4", |
| 71 | + "release-it": "^15.4.0", |
| 72 | + "typescript": "^4.7.4" |
73 | 73 | }, |
74 | 74 | "peerDependencies": { |
75 | 75 | "react": "*", |
|
0 commit comments